From 102e3d5ca762927c9561469286d4087424142633 Mon Sep 17 00:00:00 2001 From: Koaps Date: Sun, 29 Mar 2026 12:07:01 -0700 Subject: [PATCH 1/2] Sync main Files: - .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ad7604a..0a63989 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # ansible local vars +.vars.yml vars.yml # Byte-compiled / optimized / DLL files From 50c1b10ee629f942cb4fa1f4b5a74fe5d3c0f4a0 Mon Sep 17 00:00:00 2001 From: Koaps Date: Sun, 29 Mar 2026 12:16:24 -0700 Subject: [PATCH 2/2] Sync main Files: - README.md --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9a7ec24..3181d41 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ NOTE: this will fail if below .env vars are missing HERE BE DRAGONS!!! Right now rebuilding services with make can break the OAuth2 setup for Gitea. + Re-run the CA cert copy steps and then in the Gitea UI, go to the Kanidm authentication source and click the blue button to update it, this should give a green success message the top. @@ -150,16 +151,24 @@ docker exec gitea su -l git -c '/app/gitea/gitea -c /data/gitea/conf/app.ini adm ### Add OAuth2 application for drone Ref: https://docs.drone.io/server/provider/gitea/#configuration -* Update .env values -DRONE_GITEA_CLIENT_ID -DRONE_GITEA_CLIENT_SECRET +Create an application integration in Gitea +- Application Name: `drone` +- Redirect URI: `http://:7380/login` + +Update .env values +- DRONE_GITEA_CLIENT_ID +- DRONE_GITEA_CLIENT_SECRET ### Add OAuth2 application for opengist Ref: https://opengist.io/docs/configuration/oauth-providers.html -* Update .env values -OG_GITEA_CLIENT_KEY -OG_GITEA_SECRET +Create an application integration in Gitea +- Application Name: `opengist` +- Redirect URI: `http://:6157/oauth/gitea/callback` + +Update .env values +- OG_GITEA_CLIENT_KEY +- OG_GITEA_SECRET ### To create a token for grafana and telegraf * Create an api token