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
{{ message }}
This repository was archived by the owner on Jun 15, 2021. It is now read-only.
[](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/openvpn-as"Get your own version badge on microbadger.com")
[](https://microbadger.com/images/linuxserver/openvpn-as"Get your own version badge on microbadger.com")
[Openvpn-as](https://openvpn.net/index.php/access-server/overview.html) is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments. OpenVPN Access Server supports a wide range of configurations, including secure and granular remote access to internal network and/ or private cloud network resources and applications with fine-grained access control.
40
39
@@ -128,7 +127,7 @@ Container images are configured using parameters passed at runtime (such as thos
128
127
129
128
## Environment variables from files (Docker secrets)
130
129
131
-
You can set any environment variable from a file by using a special prepend `FILE__`.
130
+
You can set any environment variable from a file by using a special prepend `FILE__`.
132
131
133
132
As an example:
134
133
@@ -138,6 +137,11 @@ As an example:
138
137
139
138
Will set the environment variable `PASSWORD` based on the contents of the `/run/secrets/mysecretpassword` file.
140
139
140
+
## Umask for running applications
141
+
142
+
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.
143
+
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.
144
+
141
145
## User / Group Identifiers
142
146
143
147
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`.
@@ -170,7 +174,7 @@ To ensure your devices can connect to your VPN properly, goto Configuration -> N
170
174
171
175
172
176
## Docker Mods
173
-
[](https://mods.linuxserver.io/?mod=openvpn-as"view available mods for this container.")
177
+
[](https://mods.linuxserver.io/?mod=openvpn-as"view available mods for this container.")
174
178
175
179
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.
0 commit comments