Create config.template.yml to insert OAUTH_CLIENT_ID and OAUTH_CLIENT_SECRET at build time.

This commit is contained in:
2025-07-29 11:57:52 -08:00
parent 2c457b64ce
commit 511c438455

View File

@@ -14,8 +14,8 @@ backend:
auth:
provider: gitea
client_id: "${GITEA_CLIENT_ID}"
client_secret: "${GITEA_CLIENT_SECRET}"
client_id: "__OAUTH_CLIENT_ID__"
client_secret: "__OAUTH_CLIENT_SECRET__"
auth_url: https://git.beardedtek.com/login/oauth/authorize
token_url: https://git.beardedtek.com/login/oauth/access_token
user_url: https://git.beardedtek.com/api/v1/user