tadpole: Fix gitea oauth2 issuer URL

To have a trailing slash, which is expected of pre gitea 1.25
`tailscale` integrations
This commit is contained in:
Alexander Heldt
2026-01-04 19:31:28 +01:00
parent 1c985332e0
commit e8fcf8102c

View File

@@ -67,6 +67,10 @@ in
HTTP_PORT = 3001; HTTP_PORT = 3001;
}; };
oauth2 = {
JWT_CLAIM_ISSUER = "https://${gitDomain}/";
};
database = { database = {
type = "sqlite3"; type = "sqlite3";
passwordFile = config.age.secrets.gitea-dbpassword.path; passwordFile = config.age.secrets.gitea-dbpassword.path;