first commit

This commit is contained in:
COLIN Cyrille
2026-01-20 08:59:04 +01:00
commit ab2a31ca67
12 changed files with 6778 additions and 0 deletions

23
Caddyfile Normal file
View File

@@ -0,0 +1,23 @@
(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
}