expose push api for uptime

This commit is contained in:
2026-02-27 16:03:36 +01:00
parent d05b46203d
commit 0fd6ab9ea6
2 changed files with 16 additions and 1 deletions

14
caddy/sites/uptime.caddy Normal file
View File

@@ -0,0 +1,14 @@
uptime.{$SUBDOMAIN}.{$DOMAIN} {
log {
output file /var/log/uptime.log
}
handle /api/push/* {
reverse_proxy host:3001
}
handle {
import ../conf/authentik.caddy
reverse_proxy host:3001
}
}