Converted seafile to openid login

This commit is contained in:
Jurn Wubben 2025-07-21 08:19:31 +02:00
parent 87bef5a352
commit fa35e153c6
4 changed files with 110 additions and 54 deletions

View file

@ -41,5 +41,9 @@ in {
file = ./immich-oidc.age;
owner = abstrServiceUser "immich";
};
seafile-oidc = mkIf server {
file = ./seafile-oidc.age;
owner = abstrServiceUser "seafile";
};
};
}