Update cloudflared.json

This commit is contained in:
Robert Middleswarth
2022-09-25 01:27:24 -04:00
committed by GitHub
parent 5816b931c3
commit 7b92e7045a

View File

@@ -20,7 +20,7 @@
"note": "Requires a token in order to work. You can find the dashboard <a href='https://dash.teams.cloudflare.com/'>here</a>. Once you logged in, go to Access followed by Tunnels. Create a tunnel. After you gave it a name you'll see in the command section a long string of chacters. This is your token you must copy.",
"officialDoc": "https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/",
"platform": "linux",
"command": "tunnel run",
"command": "tunnel --no-autoupdate run --token ${TUNNEL_TOKEN}",
"restart_policy": "unless-stopped",
"title": "Cloudflared",
"type": 1,