Skip to content

Commit

Permalink
Merge pull request #4 from linuxserver/donate
Browse files Browse the repository at this point in the history
Add donation links for LibreSpeed
  • Loading branch information
nemchik authored Apr 29, 2020
2 parents 0403603 + ef680d5 commit 56273df
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
github: linuxserver
open_collective: linuxserver
custom: ["https://liberapay.com/fdossena/donate","https://www.paypal.me/sineisochronic",]
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 3 additions & 0 deletions jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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." }
2 changes: 2 additions & 0 deletions root/donate.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
LibreSpeed (Liberapay): https://liberapay.com/fdossena/donate
LibreSpeed (Paypal): https://www.paypal.me/sineisochronic

0 comments on commit 56273df

Please sign in to comment.