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 Jan 6, 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/letsencrypt"Get your own version badge on microbadger.com")
[](https://microbadger.com/images/linuxserver/letsencrypt"Get your own version badge on microbadger.com")
[Letsencrypt](https://letsencrypt.org/) sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.
40
39
@@ -149,7 +148,7 @@ Container images are configured using parameters passed at runtime (such as thos
149
148
150
149
## Environment variables from files (Docker secrets)
151
150
152
-
You can set any environment variable from a file by using a special prepend `FILE__`.
151
+
You can set any environment variable from a file by using a special prepend `FILE__`.
153
152
154
153
As an example:
155
154
@@ -159,6 +158,11 @@ As an example:
159
158
160
159
Will set the environment variable `PASSWORD` based on the contents of the `/run/secrets/mysecretpassword` file.
161
160
161
+
## Umask for running applications
162
+
163
+
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.
164
+
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.
165
+
162
166
## User / Group Identifiers
163
167
164
168
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`.
@@ -221,7 +225,7 @@ This will *ask* Google et al not to index and list your site. Be careful with th
221
225
222
226
223
227
## Docker Mods
224
-
[](https://mods.linuxserver.io/?mod=letsencrypt"view available mods for this container.")
228
+
[](https://mods.linuxserver.io/?mod=letsencrypt"view available mods for this container.")
225
229
226
230
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