all repos — flynet @ cfcd060cd6d6d4a68afe076463003e9c6a1a6c86

ersatz CDN on fly.io

fix goatcounter setup

Alin
commit

cfcd060cd6d6d4a68afe076463003e9c6a1a6c86

parent

68c2de53d1c7c998cc5f7951458cfe74eedd103f

2 files changed, 4 insertions(+), 5 deletions(-)

changed files
M CaddyfileCaddyfile
@@ -89,9 +89,9 @@ import cache
import dns01 goatcounter { - api_host {$GOATCOUNTER_API_HOST} - token "{$GOATCOUNTER_TOKEN}" + api_host https://stats.searchix.ovh site stats.searchix.ovh + token {$GOATCOUNTER_TOKEN} } reverse_proxy {
@@ -123,9 +123,9 @@ import cache
import dns01 goatcounter { - api_host {$GOATCOUNTER_API_HOST} - token "{$GOATCOUNTER_TOKEN}" + api_host https://stats.stable.searchix.ovh site stats.stable.searchix.ovh + token {$GOATCOUNTER_TOKEN} } reverse_proxy {
M fly.tomlfly.toml
@@ -9,7 +9,6 @@
[build] [env] - GOATCOUNTER_API_HOST = "https://stats.alin.ovh" [deploy] release_command = "/usr/bin/caddy validate"