templates/unraid/duckdns.xml
2024-01-08 14:59:23 +00:00

117 lines
4.7 KiB
XML
Executable File

<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<!-- GENERATED FROM https://github.com/linuxserver/docker-duckdns/blob/master/readme-vars.yml -->
<Container version="2">
<Name>duckdns</Name>
<Repository>lscr.io/linuxserver/duckdns</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/duckdns</Registry>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/linuxserver/docker-duckdns/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-duckdns#application-setup</GitHub>
<ReadMe>https://github.com/linuxserver/docker-duckdns#readme</ReadMe>
<Project>https://duckdns.org/</Project>
<Overview>Duckdns(https://duckdns.org/) is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn&#39;t require reactivation or forum posts to maintain its existence.</Overview>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/duckdns.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/duckdns-logo.png</Icon>
<Date>2023-12-23</Date>
<Changes>
### 2023-12-23
- Rebase to Alpine 3.19.
### 2023-10-14
- Rework shell script for case insensitivity and update readme to be more clear.
### 2023-10-13
- Add support for public IPv6 address update using Cloudflare.
### 2023-05-25
- Rebase to Alpine 3.18, deprecate armhf.
### 2023-03-02
- Rework shell scripts and cron logic.
### 2023-02-13
- Rebase to alpine 3.17.
### 2022-09-23
- Rebase to alpine 3.16 and s6v3.
### 2022-09-19
- Rebase to alpine 3.15.
### 2022-05-17
- Don&#39;t allow insecure connections and add timeout.
### 2022-05-17
- Add random jitter to update time.
### 2022-02-23
- Append to log file instead of overwriting every time.
### 2021-05-03
- Re-adjust cron timings to prevent peak times, update code formatting.
### 2021-01-23
- Rebasing to alpine 3.13.
### 2020-06-01
- Rebasing to alpine 3.12.
### 2020-04-13
- Add donation links for DuckDNS.
### 2019-12-19
- Rebasing to alpine 3.11.
### 2019-09-24
- Fix perms on github and remove chmod that can stall the container.
### 2019-06-28
- Rebasing to alpine 3.10.
### 2019-03-23
- Switching to new Base images, shift to arm32v7 tag.
### 2019-02-22
- Rebasing to alpine 3.9.
### 2019-02-08
- Update readme with optional parameters.
### 2018-12-10
- Fix docker compose example.
### 2018-10-15
- Multi-arch image.
### 2018-08-22
- Rebase to alpine 3.8.
### 2017-12-08
- Rebase to alpine 3.7.
### 2017-05-28
- Rebase to alpine 3.6.
### 2017-02-09
- Rebase to alpine 3.5.
### 2016-11-17
- Initial release.
</Changes>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Persistent config files" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="SUBDOMAINS" Target="SUBDOMAINS" Default="subdomain1,subdomain2" Description="multiple subdomains allowed, comma separated, no spaces, if your domain is user.duckdns.org you put user, not a sub-subdomain" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="TOKEN" Target="TOKEN" Default="token" Description="DuckDNS token" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="UPDATE_IP" Target="UPDATE_IP" Default="ipv4" Description="Set to `ipv6` or `ipv4` to update **only** your public IPv4/6 address. Set to `both` to update IPv6 and IPv4 address. This variable makes use of a third-party service(#notice-regarding-automatic-detection). Omitting this variable uses DuckDNS for detection and only supports IPv4. `both` and `ipv6` modes needs host networking(#networking-net)." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="LOG_FILE" Target="LOG_FILE" Default="false" Description="Set to `true` to log to file (also need to map /config)." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
</Container>