repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
ac9f843
parent
3f0d92b
author
Antonio Mika
date
2023-11-13 20:03:13 +0000 UTC
Fixed endpoint for caddy metrics
1 files changed,  +1, -1
M caddy/Caddyfile.minio
+1, -1
1@@ -33,7 +33,7 @@
2 	}
3 
4 	@caddymetrics {
5-		host {$APP_DOMAIN}
6+		host minio.{$APP_DOMAIN}
7 		path /_caddy/metrics
8 	}
9