Skip to content

Commit 1e7dbcd

Browse files
aptalcathelamer
authored andcommitted
Add donation links for DuckDNS
1 parent 42911f6 commit 1e7dbcd

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
open_collective: linuxserver
2+
custom: ["https://www.patreon.com/user?u=3209735",]

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pipeline {
5555
env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/commit/' + env.GIT_COMMIT
5656
env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DOCKERHUB_IMAGE + '/tags/'
5757
env.PULL_REQUEST = env.CHANGE_ID
58-
env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE.md ./.github/PULL_REQUEST_TEMPLATE.md'
58+
env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE.md ./.github/PULL_REQUEST_TEMPLATE.md ./root/donate.txt'
5959
}
6060
script{
6161
env.LS_RELEASE_NUMBER = sh(

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ docker create \
7070
-e SUBDOMAINS=subdomain1,subdomain2 \
7171
-e TOKEN=token \
7272
-e LOG_FILE=false `#optional` \
73-
-v </path/to/appdata/config>:/config `#optional` \
73+
-v /path/to/appdata/config:/config `#optional` \
7474
--restart unless-stopped \
7575
linuxserver/duckdns
7676
```
@@ -95,7 +95,7 @@ services:
9595
- TOKEN=token
9696
- LOG_FILE=false #optional
9797
volumes:
98-
- </path/to/appdata/config>:/config #optional
98+
- /path/to/appdata/config:/config #optional
9999
restart: unless-stopped
100100
```
101101

@@ -218,6 +218,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
218218

219219
## Versions
220220

221+
* **13.04.20:** - Add donation links for DuckDNS.
221222
* **19.12.19:** - Rebasing to alpine 3.11.
222223
* **24.09.19:** - Fix perms on github and remove chmod that can stall the container.
223224
* **28.06.19:** - Rebasing to alpine 3.10.

jenkins-vars.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ repo_vars:
2424
- CI_DOCKERENV='SUBDOMAINS=testing|TOKEN=testing'
2525
- CI_AUTH=''
2626
- CI_WEBPATH=''
27+
sponsor_links:
28+
- { name: "DuckDNS", url: "https://www.patreon.com/user?u=3209735" }

readme-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ opt_param_env_vars:
4343
- { env_var: "LOG_FILE", env_value: "false", desc: "Set to `true` to log to file (also need to map /config)."}
4444
opt_param_usage_include_vols: true
4545
opt_param_volumes:
46-
- { vol_path: "/config", vol_host_path: "</path/to/appdata/config>", desc: "Used in conjunction with logging to file." }
46+
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Used in conjunction with logging to file." }
4747
opt_param_usage_include_ports: false
4848
opt_param_ports: ""
4949
opt_param_device_map: false
@@ -64,6 +64,7 @@ app_setup_block: |
6464
6565
# changelog
6666
changelogs:
67+
- { date: "13.04.20:", desc: "Add donation links for DuckDNS." }
6768
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
6869
- { date: "24.09.19:", desc: "Fix perms on github and remove chmod that can stall the container." }
6970
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }

root/donate.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DuckDNS: https://www.patreon.com/user?u=3209735

0 commit comments

Comments
 (0)