updated some comments and added grafana to caddyfile, currently restricted to the IP range of the wireguard network.
Some checks failed
/ Check formatting (push) Failing after 1s

This commit is contained in:
Ittihadyya 2024-12-20 15:19:30 +02:00
parent 634b971019
commit b73daed1c9
2 changed files with 9 additions and 2 deletions

View file

@ -48,4 +48,11 @@ https://cache.collective-conciousness.monster {
encode zstd gzip
reverse_proxy 10.24.1.4:5020
}
https://grf.collective-conciousness.monster {
encode zstd gzip
@wireguard-network remote_ip 10.24.1.0/24
reverse_proxy @wireguard-network 10.24.1.4:6700
}