repos / ops

infra for pico services
git clone https://github.com/picosh/ops.git

commit
80b2477
parent
dbd5812
author
Antonio Mika
date
2022-11-11 04:24:10 +0000 UTC
Fixed caddyfile
1 files changed,  +1, -1
M monitoring/caddy/Caddyfile
+1, -1
1@@ -7,7 +7,7 @@
2 		host prometheus.{$APP_DOMAIN}
3 	}
4 
5-	tls @{$APP_EMAIL} {
6+	tls {$APP_EMAIL} {
7 		dns cloudflare {$CF_API_TOKEN}
8 	}
9