uptime-kuma config

This commit is contained in:
2026-01-25 14:43:24 +00:00
parent d84e412532
commit 73d80ea2b2
32 changed files with 422 additions and 0 deletions
@@ -0,0 +1,6 @@
# Docker registry needs Authorization header passthrough
proxy_set_header Authorization $http_authorization;
proxy_pass_header Authorization;
# Private access control
include /etc/nginx/vhost.d/private;