From acbd047a41da706db8e79dba783b493b73f3af28 Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 3 Apr 2026 22:42:45 +0000 Subject: [PATCH] sync @ 2026-04-03T22:42:09Z --- inventory/com1/Caddyfile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 inventory/com1/Caddyfile diff --git a/inventory/com1/Caddyfile b/inventory/com1/Caddyfile new file mode 100644 index 0000000..c6f924f --- /dev/null +++ b/inventory/com1/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 +}