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
03dfeeab21
commit
702ab446bb
@ -29,11 +29,8 @@
|
||||
<WebUI>http://[IP]:[PORT:9117]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/jackett.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jackett-logo.png</Icon>
|
||||
<Date>2023-02-11</Date>
|
||||
<Date>2022-05-10</Date>
|
||||
<Changes>
|
||||
### 2023-02-11
|
||||
- Rebase to Alpine 3.17, migrate to s6v3.
|
||||
|
||||
### 2022-05-10
|
||||
- Rebase to Ubuntu Focal.
|
||||
|
||||
@ -90,7 +87,7 @@
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Where Jackett should store its config file." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="Path: /downloads" Target="/downloads" Default="" Mode="rw" Description="Path to torrent blackhole." Type="Path" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="AUTO_UPDATE" Target="AUTO_UPDATE" Default="true" Description="Allow Jackett to update inside of the container (currently recommended by Jackett and enabled by default)" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="RUN_OPTS" Target="RUN_OPTS" Default="" Description="Optionally specify additional arguments to be passed." Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="RUN_OPTS" Target="RUN_OPTS" Default="run options here" Description="Optionally specify additional arguments to be passed." 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