Add a bunch of dynamic - LAN only configs for services
This commit is contained in:
		
							
								
								
									
										35
									
								
								coolify/proxy/caddy/dynamic/monitoring.caddy
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								coolify/proxy/caddy/dynamic/monitoring.caddy
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,35 @@ | ||||
| prometheus.site.quack-lab.dev vmagent.site.quack-lab.dev { | ||||
|     @lan { | ||||
|         remote_ip 192.168.1.0/24 127.0.0.1 | ||||
|     } | ||||
|     handle @lan { | ||||
|         reverse_proxy host.docker.internal:43261 | ||||
|     } | ||||
|     handle { | ||||
|         respond "Njet Molotoff" 403 | ||||
|     } | ||||
| } | ||||
|  | ||||
| victoria.site.quack-lab.dev { | ||||
|     @lan { | ||||
|         remote_ip 192.168.1.0/24 127.0.0.1 | ||||
|     } | ||||
|     handle @lan { | ||||
|         reverse_proxy host.docker.internal:8428 | ||||
|     } | ||||
|     handle { | ||||
|         respond "Njet Molotoff" 403 | ||||
|     } | ||||
| } | ||||
|  | ||||
| grafana.site.quack-lab.dev { | ||||
|     @lan { | ||||
|         remote_ip 192.168.1.0/24 127.0.0.1 | ||||
|     } | ||||
|     handle @lan { | ||||
|         reverse_proxy grafana-jococcw004848ck4k0owwww0:43433 | ||||
|     } | ||||
|     handle { | ||||
|         respond "Njet Molotoff" 403 | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Sparky
					Sparky