Files
hublot-testing-demo/Caddyfile
COLIN Cyrille ab2a31ca67 first commit
2026-01-20 08:59:04 +01:00

23 lines
391 B
Caddyfile

(common_tls) {
tls /certs/localhost.pem /certs/localhost-key.pem
}
https://app.hublot.local {
import common_tls
reverse_proxy hublot:3000
}
https://livekit.hublot.local {
import common_tls
reverse_proxy livekit:7880
}
https://auth.hublot.local {
import common_tls
reverse_proxy logto:3001
}
https://auth-admin.hublot.local {
import common_tls
reverse_proxy logto:3002
}