barrios/caddy/Caddyfile

45 lines
698 B
Text
Raw Permalink 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-07-28 16:48:18 +00:00
nextcloud.dylanbaird.com {
reverse_proxy nextcloud:80
}
2025-04-27 13:31:28 +00:00
immich.dylanbaird.com {
reverse_proxy immich-server:2283
}
2025-12-15 18:17:14 +00:00
plex.dylanbaird.com {
reverse_proxy 192.168.2.31:32400
}
2026-04-21 19:06:16 +00:00
judo.dylanbaird.com {
root * /srv/judo
file_server
}
dylanbaird.com {
root * /srv/dylanbaird
file_server
2025-04-27 13:31:28 +00:00
}
2025-05-27 18:31:11 +00:00
2026-06-19 22:07:37 +00:00
dev.alloro.ca app-dev.alloro.ca {
2026-04-22 01:39:48 +00:00
reverse_proxy alloro:8080
2026-04-30 19:03:14 +00:00
}
pihole.dylanbaird.com {
reverse_proxy pihole:80
2026-04-22 01:39:48 +00:00
}