Compare commits

..

No commits in common. "c32e288273529a25208f71f375be91c3b0a4234d" and "2dae23560dea0cccedbfa8f900975db222886062" have entirely different histories.

3 changed files with 1 additions and 16 deletions

View File

@ -113,12 +113,6 @@
Verify = true; Verify = true;
Duration = "12h"; Duration = "12h";
} }
{
Enabled = true;
Address = "pyroscope.home.2rjus.net:443";
Verify = true;
Duration = "12h";
}
]; ];
}; };
}; };

View File

@ -98,14 +98,6 @@
} }
reverse_proxy http://auth01.home.2rjus.net:9091 reverse_proxy http://auth01.home.2rjus.net:9091
} }
pyroscope.home.2rjus.net {
log {
output file /var/log/caddy/pyroscope.log {
mode 644
}
}
reverse_proxy http://monitoring01.home.2rjus.net:4040
}
http://http-proxy.home.2rjus.net/metrics { http://http-proxy.home.2rjus.net/metrics {
log { log {
output file /var/log/caddy/caddy-metrics.log { output file /var/log/caddy/caddy-metrics.log {

View File

@ -1,7 +1,7 @@
$ORIGIN home.2rjus.net. $ORIGIN home.2rjus.net.
$TTL 1800 $TTL 1800
@ IN SOA ns1.home.2rjus.net. admin.test.2rjus.net. ( @ IN SOA ns1.home.2rjus.net. admin.test.2rjus.net. (
2061 ; serial number 2060 ; serial number
3600 ; refresh 3600 ; refresh
900 ; retry 900 ; retry
1209600 ; expire 1209600 ; expire
@ -75,7 +75,6 @@ alertmanager IN CNAME http-proxy
jelly IN CNAME http-proxy jelly IN CNAME http-proxy
auth IN CNAME http-proxy auth IN CNAME http-proxy
lldap IN CNAME http-proxy lldap IN CNAME http-proxy
pyroscope IN CNAME http-proxy
ldap IN CNAME auth01 ldap IN CNAME auth01