mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
Update mango (#316)
Update description to the current project description Add default WebUI port of 9000 Rename first config from 'Mango appdata' to 'Mango config', as it does not store the application data. Additionally, default folder is a subfolder of 'config' under Mango. Rename the second config to 'Mango appdata', as this stores the application data. Add a default path also under the Manga appdata folder. Co-authored-by: GilbN <24592972+GilbN@users.noreply.github.com>
This commit is contained in:
@@ -15,15 +15,17 @@
|
||||
- Supported formats: .cbz, .zip, .cbr and .rar[br]
|
||||
- Supports nested folders in library[br]
|
||||
- Automatically stores reading progress[br]
|
||||
- Built-in MangaDex downloader[br]
|
||||
- Thumbnail generation[br]
|
||||
- Supports plugins to download from third-party sites[br]
|
||||
- The web reader is responsive and works well on mobile, so there is no need for a mobile app[br]
|
||||
- All the static files are embedded in the binary, so the deployment process is easy and painless[br]
|
||||
</Overview>
|
||||
<Beta>False</Beta>
|
||||
<Category>MediaApp:Books</Category>
|
||||
<WebUI>http://[IP]:[PORT:9000]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/mango.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/mango.png</Icon>
|
||||
<Config Name="WebUI" Target="9000" Default="" Mode="tcp" Description="Port for WebUI" Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Config" Target="/root/.config/mango" Default="/mnt/user/appdata/Mango" Mode="rw" Description="Mango appdata" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="Config" Target="/root/mango" Default="" Mode="rw" Description="Mangas" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
</Container>
|
||||
<Config Name="WebUI" Target="9000" Default="9000" Mode="tcp" Description="Port for WebUI" Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Config" Target="/root/.config/mango" Default="/mnt/user/appdata/Mango/config" Mode="rw" Description="Mango config" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="Data" Target="/root/mango" Default="/mnt/user/appdata/Mango/Appdata" Mode="rw" Description="Manga appdata" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user