mirror of
https://github.com/linuxserver/docker-librespeed.git
synced 2026-02-05 03:17:24 +08:00
Add donation links for LibreSpeed
This commit is contained in:
parent
04036036e7
commit
ef680d54f0
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@ -1,2 +1,3 @@
|
||||
github: linuxserver
|
||||
open_collective: linuxserver
|
||||
custom: ["https://liberapay.com/fdossena/donate","https://www.paypal.me/sineisochronic",]
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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(
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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" }
|
||||
|
||||
@ -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
2
root/donate.txt
Normal file
@ -0,0 +1,2 @@
|
||||
LibreSpeed (Liberapay): https://liberapay.com/fdossena/donate
|
||||
LibreSpeed (Paypal): https://www.paypal.me/sineisochronic
|
||||
Loading…
x
Reference in New Issue
Block a user