Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ansible/roles/containers/files/caddy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ nas.ppanda.org:443 {
reverse_proxy https://denabase.scorpion-galaxy.ts.net:5001 {
header_up Host {upstream_hostport}
transport http {
# NOTE: We can safely skip this since it's within
# the tailnet. Do not use for public domains!
tls_insecure_skip_verify
}
}
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/containers/files/caddy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
- "80:80"
- "443:443"
- "443:443/udp"
- "5984:5984/tcp"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- caddy_data:/data
Expand Down
Loading