keycloak working

This commit is contained in:
2024-05-10 17:22:30 +01:00
parent b3f8b4e583
commit 8f29d02066
4 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://keycloak:8080"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": true
}
}