From 597773c21a2e04bed1b32a1b81035282a6af0d19 Mon Sep 17 00:00:00 2001 From: Marvin Scham <67930021+marvinscham@users.noreply.github.com> Date: Tue, 21 Jun 2022 03:57:27 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a8e3bd..4cde756 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # schmoekerei-request-form -Accept requests to redirect to Gotify and Freescout +Accept requests to redirect to Gotify and Freescout, optionally grabbing user info from Keycloak. + +## Setup + +Fill the fields in `var.ini`. The Gotify URL needs to contain the token (`?token=...`) From 7a1cf826d25ebee3624701388ce0e41134de0855 Mon Sep 17 00:00:00 2001 From: Marvin Scham <67930021+marvinscham@users.noreply.github.com> Date: Sun, 4 Sep 2022 05:14:37 +0200 Subject: [PATCH 2/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cde756..8776358 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ Accept requests to redirect to Gotify and Freescout, optionally grabbing user in ## Setup -Fill the fields in `var.ini`. The Gotify URL needs to contain the token (`?token=...`) +Fill the fields in `vars.ini`. The Gotify URL needs to contain the token (`?token=...`)