Introduce Uptime-Kuma

This commit is contained in:
June 2023-08-12 01:47:55 +02:00 committed by julian
commit 112f1990b9
6 changed files with 79 additions and 0 deletions

View file

@ -9,6 +9,7 @@ map $host $upstream_acme_challenge_host {
zigbee2mqtt.ccchh.net 10.31.208.25:31820;
esphome.ccchh.net 10.31.208.24:31820;
proxmox-backup-server.ccchh.net 10.31.208.28;
status.ccchh.net 10.31.206.15:31820;
default "";
}

View file

@ -22,6 +22,7 @@ stream {
}
map $ssl_preread_server_name $address {
status.ccchh.net 10.31.206.15:8443;
default 127.0.0.1:8443;
}