openwebui configs

This commit is contained in:
2025-06-30 15:42:55 -06:00
parent 0793fd75f7
commit 5e51176d8a
4 changed files with 114 additions and 0 deletions

19
openwebui/ts-config.json Normal file
View File

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