mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-10 23:50:19 +02:00
fixed conflicts
This commit is contained in:
parent
8cfb304e5c
commit
97094c32b9
6 changed files with 36 additions and 835 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue