feat: add freshrss

This commit is contained in:
Nickolaj Jepsen 2026-01-11 21:30:27 +01:00
parent b99299dc45
commit 002fad13df
4 changed files with 63 additions and 1 deletions

View file

@ -46,7 +46,6 @@ in {
name = "zitadel";
ensureDBOwnership = true;
ensureClauses.login = true;
ensureClauses.superuser = true;
}
];
};
@ -100,6 +99,8 @@ in {
validateURL = "https://${zitadelDomain}/oauth2/";
oidcIssuerUrl = "https://${zitadelDomain}:443";
keyFile = config.age.secrets.oauth2-proxy.path;
passBasicAuth = true;
setXauthrequest = true;
nginx.domain = oathproxyDomain;
email.domains = ["*"];
extraConfig = {