Skip to content

Commit 3f3409e

Browse files
committed
cloud: publish
1 parent fd90b8d commit 3f3409e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

plugins/cloud/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/cloud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
"@types/node": "^20.14.6",
5555
"ts-node": "^10.9.2"
5656
},
57-
"version": "0.2.27"
57+
"version": "0.2.29"
5858
}

plugins/cloud/src/main.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,7 @@ class ScryptedCloud extends ScryptedDeviceBase implements OauthClient, Settings,
10181018

10191019
const args: any = {};
10201020
if (this.storageSettings.values.cloudflaredTunnelToken) {
1021+
this.log.a('Cloudflare tunnel tokens are no longer supported. Please use the new Cloudflare Tunnel Custom Domain option.');
10211022
tunnelUrl = `https://127.0.0.1:${this.storageSettings.values.securePort}`;
10221023
args['run'] = null;
10231024
args['--token'] = this.storageSettings.values.cloudflaredTunnelToken;

0 commit comments

Comments
 (0)