add cloudflare tunnel token variable

This commit is contained in:
2026-05-31 21:50:21 -04:00
parent 660efa7b6e
commit fcd14e1a00

View File

@@ -357,6 +357,16 @@
"user_editable": true,
"rules": "nullable|string",
"field_type": "text"
},
{
"name": "Cloudflare Tunnel Token",
"description": "Cloudflare tunnel token for exposing services. Leave empty to skip.",
"env_variable": "CLOUDFLARE_TUNNEL_TOKEN",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string",
"field_type": "text"
}
]
}