no hosts defined in modules

This commit is contained in:
Osman Faruk Bayram 2025-07-27 15:48:56 +03:00
parent 9464f20626
commit 85bfa6bf88

View file

@ -34,29 +34,6 @@
# globalConfig = '' # globalConfig = ''
# acme_dns cloudflare {env.CF_API_TOKEN} # acme_dns cloudflare {env.CF_API_TOKEN}
# ''; # '';
virtualHosts = {
"chat.osbm.dev" = {
extraConfig = ''
reverse_proxy ymir.curl-boga.ts.net:3000
import cloudflare
'';
};
"aifred.osbm.dev" = {
extraConfig = ''
reverse_proxy ymir.curl-boga.ts.net:8000
import cloudflare
'';
};
"git.osbm.dev" = {
serverAliases = [
"www.git.osbm.dev"
];
extraConfig = ''
reverse_proxy pochita.curl-boga.ts.net:${toString config.services.forgejo.settings.server.HTTP_PORT}
import cloudflare
'';
};
};
}; };
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [