-
Notifications
You must be signed in to change notification settings - Fork 0
/
petio.xml
33 lines (33 loc) · 1.68 KB
/
petio.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
28
29
30
31
32
33
<?xml version="1.0"?>
<Container version="2">
<Name>petio</Name>
<Repository>ghcr.io/petio-team/petio</Repository>
<Registry>ghcr.io/petio-team/petio</Registry>
<Branch>
<Tag>latest</Tag>
<TagDescription>Latest fully stable release of Petio</TagDescription>
</Branch>
<Branch>
<Tag>preview</Tag>
<TagDescription>Latest stable testing release of Petio</TagDescription>
</Branch>
<Branch>
<Tag>dev</Tag>
<TagDescription>Latest unstable dev release of Petio</TagDescription>
</Branch>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://discord.gg/bseGmrUd3N</Support>
<Project>https://github.com/petio-team/petio</Project>
<Overview>Petio is a third party companion app available to Plex server owners to allow their users to request, review and discover content</Overview>
<WebUI>http://[IP]:[PORT:7777]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/blake1029384756/petio-unraid/master/petio.xml</TemplateURL>
<Icon>https://github.com/PotentialIngenuity/petio-unraid/raw/master/petio.png</Icon>
<ExtraParams/>
<PostArgs/>
<DonateText/>
<DonateLink/>
<Config Name="Config Path" Target="/app/api/config" Default="/mnt/user/appdata/petio/config" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Logs Path" Target="/app/logs" Default="/mnt/user/appdata/petio/logs" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="WebUI Port" Target="7777" Default="7777" Mode="" Description="" Type="Port" Display="always" Required="false" Mask="false"/>
</Container>