Jellyfin proxy

This commit is contained in:
Andrea Ciceri 2024-03-26 15:45:07 +01:00
parent fe54c2d5ba
commit 9fb2c6e365
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 8 additions and 0 deletions

View file

@ -14,6 +14,7 @@
"cache.aciceri.dev"
"matrix.aciceri.dev"
"syncv3.matrix.aciceri.dev"
"jellyfin.aciceri.dev"
];
apiTokenFile = config.age.secrets.cloudflare-dyndns-api-token.path;
};

View file

@ -35,6 +35,13 @@
proxyPass = "http://localhost:${builtins.toString config.services.invidious.port}";
};
};
# "jellyfin.aciceri.dev" = {
# forceSSL = true;
# enableACME = true;
# locations."/" = {
# proxyPass = "http://localhost:8096";
# };
# };
# "sevenofnix.aciceri.dev" = {
# forceSSL = true;
# enableACME = true;