add cloudflare tunnel token variable
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user