forked from Sonicx161/AIOManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunraid-template.xml
More file actions
69 lines (69 loc) · 3.15 KB
/
unraid-template.xml
File metadata and controls
69 lines (69 loc) · 3.15 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0"?>
<Container version="2.0">
<Name>AIOManager</Name>
<Repository>ghcr.io/sonicx161/aiomanager:latest</Repository>
<Registry>https://github.com/sonicx161/AIOManager/pkgs/container/aiomanager</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/sonicx161/AIOManager/issues</Support>
<Project>https://github.com/sonicx161/AIOManager</Project>
<Overview>AIOManager is the ultimate account management toolkit for Stremio. Built for power users who demand full functional and granular control, it allows you to sync multiple identities, backup complex addon configurations, track your watch history with absolute privacy, and share your streaming Replays instantly.</Overview>
<Category>Tools: MediaApp:Video Management:Web Tools:Utilities</Category>
<WebUI>http://[IP]:[PORT:Web Port]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/sonicx161/AIOManager/main/public/logo.png</Icon>
<ExtraParams>--restart unless-stopped</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled/>
<DonateText/>
<DonateLink/>
<Description>Ultimate account management toolkit for Stremio. Built for power users.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>1610</HostPort>
<ContainerPort>1610</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/aiomanager</HostDir>
<ContainerDir>/app/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>1610</Value>
<Name>PORT</Name>
<Mode/>
</Variable>
<Variable>
<Value>info</Value>
<Name>LOG_LEVEL</Name>
<Mode/>
</Variable>
<Variable>
<Value>true</Value>
<Name>LOG_PRETTY_PRINT</Name>
<Mode/>
</Variable>
<Variable>
<Value>production</Value>
<Name>NODE_ENV</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Web Port" Target="1610" Default="1610" Mode="tcp" Description="The host port AIOManager listens on." Type="Port" Display="always" Required="true" Mask="false">1610</Config>
<Config Name="App Data" Target="/app/data" Default="/mnt/user/appdata/aiomanager" Mode="rw" Description="Persistent storage for the AIO database and configuration." Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/aiomanager</Config>
<Config Name="Log Level" Target="LOG_LEVEL" Default="info" Mode="" Description="Verbosity of server logs (fatal, error, warn, info, debug, trace)." Type="Variable" Display="always" Required="false" Mask="false">info</Config>
<Config Name="Log Pretty Print" Target="LOG_PRETTY_PRINT" Default="true" Mode="" Description="Enable colorful AIOStreams-style logs (set to false for JSON)." Type="Variable" Display="always" Required="false" Mask="false">true</Config>
<Config Name="Environment" Target="NODE_ENV" Default="production" Mode="" Description="Run mode (production or development)." Type="Variable" Display="advanced" Required="false" Mask="false">production</Config>
</Container>