From 1ae4be30ae3300bedafb35e220ab2a8ea61d6315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joda=20Sto=CC=88=C3=9Fer?= Date: Sat, 21 Feb 2026 15:18:49 +0100 Subject: [PATCH] feat(script): add cloudflared --- docs/public/install-scripts/cloudflared.json | 38 ++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 docs/public/install-scripts/cloudflared.json diff --git a/docs/public/install-scripts/cloudflared.json b/docs/public/install-scripts/cloudflared.json new file mode 100644 index 0000000..fdc86cf --- /dev/null +++ b/docs/public/install-scripts/cloudflared.json @@ -0,0 +1,38 @@ +{ + "version": 3, + "script": { + "version": "1.0.0", + "changeLog": "Initial Script" + }, + "requirements": { + "locations": [], + "specifications": [ + "2CORE", + "4096MB" + ], + "permissions": [], + "ports": [] + }, + "installation_questions": [ + { + "question": "Tunnel Token", + "description": "The Tunnel Token to use for Cloudflared.", + "type": "text", + "key": "tunnel_token", + "required": true + } + ], + "ensure_directories_exists": [], + "app_values": { + "cloudflared": { + "mode": "tunnel", + "tunnel_token": "$QUESTION(tunnel_token)" + }, + "resources": { + "limits": { + "cpus": 2, + "memory": "$MEMORY(10%, 4096)" + } + } + } +} \ No newline at end of file