-
Notifications
You must be signed in to change notification settings - Fork 0
/
community-applications.xml
27 lines (27 loc) · 1.83 KB
/
community-applications.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<Container version="2">
<Name>AudiobookCatalog</Name>
<Repository>bnsfly/audiobook-catalog:v0.5.0-11</Repository>
<Registry>https://hub.docker.com/r/bnsfly/audiobook-catalog/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/bnsfly/audiobook-catalog/</Support>
<Project>https://github.com/bensaufley/audiobook-catalog</Project>
<Overview>An Unraid image to provide a UI for audiobooks hosted on a NAS</Overview>
<Category>Tools: Status:Beta</Category>
<WebUI>http://[IP]:[PORT:6451]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/bensaufley/audiobook-catalog/v0.5.0-11/community-applications.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/bensaufley/audiobook-catalog/main/audiobook-catalog.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText/>
<DonateLink/>
<Requires/>
<Config Name="Audiobooks Mount" Target="/audiobooks" Default="" Mode="rw" Description="Path to directory with audiobooks (audiobooks can be in subdirectories). Mounted to /audiobooks." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Import Mount" Target="/import" Default="" Mode="rw" Description="Path to directory for new books to be imported. Must not be the same or parent of Audiobooks Share. Mounted to /import." Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="Database Mount" Target="/db/" Default="" Mode="rw" Description="Directory for sqlite3 database. File will be created if it does not exist. Directory must exist." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="External Port" Target="3000" Default="6451" Mode="tcp" Description="Port at which UI will be served" Type="Port" Display="always" Required="true" Mask="false"/>
</Container>