mirror of
https://github.com/linuxserver/templates.git
synced 2026-02-19 16:17:49 +08:00
113 lines
3.8 KiB
XML
Executable File
113 lines
3.8 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-ddclient/blob/master/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>ddclient</Name>
|
|
<Repository>lscr.io/linuxserver/ddclient</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/ddclient</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-ddclient/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<GitHub>https://github.com/linuxserver/docker-ddclient#application-setup</GitHub>
|
|
<ReadMe>https://github.com/linuxserver/docker-ddclient#readme</ReadMe>
|
|
<Project>https://github.com/ddclient/ddclient</Project>
|
|
<Overview>Ddclient(https://github.com/ddclient/ddclient) is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. It was originally written by Paul Burry and is now mostly by wimpunk. It has the capability to update more than just dyndns and it can fetch your WAN-ipaddress in a few different ways.</Overview>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/ddclient.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ddclient-logo.png</Icon>
|
|
<Date>2025-07-10</Date>
|
|
<Changes>
|
|
### 2025-07-10
|
|
- Rebase to Alpine 3.22.
|
|
|
|
### 2024-07-08
|
|
- Fix cache issue.
|
|
|
|
### 2024-07-08
|
|
- Don't copy config from `/config/ddclient.conf` to `/ddclient.conf` at runtime.
|
|
|
|
### 2024-06-27
|
|
- Rebase to Alpine 3.20.
|
|
|
|
### 2023-12-23
|
|
- Rebase to Alpine 3.19.
|
|
|
|
### 2023-08-25
|
|
- Rebase to Alpine 3.18.
|
|
|
|
### 2023-07-04
|
|
- Deprecate armhf. As announced here(https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
|
|
|
### 2023-02-13
|
|
- Rebase to Alpine 3.17, migrate to s6v3.
|
|
|
|
### 2022-10-20
|
|
- Update build instructions for 3.10.0. Update default `ddclient.conf`.
|
|
|
|
### 2022-01-15
|
|
- Rebase to Alpine 3.15
|
|
|
|
### 2021-05-15
|
|
- Distribute script 'sample-get-ip-from-fritzbox' from ddclient repo
|
|
|
|
### 2021-03-08
|
|
- Added bind-tools to provide nsupdate
|
|
|
|
### 2020-06-01
|
|
- Rebasing to alpine 3.12.
|
|
|
|
### 2020-02-08
|
|
- Ingest from Github.
|
|
|
|
### 2019-02-06
|
|
- Fix permissions.
|
|
|
|
### 2019-12-19
|
|
- Rebasing to alpine 3.11.
|
|
|
|
### 2019-06-28
|
|
- Rebasing to alpine 3.10.
|
|
|
|
### 2019-03-23
|
|
- Switching to new Base images, shift to arm32v7 tag.
|
|
|
|
### 2019-03-10
|
|
- Add perl-io-socket-inet6 for ipv6 support.
|
|
|
|
### 2019-02-22
|
|
- Rebasing to alpine 3.9.
|
|
|
|
### 2019-02-11
|
|
- Add pipeline logic and multi arch.
|
|
|
|
### 2018-08-22
|
|
- Rebase to alpine 3.8.
|
|
|
|
### 2018-08-10
|
|
- Update to ddclient v3.9.0. For Cloudflare users, please ensure you remove the line `server=www.cloudflare.com` from your `ddclient.conf`.
|
|
|
|
### 2017-12-07
|
|
- Rebase to alpine 3.7.
|
|
|
|
### 2017-05-28
|
|
- Rebase to alpine 3.6.
|
|
|
|
### 2017-02-10
|
|
- Rebase to alpine 3.5.
|
|
|
|
### 2016-11-26
|
|
- Update README to new standard and add icon and other small details.
|
|
|
|
### 2016-08-29
|
|
- Initial release.
|
|
|
|
</Changes>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Persistent config files" Type="Path" Display="advanced" Required="true" 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>
|