app-store/apps/cloudflared/config.json
DrMxrcy f0f1ba8105
Add Cloudflared (#1292)
* Add Cloudflared

* Update apps.test.ts

* Update docker-compose.yml
2023-09-27 01:53:48 -04:00

18 lines
539 B
JSON

{
"$schema": "../schema.json",
"name": "Cloudflared",
"port": 14333,
"available": true,
"exposable": false,
"id": "cloudflared",
"tipi_version": 1,
"version": "2023.8.2",
"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": [
]
}