25 lines
321 B
Caddyfile
Executable File
25 lines
321 B
Caddyfile
Executable File
{
|
|
email trystkelly@gmail.com
|
|
}
|
|
|
|
jellyfin.trystkelly.com {
|
|
reverse_proxy jellyfin:8096
|
|
encode
|
|
}
|
|
|
|
copyparty.trystkelly.com {
|
|
reverse_proxy copyparty:3923
|
|
encode
|
|
}
|
|
|
|
photos.trystkelly.com {
|
|
reverse_proxy pigallery2:80
|
|
encode
|
|
}
|
|
|
|
trystkelly.com {
|
|
root * /srv
|
|
file_server browse
|
|
encode
|
|
}
|