invidious with docker
This commit is contained in:
parent
76fa552ece
commit
d847e09af6
|
@ -14,6 +14,5 @@
|
|||
../../modules/services/forgejo
|
||||
../../modules/services/syncthing
|
||||
../../modules/services/immich
|
||||
../../modules/services/invidious
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue