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
026cb25b12
commit
4093eaa879
@ -19,8 +19,11 @@
|
||||
<WebUI>http://[IP]:[PORT:6501]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/znc.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/znc-logo.png</Icon>
|
||||
<Date>2023-07-12</Date>
|
||||
<Date>2023-12-23</Date>
|
||||
<Changes>
|
||||
### 2023-12-23
|
||||
- Rebase to Alpine 3.19.
|
||||
|
||||
### 2023-07-12
|
||||
- Rebasing to Alpine 3.18.
|
||||
|
||||
@ -104,7 +107,7 @@
|
||||
|
||||
</Changes>
|
||||
<Config Name="WebUI" Target="6501" Default="6501" Mode="tcp" Description="Port ZNC listens on." Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Where local ZNC data is stored." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Persistent config files" Type="Path" Display="advanced" 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