This commit is contained in:
@@ -98,7 +98,7 @@ in
|
||||
idp_id = "authentik";
|
||||
idp_name = "authentik";
|
||||
discover = true;
|
||||
issuer = "https://${auth_host}/application/o/chat/";
|
||||
issuer = "https://${auth_host}/application/o/matrix/";
|
||||
client_id = sec.oidc_client_id;
|
||||
client_secret = sec.oidc_client_secret;
|
||||
scopes = [
|
||||
|
||||
@@ -7,10 +7,11 @@
|
||||
{
|
||||
services.paperless = {
|
||||
enable = true;
|
||||
address = "0.0.0.0";
|
||||
configureTika = true;
|
||||
consumptionDirIsPublic = true;
|
||||
domain = tools.build_hostname "papers";
|
||||
environmentFile = config.age.secrets.papers-environment-file.path;
|
||||
passwordFile = config.age.secrets.papers-password-file.path;
|
||||
port = 80;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user