repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
0ce2098
parent
2fe5b16
author
Antonio Mika
date
2025-03-07 15:52:30 -0500 EST
Set auth metric route
1 files changed,  +2, -2
M caddy/Caddyfile.auth
+2, -2
 1@@ -24,7 +24,7 @@
 2 	respond @options 204
 3 
 4 	@caddymetrics {
 5-		host {$APP_DOMAIN}
 6+		host auth.pico.sh
 7 		path /_caddy/metrics
 8 	}
 9 
10@@ -33,7 +33,7 @@
11 	}
12 
13 	@webmetrics {
14-		host {$APP_DOMAIN}
15+		host auth.pico.sh
16 		path /_web/metrics
17 	}
18