remove uptimekuma, replace with textonly script

This commit is contained in:
Lewis Wynne 2026-04-29 15:36:31 +01:00
parent 0acd4f2d72
commit 48ec633a59
6 changed files with 217 additions and 29 deletions

View file

@ -62,6 +62,13 @@ in
reverse_proxy localhost:8123
}
@status path /status
handle @status {
root * /var/lib/uptime
rewrite * /status.txt
file_server
}
@site_file file {
try_files {path} {path}/index.html
}