28 lines
485 B
Caddyfile
28 lines
485 B
Caddyfile
auth.thesatelliteoflove.com {
|
|
reverse_proxy authentik-server-1:9000
|
|
}
|
|
|
|
tasks.thesatelliteoflove.com {
|
|
reverse_proxy authentik-server-1:9000
|
|
}
|
|
|
|
git.thesatelliteoflove.com {
|
|
reverse_proxy gitea:3000
|
|
}
|
|
|
|
thesatelliteoflove.com {
|
|
root * /srv
|
|
file_server
|
|
}
|
|
|
|
bookmarks.thesatelliteoflove.com {
|
|
reverse_proxy hoarder-web-1:3000
|
|
}
|
|
|
|
social.thesatelliteoflove.com {
|
|
reverse_proxy gotosocial:8080
|
|
}
|
|
|
|
grist.thesatelliteoflove.com {
|
|
reverse_proxy grist-grist-1:8484
|
|
} |