fix(photoprism): update hostnames

This commit is contained in:
Constantin Gierczak--Galle 2024-11-03 16:24:07 +01:00
parent b7907aa122
commit 2dfdfaa3df
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
host = "localhost";
};
services.nginx.virtualHosts."immich.rz01.infra.dgnum.eu" = {
services.nginx.virtualHosts."immich.cgiga.fr" = {
enableACME = true;
forceSSL = true;
serverAliases = [];

View file

@ -18,7 +18,7 @@
passwordFile = "/passwords/photoprism";
};
services.nginx.virtualHosts."photoprism.rz01.infra.dgnum.eu" = {
services.nginx.virtualHosts."photoprism.cgiga.fr" = {
enableACME = true;
forceSSL = true;
serverAliases = [];