Baldur: cute-api
This commit is contained in:
parent
c2676e9cbc
commit
cfca836cf7
3 changed files with 942 additions and 14 deletions
|
|
@ -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/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue