From 9380e669964aabe00772a5d041d78916748dbf4a Mon Sep 17 00:00:00 2001 From: <> Date: Sat, 26 Aug 2023 14:02:12 +0000 Subject: [PATCH] Deployed 1c5fc45e with MkDocs version: 1.5.2 --- images/docker-synclounge/index.html | 2 +- search/search_index.json | 2 +- sitemap.xml.gz | Bin 1673 -> 1673 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/docker-synclounge/index.html b/images/docker-synclounge/index.html index 80a76aa1b4..51745f3789 100644 --- a/images/docker-synclounge/index.html +++ b/images/docker-synclounge/index.html @@ -20,4 +20,4 @@ --restart unless-stopped \ lscr.io/linuxserver/synclounge:latest
Docker images are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate <external>:<internal>
respectively. For example, -p 8080:80
would expose port 80
from inside the container to be accessible from the host's IP on port 8080
outside the container.
-p
)¶Parameter | Function |
---|---|
8088 | Web app and server port |
-e
)¶Env | Function |
---|---|
AUTH_LIST=plexuser1,plexuser2,email1,machineid1 | If set, only the users defined here and the users of the plex servers defined here will be able to access the server. Use e-mails, plex usernames and/or plex server machine ids, comma separated, no spaces. |
AUTOJOIN_ENABLED=false | DEPRECATED - (Still works but will be removed in the future in favor of the built-in var autojoin__room ) - Set to true to let users autojoin the server and a room (specified by the AUTOJOIN_ROOM var). |
AUTOJOIN_ROOM=roomname | DEPRECATED - (Still works but will be removed in the future in favor of the built-in var autojoin__room ) - Set the room name for auto joining (requires AUTOJOIN_ENABLED set to true ). |
-v
)¶Volume | Function |
---|---|
Parameter | Function |
---|---|
You can set any environment variable from a file by using a special prepend FILE__
.
As an example:
Will set the environment variable PASSWORD
based on the contents of the /run/secrets/mysecretpassword
file.
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 before asking for support.
We publish various Docker Mods to enable additional functionality within the containers. The list of Mods available for this image (if any) as well as universal mods that can be applied to any one of our images can be accessed via the dynamic badges above.
docker exec -it synclounge /bin/bash
docker logs -f synclounge
docker inspect -f '{{ index .Config.Labels "build_version" }}' synclounge
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/synclounge:latest
EXTERNAL_URL
, EXTERNAL_SERVER_PORT
and AUTOJOIN_PASSWORD
are deprecated and no longer have any effect. Env vars AUTOJOIN_ENABLED
and AUTOJOIN_ROOM
are still working but will be removed in the future in favor of synclounge's built-in var autojoin__room
. If you are reverse proxying, do not forget to update your proxy settings (here and here) as the server port and addresses are changed.6aecc9bd
while evaluating the breaking changes upstream.