Skip to content

Commit

Permalink
cloud: show tunnel url
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Sep 14, 2023
1 parent c37f892 commit b7ca477
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/cloud/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"@types/nat-upnp": "^1.1.2",
"@types/node": "^20.4.5"
},
"version": "0.1.40"
"version": "0.1.41"
}
7 changes: 7 additions & 0 deletions plugins/cloud/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,13 @@ class ScryptedCloud extends ScryptedDeviceBase implements OauthClient, Settings,
this.cloudflared?.child.kill();
},
},
cloudflaredTunnelUrl: {
group: 'Advanced',
title: 'Cloudflare Tunnel URL',
description: 'Cloudflare Tunnel URL is a randomized cloud connection, unless a Cloudflare Tunnel Token is provided.',
readonly: true,
mapGet: () => this.cloudflareTunnel || 'Unavailable',
},
register: {
group: 'Advanced',
title: 'Register',
Expand Down

0 comments on commit b7ca477

Please sign in to comment.