mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2024-12-12 06:21:49 +01:00
add truenas jellyfin to routes
This commit is contained in:
parent
6293fd1ca4
commit
2e2a8d12a9
@ -30,6 +30,15 @@
|
|||||||
basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
|
basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualHosts."film.lauterer.it" = {
|
||||||
|
forceSSL = true;
|
||||||
|
useACMEHost = config.networking.domain;
|
||||||
|
locations."/" = {
|
||||||
|
proxyWebsockets = true;
|
||||||
|
proxyPass = "http://100.104.182.48:8096";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
virtualHosts."home.lauterer.it" = {
|
virtualHosts."home.lauterer.it" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = config.networking.domain;
|
useACMEHost = config.networking.domain;
|
||||||
|
Loading…
Reference in New Issue
Block a user