mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
Bot Updating Unraid Template
This commit is contained in:
parent
1824e7b729
commit
ed1bc49a2c
@ -3,7 +3,7 @@
|
||||
<!-- GENERATED FROM https://github.com/linuxserver/docker-synclounge/blob/master/readme-vars.yml -->
|
||||
<Container version="2">
|
||||
<Name>synclounge</Name>
|
||||
<Repository>ghcr.io/linuxserver/synclounge</Repository>
|
||||
<Repository>lscr.io/linuxserver/synclounge</Repository>
|
||||
<Registry>https://github.com/orgs/linuxserver/packages/container/package/synclounge</Registry>
|
||||
<DonateText>Donations</DonateText>
|
||||
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
||||
@ -43,9 +43,9 @@
|
||||
|
||||
</Changes>
|
||||
<Config Name="WebUI" Target="8088" Default="8088" Mode="tcp" Description="Web app and server port" Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="AUTH_LIST" Target="AUTH_LIST" Default="plexuser1,plexuser2,email1,machineid1" Description="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." Type="Variable" Display="always" Required="false" Mask="true"/>
|
||||
<Config Name="AUTOJOIN_ENABLED" Target="AUTOJOIN_ENABLED" Default="false" Description="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)." Type="Variable" Display="always" Required="false" Mask="true"/>
|
||||
<Config Name="AUTOJOIN_ROOM" Target="AUTOJOIN_ROOM" Default="roomname" Description="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`)." Type="Variable" Display="always" Required="false" Mask="true"/>
|
||||
<Config Name="AUTH_LIST" Target="AUTH_LIST" Default="plexuser1,plexuser2,email1,machineid1" Description="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." Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="AUTOJOIN_ENABLED" Target="AUTOJOIN_ENABLED" Default="false" Description="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)." Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="AUTOJOIN_ROOM" Target="AUTOJOIN_ROOM" Default="roomname" Description="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`)." Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user