From ba102ef6b6a43056554789d68526ed401371fe0a Mon Sep 17 00:00:00 2001 From: sanojkl <62906783+sanojkl@users.noreply.github.com> Date: Mon, 24 Apr 2023 11:33:21 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8d1f29a..c17e216 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Eine minimalistische Anwendung zur Verwaltung von Ausgaben in Gruppen. - Download: `git clone https://github.com/Jay1604/splitter` - GitHub Application erstellen: https://docs.github.com/de/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app + - als callback url muss http://domain.tld/login/oauth2/code/github verwendet werden + - direktes htttps wird hier nicht unterstützt. muss von reverse proxy gehandelt werden + - Umgebungsvariablen setzen - Es kann notwendig sein vor dem ersten Start `docker compose build` auszuführen - Start der Software `docker compose up`