fixed conflicts

This commit is contained in:
chloe 2025-07-10 19:02:59 +02:00
parent 8cfb304e5c
commit 97094c32b9
6 changed files with 36 additions and 835 deletions

View file

@ -4,16 +4,16 @@
services.uptime-kuma = {
enable = true;
settings = {
PORT = "4000";
PORT = "4321";
};
};
services.caddy.virtualHosts."http://status.rougebordeaux.xyz".extraConfig = ''
reverse_proxy :4000
reverse_proxy :4321
'';
services.caddy.virtualHosts."http://uptime.sisyphe.normandy.rougebordeaux.xyz".extraConfig = ''
reverse_proxy :4000
reverse_proxy :4321
'';
}