diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 7eaac77..c4e8d8f 100755 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,3 @@ github: linuxserver open_collective: linuxserver +custom: ["https://liberapay.com/fdossena/donate","https://www.paypal.me/sineisochronic",] diff --git a/Jenkinsfile b/Jenkinsfile index 7c58ec1..36f4c83 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,7 +58,7 @@ pipeline { env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/commit/' + env.GIT_COMMIT env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DOCKERHUB_IMAGE + '/tags/' env.PULL_REQUEST = env.CHANGE_ID - env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE.md ./.github/PULL_REQUEST_TEMPLATE.md' + env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE.md ./.github/PULL_REQUEST_TEMPLATE.md ./root/donate.txt' } script{ env.LS_RELEASE_NUMBER = sh( diff --git a/README.md b/README.md index c7e44bf..47c93ea 100644 --- a/README.md +++ b/README.md @@ -235,4 +235,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **29.04.20:** - Add donation links for LibreSpeed to Github sponsor button and container log. * **09.01.20:** - Initial Release. diff --git a/jenkins-vars.yml b/jenkins-vars.yml index 9c2eb8e..89ab331 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -27,3 +27,6 @@ repo_vars: - CI_DOCKERENV='TZ=US/Pacific' - CI_AUTH='user:password' - CI_WEBPATH='' +sponsor_links: + - { name: "LibreSpeed (Liberapay)", url: "https://liberapay.com/fdossena/donate" } + - { name: "LibreSpeed (Paypal)", url: "https://www.paypal.me/sineisochronic" } diff --git a/readme-vars.yml b/readme-vars.yml index 11c3785..53d32ec 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -59,4 +59,5 @@ app_setup_block: | # changelog changelogs: + - { date: "29.04.20:", desc: "Add donation links for LibreSpeed to Github sponsor button and container log." } - { date: "09.01.20:", desc: "Initial Release." } diff --git a/root/donate.txt b/root/donate.txt new file mode 100644 index 0000000..495ddfb --- /dev/null +++ b/root/donate.txt @@ -0,0 +1,2 @@ +LibreSpeed (Liberapay): https://liberapay.com/fdossena/donate +LibreSpeed (Paypal): https://www.paypal.me/sineisochronic