From cebb7f5fb8bb9b2e301d7380e110c837f06c01da Mon Sep 17 00:00:00 2001 From: Gitea Date: Sat, 4 Apr 2026 01:13:38 +0000 Subject: [PATCH] hxki-sync @ 2026-04-04T01:13:35Z --- inventory/com1/config/Caddyfile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 inventory/com1/config/Caddyfile diff --git a/inventory/com1/config/Caddyfile b/inventory/com1/config/Caddyfile new file mode 100644 index 0000000..c6f924f --- /dev/null +++ b/inventory/com1/config/Caddyfile @@ -0,0 +1,17 @@ +{ + email admin@hx-ki.com +} + +n8n.hx-ki.com { + tls { + dns hetzner + } + reverse_proxy hxki-n8n:5678 +} + +grafana.hx-ki.com { + tls { + dns hetzner + } + reverse_proxy hxki-grafana:3000 +}