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
bf352cde0b
commit
2dbe73bc5a
@ -29,8 +29,11 @@
|
||||
<WebUI>http://[IP]:[PORT:8080]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/qbittorrent.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/qbittorrent-logo.png</Icon>
|
||||
<Date>2024-01-31</Date>
|
||||
<Date>2024-02-10</Date>
|
||||
<Changes>
|
||||
### 2024-02-10
|
||||
- Add torrenting port support.
|
||||
|
||||
### 2024-01-31
|
||||
- Remove obsolete compat packages.
|
||||
|
||||
@ -155,6 +158,7 @@
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Contains all relevant configuration files." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="Path: /downloads" Target="/downloads" Default="" Mode="rw" Description="Location of downloads on disk." Type="Path" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="WEBUI_PORT" Target="WEBUI_PORT" Default="8080" Description="for changing the port of the web UI, see below for explanation" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="TORRENTING_PORT" Target="TORRENTING_PORT" Default="6881" Description="for changing the port of tcp/udp connection, see below for explanation" Type="Variable" Display="always" Required="true" 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