DCBOT Config changed

This commit is contained in:
Jurn Wubben 2025-04-02 11:56:59 +00:00
parent f2c453f555
commit f2e0efe82b
3 changed files with 32 additions and 0 deletions

View file

@ -52,6 +52,13 @@ in {
};
};
services.caddy.virtualHosts."dc.jsw.tf" = {
serverAliases = ["www.dc.jsw.tf"];
extraConfig = ''
reverse_proxy :9001
'';
};
users.groups."dcbot" = {};
users.users."dcbot" = {
group = "dcbot";