install photoprism
This commit is contained in:
parent
5ce6087b57
commit
c4ff862ab4
@ -545,6 +545,15 @@ in
|
||||
#];
|
||||
};
|
||||
};
|
||||
|
||||
photoprism = {
|
||||
enable = true;
|
||||
originalsPath = "/mnt/backup_loutre/amandoleen/d/Users/Amand/Pictures";
|
||||
extraConfig = {
|
||||
PHOTOPRISM_AUTH_MODE = "public";
|
||||
PHOTOPRISM_READONLY = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services."borgbackup-job-loutre".serviceConfig.TemporaryFileSystem = ["/mnt/borgsnap"];
|
||||
|
@ -260,6 +260,11 @@ 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 (authReverse config.services.photoprism.port) {
|
||||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"apart.nyanlout.re" = recursiveUpdate (simpleReverse config.services.home-assistant.config.http.server_port) {
|
||||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
|
Loading…
Reference in New Issue
Block a user