barrios/caddy/Caddyfile

37 lines
610 B
Text
Raw Normal View History

jellyfin.dylanbaird.com {
reverse_proxy jellyfin:8096
}
cindysquiltsandthings.ca {
respond "Future home of Cindy's Quilts and Things"
}
forgejo.dylanbaird.com {
reverse_proxy forgejo:3000
}
registry.dylanbaird.com {
reverse_proxy registry:5000
}
2025-04-27 13:31:28 +00:00
immich.dylanbaird.com {
reverse_proxy immich-server:2283
}
dylanbaird.com {
root * /srv/dylanbaird
file_server
2025-04-27 13:31:28 +00:00
}
2025-05-27 18:31:11 +00:00
alloro.ca {
@french header Accept-Language *fr*
handle @french {
root * /srv/alloro
try_files /index-fr.html
}
handle {
root * /srv/alloro
try_files /index.html
}
}