mirror of
https://github.com/xpltdco/media-rip.git
synced 2026-04-02 18:43:59 -06:00
- 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
7 lines
193 B
Caddyfile
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
|
|
}
|