Baldur: cute-api

This commit is contained in:
Filippo Berto 2025-09-01 15:13:39 +02:00
parent c2676e9cbc
commit cfca836cf7
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 942 additions and 14 deletions

View file

@ -113,6 +113,7 @@
proxy_buffering off;
'';
};
# "ntfy.bertof.net" = ssl // {
# locations."/" = {
# proxyPass = "http://heimdall.tsn:7080/";
@ -164,6 +165,12 @@
proxyWebsockets = true;
};
};
"cute.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://127.0.0.1:4000/";
proxyWebsockets = true;
};
};
"jellyfin.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:8096/";