media-rip/Caddyfile
xpltd 8eaeef6fcf v1.0.0: Fix Docker refs, Caddyfile, dedupe CI, add LICENSE
- Fix docker-compose.yml: image ref xpltdco (was jlightner), healthcheck uses python (no curl in image)
- Fix Caddyfile: reverse_proxy target matches docker-compose.example.yml service name (media-rip)
- Remove duplicate release.yml workflow (publish.yml handles tag-triggered builds)
- Fix publish.yml: use github.repository for portability, add contents:write for release creation
- Add MIT LICENSE file
2026-03-19 07:26:11 -05:00

7 lines
193 B
Caddyfile

# media.rip() — Caddyfile for auto-TLS reverse proxy
#
# Replace {$DOMAIN} with your actual domain, or set DOMAIN in your .env file.
{$DOMAIN:localhost} {
reverse_proxy media-rip:8000
}