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
f09225ed57
commit
987c3052aa
@ -22,6 +22,7 @@
|
||||
<Config Name="MAXLINES" Target="MAXLINES" Default="32" Description="The length of each line is randomized. This controls the maximum length of each line. Shorter lines may keep clients on for longer if they give up after a certain number of bytes." Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="MAXCLIENTS" Target="MAXCLIENTS" Default="4096" Description="Maximum number of connections to accept at a time. Connections beyond this are not immediately rejected, but will wait in the queue." Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="LOGFILE" Target="LOGFILE" Default="false" Description="By default, the app logs to container log. If this is set to `true`, the log will be output to file under `/config/logs/endlessh` (`/config` needs to be mapped)." Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="BINDFAMILY" Target="BINDFAMILY" Default="" Description="By default, the app binds to IPv4 and IPv6 addresses. Set it to `4` or `6` to bind to IPv4 only or IPv6 only, respectively. Leave blank to bind to both." 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