-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoulseek.xml
executable file
·88 lines (88 loc) · 3.98 KB
/
soulseek.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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0"?>
<Container version="2">
<Name>soulseek</Name>
<Repository>realies/soulseek</Repository>
<Registry>https://hub.docker.com/r/realies/soulseek/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/110770-support-elliemirabellie/</Support>
<Project>http://www.slsknet.org/news/</Project>
<Overview>Template for realies Soulseek Docker Container:


🐳 Soulseek over noVNC Docker container Converted By Community Applications Always verify this template (and values) against the dockerhub support page for the container.</Overview>
<Category>Downloaders: MediaApp:Music</Category>
<WebUI>http://[IP]:[PORT:6080]/</WebUI>
<TemplateURL/>
<Icon>http://www.slsknet.org/news/sites/default/files/slsk_bird.jpg</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1627291712</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>Template for realies Soulseek Docker Container:


🐳 Soulseek over noVNC Docker container Converted By Community Applications Always verify this template (and values) against the dockerhub support page for the container.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>6080</HostPort>
<ContainerPort>6080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/soulseek</HostDir>
<ContainerDir>/data/.SoulseekQt</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/</HostDir>
<ContainerDir>/data/Soulseek Downloads/</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/soulseek/logs</HostDir>
<ContainerDir>/data/Soulseek Chat Logs</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>scale</Value>
<Name>resize</Name>
<Mode/>
</Variable>
<Variable>
<Value>1280x720</Value>
<Name>resolution</Name>
<Mode/>
</Variable>
<Variable>
<Value>99</Value>
<Name>puid</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>pgid</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="WebUI" Target="6080" Default="6080" Mode="tcp" Description="WebUI Port" Type="Port" Display="always" Required="true" Mask="false">6080</Config>
<Config Name="Appdata" Target="/data/.SoulseekQt" Default="/mnt/user/appdata/soulseek" Mode="rw" Description="Appdata Path" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/soulseek</Config>
<Config Name="Downloads" Target="/data/Soulseek Downloads/" Default="/mnt/user/" Mode="rw" Description="Downloads Path" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/</Config>
<Config Name="Logs" Target="/data/Soulseek Chat Logs" Default="/mnt/user/appdata/soulseek/logs" Mode="rw" Description="Container Path: /data/Soulseek Chat Logs" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/soulseek/logs</Config>
<Config Name="VNC Resize Mode" Target="resize" Default="scale" Mode="" Description="Optional, can be: auto, scale, remote. Defaults to scale" Type="Variable" Display="advanced-hide" Required="false" Mask="false">scale</Config>
<Config Name="VNC Resolution" Target="resolution" Default="1280x720" Mode="" Description="Set the xfvb resolution. Defaults to 1280x720" Type="Variable" Display="advanced-hide" Required="false" Mask="false">1280x720</Config>
<Config Name="PUID" Target="puid" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced-hide" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="pgid" Default="" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced-hide" Required="false" Mask="false">100</Config>
</Container>