You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://blog.linuxserver.io"all the things you can do with our containers including How-To guides, opinions and much more!")
4
-
[](https://discord.gg/YWrKVTn"realtime support / chat with the community and the team.")
5
-
[](https://discourse.linuxserver.io"post on our community forum.")
6
-
[](https://fleet.linuxserver.io"an online web interface which displays all of our maintained images.")
7
-
[](https://github.com/linuxserver"view the source for all of our repositories.")
8
-
[](https://opencollective.com/linuxserver"please consider helping us by either donating or contributing to our budget")
3
+
[](https://blog.linuxserver.io"all the things you can do with our containers including How-To guides, opinions and much more!")
4
+
[](https://discord.gg/YWrKVTn"realtime support / chat with the community and the team.")
5
+
[](https://discourse.linuxserver.io"post on our community forum.")
6
+
[](https://fleet.linuxserver.io"an online web interface which displays all of our maintained images.")
7
+
[](https://github.com/linuxserver"view the source for all of our repositories.")
8
+
[](https://opencollective.com/linuxserver"please consider helping us by either donating or contributing to our budget")
9
9
10
10
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring:
[](https://microbadger.com/images/linuxserver/wireguard"Get your own version badge on microbadger.com")
[](https://microbadger.com/images/linuxserver/wireguard"Get your own version badge on microbadger.com")
[WireGuard®](https://www.wireguard.com/) is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.
40
39
@@ -137,7 +136,7 @@ Container images are configured using parameters passed at runtime (such as thos
137
136
138
137
## Environment variables from files (Docker secrets)
139
138
140
-
You can set any environment variable from a file by using a special prepend `FILE__`.
139
+
You can set any environment variable from a file by using a special prepend `FILE__`.
141
140
142
141
As an example:
143
142
@@ -147,6 +146,11 @@ As an example:
147
146
148
147
Will set the environment variable `PASSWORD` based on the contents of the `/run/secrets/mysecretpassword` file.
149
148
149
+
## Umask for running applications
150
+
151
+
For all of our images we provide the ability to override the default umask settings for services started within the containers using the optional `-e UMASK=022` setting.
152
+
Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up [here](https://en.wikipedia.org/wiki/Umask) before asking for support.
153
+
150
154
## User / Group Identifiers
151
155
152
156
When using volumes (`-v` flags) permissions issues can arise between the host OS and the container, we avoid this issue by allowing you to specify the user `PUID` and group `PGID`.
@@ -195,7 +199,7 @@ Both of these approaches have positives and negatives however their setup is out
195
199
196
200
197
201
## Docker Mods
198
-
[](https://mods.linuxserver.io/?mod=wireguard"view available mods for this container.")
202
+
[](https://mods.linuxserver.io/?mod=wireguard"view available mods for this container.")
199
203
200
204
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.
201
205
@@ -264,6 +268,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
264
268
265
269
## Versions
266
270
271
+
***29.05.20:** - Add support for 64bit raspbian.
267
272
***28.04.20:** - Add Buster/Stretch backports repos for Debian. Tested with OMV 5 and OMV 4 (on kernel 4.19.0-0.bpo.8-amd64).
268
273
***20.04.20:** - Fix typo in client mode conf existence check.
269
274
***13.04.20:** - Fix bug that forced conf recreation on every start.
0 commit comments