mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
20 lines
1.8 KiB
XML
20 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>cloudflared</Name>
|
|
<Repository>crazymax/cloudflared</Repository>
|
|
<Registry>https://hub.docker.com/r/crazymax/cloudflared/</Registry>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
|
|
<Project>https://github.com/crazy-max/docker-cloudflared</Project>
|
|
<Overview>Cloudflared proxy-dns multi-platform Docker image based on Alpine Linux</Overview>
|
|
<Category>Tools:</Category>
|
|
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/cloudflared.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/cloudflared.png</Icon>
|
|
<DonateText>All kinds of contributions are welcome 🙌! The most basic way to show your support is to star 🌟 the project, or to raise issues 💬 But we're not gonna lie to each other, I'd rather you buy me a beer or two 🍻!</DonateText>
|
|
<DonateLink>https://www.patreon.com/crazymax</DonateLink>
|
|
<Config Name="Listen port for the DNS over HTTPS proxy server" Target="5053" Default="5053" Mode="udp" Description="Container Port: 5053" Type="Port" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="Listen port for metrics reporting" Target="49312" Default="49312" Mode="tcp" Description="Container Port: 49312" Type="Port" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="Upstream endpoint URL" Target="TUNNEL_DNS_UPSTREAM" Default="https://1.1.1.1/dns-query,https://1.0.0.1/dns-query" Description="Container Variable: TUNNEL_DNS_UPSTREAM Upstream endpoint URL, you can specify multiple endpoints for redundancy" Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
</Container>
|