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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user