Compare commits

..

No commits in common. "d28de2a644e9a4541f2cac9cd47b7405f7d1e45a" and "da693daad6f105f69eb3df3d92c138a39579caad" have entirely different histories.

3 changed files with 4 additions and 11 deletions

View File

@ -17,14 +17,8 @@
};
};
radarr = {
enable = true;
package = inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.radarr;
};
sonarr = {
enable = true;
package = inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.sonarr;
};
radarr.enable = true;
sonarr.enable = true;
jackett = {
enable = true;
package = inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.jackett;

View File

@ -549,10 +549,9 @@ in
photoprism = {
enable = true;
originalsPath = "/mnt/backup_loutre/amandoleen/d/Users/Amand/Pictures";
passwordFile = "/mnt/secrets/photoprism_pass";
settings = {
PHOTOPRISM_AUTH_MODE = "public";
PHOTOPRISM_READONLY = "1";
PHOTOPRISM_DETECT_NSFW = "1";
PHOTOPRISM_SITE_URL = "https://photo.nyanlout.re/";
};
};

View File

@ -264,7 +264,7 @@ in
"ci.nyanlout.re" = simpleReverse 52350;
"gitea.nyanlout.re" = simpleReverse config.services.gitea.httpPort;
"musique.nyanlout.re" = simpleReverse config.services.navidrome.settings.Port;
"photo.nyanlout.re" = recursiveUpdate (simpleReverse config.services.photoprism.port) {
"photo.nyanlout.re" = recursiveUpdate (authReverse config.services.photoprism.port) {
locations."/" = {
proxyWebsockets = true;
};