Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1875,6 +1875,32 @@
"url": "https://github.com/portainer/templates",
"stackfile": "edge/sorba-sde/docker-compose.yml"
}
},
{
"id": 76,
"type": 1,
"title": "Cloudflared-web",
"description": "Cloudflared-web is a docker image that packages both cloudflared cli and a simple Web UI to easily start or stop remotely-managed Cloudflare tunnel.",
"categories": ["Tools", "Networking", "Tunnel"],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/WisdomSky/Cloudflared-web/refs/heads/main/app/frontend/public/cloudflare.ico",
"image": "wisdomsky/cloudflared-web:latest",
"env": [
{
"default": "14333",
"label": "WEBUI_PORT",
"name": "WEBUI_PORT"
}
],
"network": "host",
"ports": ["14333/tcp"],
"restart_policy": "unless-stopped",
"name": "cloudflared-web",
"volumes": [
{
"container": "/config"
}
]
}
]
}