invidious with docker

This commit is contained in:
joy 2024-11-19 20:33:21 +01:00
parent 76fa552ece
commit d847e09af6
2 changed files with 5 additions and 6 deletions

View file

@ -14,6 +14,5 @@
../../modules/services/forgejo
../../modules/services/syncthing
../../modules/services/immich
../../modules/services/invidious
];
}

View file

@ -39,11 +39,11 @@
enableACME = true;
locations."/".proxyPass = "http://localhost:5000";
};
# virtualHosts."yt.${domain}" = {
# forceSSL = true;
# enableACME = true;
# locations."/".proxyPass = "http://localhost:3000";
# };
virtualHosts."yt.${domain}" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://localhost:3000";
};
};
security.acme.defaults.email = "${mail}";
security.acme.acceptTerms = true;