app-store/apps/cloudflared/config.json

23 lines
605 B
JSON
Raw Normal View History

{
"$schema": "../schema.json",
"name": "Cloudflared",
"port": 14333,
"available": true,
"exposable": false,
"id": "cloudflared",
"tipi_version": 4,
"version": "2024.1.4",
"categories": [
"utilities"
],
"description": "Cloudflared-web is a docker image that packages both cloudflared cli and a no-frills Web UI for easy starting/stopping of cloudflare tunnel.",
"short_desc": "Cloudflare Tunnels in a Web UI",
"author": "WisdomSky",
"source": "https://github.com/WisdomSky/Cloudflared-web",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
}