FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cloudflared/wix.json at master · AndersonGhost/cloudflared · GitHub
AndersonGhost
/
cloudflared
Public
forked from
cloudflare/cloudflared
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cloudflared
/
wix.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (45 loc) · 1.15 KB
Breadcrumbs
cloudflared
/
wix.json
Copy path
File metadata and controls
45 lines (45 loc) · 1.15 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"product"
:
"
cloudflared
"
,
"company"
:
"
cloudflare
"
,
"license"
:
"
LICENSE
"
,
"upgrade-code"
:
"
23f90fdd-9328-47ea-ab52-5380855a4b12
"
,
"files"
: {
"guid"
:
"
35e5e858-9372-4449-bf73-1cd6f7267128
"
,
"items"
: [
"
cloudflared.exe
"
]
},
"env"
: {
"guid"
:
"
6bb74449-d10d-4f4a-933e-6fc9fa006eae
"
,
"vars"
: [
{
"name"
:
"
CFDPATH
"
,
"value"
:
"
[INSTALLDIR].
"
,
"permanent"
:
"
no
"
,
"system"
:
"
yes
"
,
"action"
:
"
set
"
,
"part"
:
"
all
"
}
]
},
"shortcuts"
: {},
"choco"
: {
"description"
:
"
cloudflared connects your machine or user identity to Cloudflare's global network.
"
,
"project-url"
:
"
https://github.com/cloudflare/cloudflared
"
,
"license-url"
:
"
https://github.com/cloudflare/cloudflared/blob/master/LICENSE
"
},
"hooks"
: [
{
"command"
:
"
sc.exe create Cloudflared binPath=
\"
[INSTALLDIR]cloudflared.exe
\"
type=share start=auto DisplayName=
\"
Cloudflared
\"
"
,
"when"
:
"
install
"
},
{
"command"
:
"
sc.exe start Cloudflared
"
,
"when"
:
"
install
"
},
{
"command"
:
"
sc.exe delete Cloudflared
"
,
"when"
:
"
uninstall
"
}
]
}
Back
|
FazBrowse Home
|
New Git URL