This commit is contained in:
Sparky
2025-11-09 22:03:34 +00:00
parent 792d3e1ec3
commit b29f4fd74a
27 changed files with 481 additions and 106 deletions

View File

@@ -1,11 +1,5 @@
coolify.site.quack-lab.dev {
@lan {
remote_ip 192.168.0.0/16 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 86.33.11.123
}
handle @lan {
handle {
reverse_proxy host.docker.internal:8000
}
handle {
respond "Njet Molotoff" 403
}
}
}

View File

@@ -0,0 +1,5 @@
dashy.site.quack-lab.dev {
handle {
reverse_proxy dashy:8080
}
}

View File

@@ -0,0 +1,22 @@
journaler-typesense.site.quack-lab.dev {
@lan {
remote_ip 192.168.0.0/16 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 86.33.11.123
}
handle @lan {
reverse_proxy journal-typesense:8108
}
handle {
respond "Njet Molotoff" 403
}
}
journaler-typesense-admin.site.quack-lab.dev {
@lan {
remote_ip 192.168.0.0/16 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 86.33.11.123
}
handle @lan {
reverse_proxy journal-typesense-admin:80
}
handle {
respond "Njet Molotoff" 403
}
}