add other services

This commit is contained in:
Osman Faruk Bayram 2025-03-04 22:06:14 +03:00
parent 644b7b90d3
commit 263d2747f3

View file

@ -31,6 +31,18 @@
# }
# acme_dns cloudflare {env.CF_API_TOKEN}
'';
virtualHosts = {
"jellyfin.ts.osbm.dev" = {
extraConfig = ''
reverse_proxy ymir.curl-boga.ts.net:8096
'';
};
"chat.ts.osbm.dev" = {
extraConfig = ''
reverse_proxy ymir.curl-boga.ts.net:3000
'';
};
};
};
networking.firewall.allowedTCPPorts = [80 443 3000];