mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
Update shoko-server.xml
Fixed some variable definitions
This commit is contained in:
@@ -25,11 +25,11 @@
|
||||
<WebUI>http://[IP]:[PORT:8111]/</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/shoko-server.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/shoko-server.png</Icon>
|
||||
<Config Name="AppData" Target="/home/shoko/.shoko/" Default="" Mode="rw" Description="Container Path: /home/shoko/.shoko/" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/shokoserver</Config>
|
||||
<Config Name="AppData" Target="/home/shoko/.shoko/" Default="" Mode="rw" Description="Container Path: /home/shoko/.shoko/" Type="Path" Display="advanced" Required="true" Mask="false">/mnt/user/appdata/shokoserver</Config>
|
||||
<Config Name="WebUI" Target="8111" Default="" Mode="tcp" Description="Container Port: 8111" Type="Port" Display="always" Required="true" Mask="false">8111</Config>
|
||||
<Config Name="PUID" Target="USER_ID" Default="" Description="PUID" Type="Variable" Display="always" Required="false" Mask="false">99</Config>
|
||||
<Config Name="PGID" Target="GROUP_ID" Default="" Description="PGID" Type="Variable" Display="always" Required="false" Mask="false">100</Config>
|
||||
<Config Name="AVDUMP_MONO" Target="AVDUMP_MONO" Default="" Description="Whether to install Mono for Avdump to run" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
|
||||
<Config Name="Anime Folder" Target="/anime" Default="" Mode="rw" Description="Container Path: /anime" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/shokoserver/anime</Config>
|
||||
<Config Name="Import Folder" Target="/import" Default="" Mode="rw" Description="Container Path: /import" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/shokoserver/import</Config>
|
||||
<Config Name="USER_ID" Target="PUID" Default="" Description="PUID" Type="Variable" Display="always" Required="false" Mask="false">99</Config>
|
||||
<Config Name="GROUP_ID" Target="PGID" Default="" Description="PGID" Type="Variable" Display="always" Required="false" Mask="false">100</Config>
|
||||
<Config Name="AVDUMP_MONO" Target="AVDUMP_MONO" Default="" Description="Whether to install Mono for Avdump to run" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user