forked from mirrors_public/oddlama_nix-config
fix: immich internet access via vlan
This commit is contained in:
parent
e7971ccf6c
commit
0ff0828ca9
2 changed files with 5 additions and 3 deletions
|
@ -117,7 +117,10 @@ in
|
|||
groups."immich.access" = { };
|
||||
systems.oauth2.immich = {
|
||||
displayName = "Immich";
|
||||
originUrl = "https://${globals.services.immich.domain}/auth/login";
|
||||
originUrl = [
|
||||
"https://${globals.services.immich.domain}/auth/login"
|
||||
"https://${globals.services.immich.domain}/api/oauth/mobile-redirect"
|
||||
];
|
||||
originLanding = "https://${globals.services.immich.domain}/";
|
||||
basicSecretFile = config.age.secrets.kanidm-oauth2-immich.path;
|
||||
preferShortUsername = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue