kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
0f7d744356
commit
386cce172b
|
@ -1,15 +1,14 @@
|
|||
# [linuxserver/guacd](https://github.com/linuxserver/docker-guacd)
|
||||
|
||||
[](https://github.com/linuxserver/docker-guacd)
|
||||
[](https://github.com/linuxserver/docker-guacd/releases)
|
||||
[](https://github.com/linuxserver/docker-guacd/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-guacd/container_registry)
|
||||
[](https://quay.io/repository/linuxserver.io/guacd)
|
||||
[](https://microbadger.com/images/linuxserver/guacd "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/guacd)
|
||||
[](https://hub.docker.com/r/linuxserver/guacd)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-guacd/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/guacd/latest/index.html)
|
||||
[](https://github.com/linuxserver/docker-guacd)
|
||||
[](https://github.com/linuxserver/docker-guacd/releases)
|
||||
[](https://github.com/linuxserver/docker-guacd/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-guacd/container_registry)
|
||||
[](https://microbadger.com/images/linuxserver/guacd "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/guacd)
|
||||
[](https://hub.docker.com/r/linuxserver/guacd)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-guacd/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/guacd/latest/index.html)
|
||||
|
||||
[Guacd](https://guacamole.apache.org/) - Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH. This container is only the backend server component needed to use The official or 3rd party HTML5 frontends.
|
||||
|
||||
|
@ -83,6 +82,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.
|
||||
|
||||
|
||||
## Application Setup
|
||||
|
||||
|
@ -90,7 +106,7 @@ This is a backend only service, to leverage Guacd server you need to use either
|
|||
|
||||
|
||||
## Docker Mods
|
||||
[](https://mods.linuxserver.io/?mod=guacd "view available mods for this container.")
|
||||
[](https://mods.linuxserver.io/?mod=guacd "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