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
}

nextcloud.dylanbaird.com {
    reverse_proxy nextcloud:80
}

immich.dylanbaird.com {
    reverse_proxy immich-server:2283
}

plex.dylanbaird.com {
    reverse_proxy 192.168.2.31:32400
}

judo.dylanbaird.com {
    root * /srv/judo
    file_server
}

dylanbaird.com {
    root * /srv/dylanbaird
    file_server
}

alloro.ca {
    @french header Accept-Language *fr*
    handle @french {
        root * /srv/alloro
        rewrite * /index-fr.html
        file_server
    }
    handle {
        root * /srv/alloro
        rewrite * /index.html
        file_server
    }
}

app-dev.alloro.ca {
    reverse_proxy alloro:8080
}

pihole.dylanbaird.com {
    reverse_proxy pihole:80
}