Add donation links for LibreSpeed

This commit is contained in:
aptalca 2020-04-29 16:12:24 -04:00
parent 04036036e7
commit ef680d54f0
6 changed files with 9 additions and 1 deletions

1
.github/FUNDING.yml vendored
View File

@ -1,2 +1,3 @@
github: linuxserver
open_collective: linuxserver
custom: ["https://liberapay.com/fdossena/donate","https://www.paypal.me/sineisochronic",]

2
Jenkinsfile vendored
View File

@ -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(

View File

@ -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.

View File

@ -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" }

View File

@ -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
root/donate.txt Normal file
View File

@ -0,0 +1,2 @@
LibreSpeed (Liberapay): https://liberapay.com/fdossena/donate
LibreSpeed (Paypal): https://www.paypal.me/sineisochronic