Compare commits
	
		
			3 Commits
		
	
	
		
			2dae23560d
			...
			c32e288273
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| c32e288273 | |||
| 2380c13465 | |||
| 4432f4c1d0 | 
| @@ -113,6 +113,12 @@ | ||||
|           Verify = true; | ||||
|           Duration = "12h"; | ||||
|         } | ||||
|         { | ||||
|           Enabled = true; | ||||
|           Address = "pyroscope.home.2rjus.net:443"; | ||||
|           Verify = true; | ||||
|           Duration = "12h"; | ||||
|         } | ||||
|       ]; | ||||
|     }; | ||||
|   }; | ||||
|   | ||||
| @@ -98,6 +98,14 @@ | ||||
|         } | ||||
|         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 { | ||||
|         log { | ||||
|           output file /var/log/caddy/caddy-metrics.log { | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| $ORIGIN home.2rjus.net. | ||||
| $TTL 1800 | ||||
| @       IN      SOA     ns1.home.2rjus.net.      admin.test.2rjus.net. ( | ||||
|                         2060                    ; serial number | ||||
|                         2061                    ; serial number | ||||
|                         3600                    ; refresh | ||||
|                         900                     ; retry | ||||
|                         1209600                 ; expire | ||||
| @@ -75,6 +75,7 @@ alertmanager        IN      CNAME   http-proxy | ||||
| jelly               IN      CNAME   http-proxy | ||||
| auth                IN      CNAME   http-proxy | ||||
| lldap               IN      CNAME   http-proxy | ||||
| pyroscope           IN      CNAME   http-proxy | ||||
|  | ||||
| ldap                IN      CNAME   auth01 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user