Use proper lan ranges for caddy
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
{
|
||||
debug
|
||||
}
|
||||
import /dynamic/*.caddy
|
||||
https://actual.site.quack-lab.dev {
|
||||
encode zstd gzip
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,4 +1 @@
|
||||
{
|
||||
debug
|
||||
}
|
||||
import /dynamic/*.caddy
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
actual.site.quack-lab.dev {
|
||||
@lan {
|
||||
remote_ip 192.168.1.0/24 127.0.0.1
|
||||
remote_ip 192.168.0.0/16 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12
|
||||
}
|
||||
handle @lan {
|
||||
reverse_proxy actual_server:5006
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
grist.site.quack-lab.dev {
|
||||
@lan {
|
||||
remote_ip 192.168.1.0/24 127.0.0.1
|
||||
remote_ip 192.168.0.0/16 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12
|
||||
}
|
||||
handle @lan {
|
||||
reverse_proxy grist:8484
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
meili-web.site.quack-lab.dev {
|
||||
@lan {
|
||||
remote_ip 192.168.1.0/24 127.0.0.1
|
||||
remote_ip 192.168.0.0/16 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12
|
||||
}
|
||||
handle @lan {
|
||||
reverse_proxy meili-web:24900
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
meili.site.quack-lab.dev {
|
||||
@lan {
|
||||
remote_ip 192.168.1.0/24 127.0.0.1
|
||||
remote_ip 192.168.0.0/16 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12
|
||||
}
|
||||
handle @lan {
|
||||
reverse_proxy meilisearch:7700
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
nsq.site.quack-lab.dev nsq-http.site.quack-lab.dev {
|
||||
@lan {
|
||||
remote_ip 192.168.1.0/24 127.0.0.1
|
||||
remote_ip 192.168.0.0/16 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12
|
||||
}
|
||||
handle @lan {
|
||||
reverse_proxy nsqd:4151
|
||||
@@ -11,7 +11,7 @@ nsq.site.quack-lab.dev nsq-http.site.quack-lab.dev {
|
||||
}
|
||||
nsqadmin.site.quack-lab.dev {
|
||||
@lan {
|
||||
remote_ip 192.168.1.0/24 127.0.0.1
|
||||
remote_ip 192.168.0.0/16 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12
|
||||
}
|
||||
handle @lan {
|
||||
reverse_proxy nsqadmin:4171
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
pdf.site.quack-lab.dev {
|
||||
@lan {
|
||||
remote_ip 192.168.1.0/24 127.0.0.1
|
||||
remote_ip 192.168.0.0/16 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12
|
||||
}
|
||||
handle @lan {
|
||||
reverse_proxy stirling-pdf:8080
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
portainer.site.quack-lab.dev {
|
||||
@lan {
|
||||
remote_ip 192.168.1.0/24 127.0.0.1
|
||||
remote_ip 192.168.0.0/16 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12
|
||||
}
|
||||
handle @lan {
|
||||
reverse_proxy portainer:9000
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
torrent.site.quack-lab.dev {
|
||||
@lan {
|
||||
remote_ip 192.168.1.0/24 127.0.0.1
|
||||
remote_ip 192.168.0.0/16 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12
|
||||
}
|
||||
handle @lan {
|
||||
reverse_proxy qbit:8080
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
webtop.site.quack-lab.dev {
|
||||
@lan {
|
||||
remote_ip 192.168.1.0/24 127.0.0.1
|
||||
remote_ip 192.168.0.0/16 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12
|
||||
}
|
||||
handle @lan {
|
||||
reverse_proxy webtop:3000
|
||||
|
||||
0
coolify/proxy/go_cd_caddy
Normal file
0
coolify/proxy/go_cd_caddy
Normal file
Reference in New Issue
Block a user