This commit is contained in:
2026-04-20 11:18:04 -07:00
parent 6dfd6c1ee6
commit 86965fd783
7 changed files with 136 additions and 22 deletions

19
comfyui/ts_serve.json Normal file
View File

@@ -0,0 +1,19 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"comfyui.story-basking.ts.net:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:80"
}
}
}
},
"AllowFunnel": {
"comfyui.story-basking.ts.net:443": true
}
}