-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathcloudflared.xml
More file actions
42 lines (42 loc) · 2.08 KB
/
cloudflared.xml
File metadata and controls
42 lines (42 loc) · 2.08 KB
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
<?xml version="1.0"?>
<Container version="2">
<Name>cloudflared</Name>
<Repository>cloudflare/cloudflared:2021.8.2</Repository>
<Registry>https://hub.docker.com/r/cloudflare/cloudflared/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/109584-support-aeleos-cloudflared-tunnels/</Support>
<Project>https://github.com/aeleos/cloudflared</Project>
<Overview>Contains the command-line client for Argo Tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network. Extensive documentation can be found in the Argo Tunnel section of the Cloudflare Docs.

Instructions for installation can be found at https://github.com/aeleos/cloudflared</Overview>
<Category>Security:</Category>
<WebUI/>
<TemplateURL>https://raw.githubusercontent.com/aeleos/cloudflared/main/cloudflared.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/aeleos/cloudflared/main/cloudflare-icon.png</Icon>
<ExtraParams>--restart unless-stopped</ExtraParams>
<PostArgs>tunnel run UUID</PostArgs>
<CPUset/>
<DateInstalled>1622768343</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>Contains the command-line client for Argo Tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network. Extensive documentation can be found in the Argo Tunnel section of the Cloudflare Docs.

Instructions for installation can be found at https://github.com/aeleos/cloudflared</Description>
<Networking>
<Mode>bridge</Mode>
<Publish/>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/cloudflared</HostDir>
<ContainerDir>/home/nonroot/.cloudflared/</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="data" Target="/home/nonroot/.cloudflared/" Default="" Mode="rw" Description="Container Path: /home/nonroot/.cloudflared/" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cloudflared</Config>
</Container>