Skip to content

Commit 4f34f0f

Browse files
committed
add donation links, update readme
1 parent 4f6eb60 commit 4f34f0f

File tree

5 files changed

+12
-30
lines changed

5 files changed

+12
-30
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://www.wireguard.com/donations/",]

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)
@@ -86,6 +86,7 @@ docker create \
8686
Compatible with docker-compose v2 schemas.
8787

8888
```
89+
---
8990
version: "2.1"
9091
services:
9192
wireguard:
@@ -111,7 +112,6 @@ services:
111112
sysctls:
112113
- net.ipv4.conf.all.src_valid_mark=1
113114
restart: unless-stopped
114-
115115
```
116116

117117
## Parameters
@@ -183,6 +183,11 @@ The templates used for server and peer confs are saved under `/config/templates`
183183
Do not set the `PEERS` environment variable. Drop your client conf into the config folder as `/config/wg0.conf` and start the container.
184184

185185

186+
## Docker Mods
187+
[![Docker Mods](https://img.shields.io/badge/dynamic/yaml?style=for-the-badge&color=E68523&label=mods&query=%24.mods%5B%27wireguard%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=wireguard "view available mods for this container.")
188+
189+
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.
190+
186191

187192
## Support Info
188193

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='TZ=US/Pacific'
2626
- CI_AUTH='user:password'
2727
- CI_WEBPATH=''
28+
sponsor_links:
29+
- { name: "WireGuard", url: "https://www.wireguard.com/donations/" }

readme-vars.yml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cap_add_param_vars:
3535
- { cap_add_var: "NET_ADMIN" }
3636
- { cap_add_var: "SYS_MODULE" }
3737
custom_params:
38-
- { name: "sysctl", name_compose: "sysctls", value: "net.ipv4.conf.all.src_valid_mark=1", desc: "Required for client mode." }
38+
- { name: "sysctl", name_compose: "sysctls", value: ["net.ipv4.conf.all.src_valid_mark=1"], desc: "Required for client mode.", array: "true" }
3939

4040
# optional container parameters
4141
opt_param_usage_include_env: true
@@ -49,33 +49,6 @@ opt_param_env_vars:
4949
optional_block_1: false
5050
optional_block_1_items: ""
5151

52-
custom_compose: |
53-
version: "2.1"
54-
services:
55-
wireguard:
56-
image: linuxserver/wireguard
57-
container_name: wireguard
58-
cap_add:
59-
- NET_ADMIN
60-
- SYS_MODULE
61-
environment:
62-
- PUID=1000
63-
- PGID=1000
64-
- TZ=Europe/London
65-
- SERVERURL=wireguard.domain.com #optional
66-
- SERVERPORT=51820 #optional
67-
- PEERS=1 #optional
68-
- PEERDNS=8.8.8.8 #optional
69-
- INTERNAL_SUBNET=10.13.13.0 #optional
70-
volumes:
71-
- /path/to/appdata/config:/config
72-
- /lib/modules:/lib/modules
73-
ports:
74-
- 51820:51820/udp
75-
sysctls:
76-
- net.ipv4.conf.all.src_valid_mark=1
77-
restart: unless-stopped
78-
7952
# application setup block
8053
app_setup_block_enabled: true
8154
app_setup_block: |

root/donate.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
WireGuard: https://www.wireguard.com/donations/

0 commit comments

Comments
 (0)