kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
764f6d3505
commit
a028a26bce
|
@ -1,15 +1,14 @@
|
|||
# [linuxserver/letsencrypt](https://github.com/linuxserver/docker-letsencrypt)
|
||||
|
||||
[](https://github.com/linuxserver/docker-letsencrypt)
|
||||
[](https://github.com/linuxserver/docker-letsencrypt/releases)
|
||||
[](https://github.com/linuxserver/docker-letsencrypt/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-letsencrypt/container_registry)
|
||||
[](https://quay.io/repository/linuxserver.io/letsencrypt)
|
||||
[](https://microbadger.com/images/linuxserver/letsencrypt "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/letsencrypt)
|
||||
[](https://hub.docker.com/r/linuxserver/letsencrypt)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-letsencrypt/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/letsencrypt/latest/index.html)
|
||||
[](https://github.com/linuxserver/docker-letsencrypt)
|
||||
[](https://github.com/linuxserver/docker-letsencrypt/releases)
|
||||
[](https://github.com/linuxserver/docker-letsencrypt/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-letsencrypt/container_registry)
|
||||
[](https://microbadger.com/images/linuxserver/letsencrypt "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/letsencrypt)
|
||||
[](https://hub.docker.com/r/linuxserver/letsencrypt)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-letsencrypt/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/letsencrypt/latest/index.html)
|
||||
|
||||
[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.
|
||||
|
||||
|
@ -136,6 +135,23 @@ Docker images are configured using parameters passed at runtime (such as those a
|
|||
|
||||
|
||||
|
||||
## Environment variables from files (Docker secrets)
|
||||
|
||||
You can set any environment variable from a file by using a special prepend `FILE__`.
|
||||
|
||||
As an example:
|
||||
|
||||
```
|
||||
-e FILE__PASSWORD=/run/secrets/mysecretpassword
|
||||
```
|
||||
|
||||
Will set the environment variable `PASSWORD` based on the contents of the `/run/secrets/mysecretpassword` file.
|
||||
|
||||
## Umask for running applications
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
|
||||
## User / Group Identifiers
|
||||
|
||||
|
@ -197,7 +213,7 @@ This will *ask* Google et al not to index and list your site. Be careful with th
|
|||
|
||||
|
||||
## Docker Mods
|
||||
[](https://mods.linuxserver.io/?mod=letsencrypt "view available mods for this container.")
|
||||
[](https://mods.linuxserver.io/?mod=letsencrypt "view available mods for this container.")
|
||||
|
||||
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.
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue