We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04457b commit 86a9586Copy full SHA for 86a9586
ansible/roles/containers/files/caddy/Caddyfile
@@ -2,8 +2,6 @@ nas.ppanda.org:443 {
2
reverse_proxy https://denabase.scorpion-galaxy.ts.net:5001 {
3
header_up Host {upstream_hostport}
4
transport http {
5
- # NOTE: We can safely skip this since it's within
6
- # the tailnet. Do not use for public domains!
7
tls_insecure_skip_verify
8
}
9
ansible/roles/containers/files/caddy/docker-compose.yml
@@ -5,6 +5,7 @@ services:
- "80:80"
- "443:443"
- "443:443/udp"
+ - "5984:5984/tcp"
volumes:
10
- ./Caddyfile:/etc/caddy/Caddyfile
11
- caddy_data:/data
0 commit comments