Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 7a4ee7b

Browse files
authored
Merge pull request #433 from linuxserver/donate
add donate link for Let's Encrypt
2 parents 91944eb + f875316 commit 7a4ee7b

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
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://letsencrypt.org/donate/",]

Jenkinsfile

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

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![GitHub](https://img.shields.io/static/v1.svg?style=flat-square&color=E68523&label=linuxserver.io&message=GitHub&logo=github&logoColor=FFFFFF)](https://github.com/linuxserver "view the source for all of our repositories.")
88
[![Open Collective](https://img.shields.io/opencollective/all/linuxserver.svg?style=flat-square&color=E68523&label=Supporters&logo=open%20collective&logoColor=FFFFFF)](https://opencollective.com/linuxserver "please consider helping us by either donating or contributing to our budget")
99

10-
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring :-
10+
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring:
1111

1212
* regular and timely application updates
1313
* easy user mappings (PGID, PUID)
@@ -92,7 +92,7 @@ Compatible with docker-compose v2 schemas.
9292

9393
```
9494
---
95-
version: "2"
95+
version: "2.1"
9696
services:
9797
letsencrypt:
9898
image: linuxserver/letsencrypt
@@ -217,6 +217,11 @@ This will *ask* Google et al not to index and list your site. Be careful with th
217217
* A list of commands can be found here: https://www.fail2ban.org/wiki/index.php/Commands
218218

219219

220+
## Docker Mods
221+
[![Docker Mods](https://img.shields.io/badge/dynamic/yaml?style=for-the-badge&color=E68523&label=mods&query=%24.mods%5B%27letsencrypt%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=letsencrypt "view available mods for this container.")
222+
223+
We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) can be accessed via the dynamic badge above.
224+
220225

221226
## Support Info
222227

jenkins-vars.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ repo_vars:
2525
- CI_DOCKERENV='TEST_RUN=1'
2626
- CI_AUTH=''
2727
- CI_WEBPATH=''
28+
sponsor_links:
29+
- { name: "Let's Encrypt", url: "https://letsencrypt.org/donate/" }

root/donate.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Let's Encrypt: https://letsencrypt.org/donate/

0 commit comments

Comments
 (0)