-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopentracker.xml
51 lines (51 loc) · 2.63 KB
/
opentracker.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
<?xml version="1.0"?>
<Container version="2">
<Name>opentracker</Name>
<Repository>fortu/opentracker</Repository>
<Registry>https://hub.docker.com/r/fortu/opentracker/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/fortu/opentracker/</Support>
<Project>https://github.com/FoRTu/docker-opentracker</Project>
<Overview>Opentracker is a open and free bittorrent tracker. It aims for minimal resource usage and is intended to run at any GNU/Linux system. Currently it is deployed as an open and free tracker instance. First of all, this tracker is compiled to use a hash whitelist, so only hashes stored on whitelist.txt are going to be served.</Overview>
<Category>Other: Network:Other Status:Stable</Category>
<WebUI/>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/FoRTu/unRAID-docker/master/icons/opentracker.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1585515061</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>Opentracker is a open and free bittorrent tracker. It aims for minimal resource usage and is intended to run at any GNU/Linux system. Currently it is deployed as an open and free tracker instance. First of all, this tracker is compiled to use a hash whitelist, so only hashes stored on whitelist.txt are going to be served.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>6969</HostPort>
<ContainerPort>6969</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>6969</HostPort>
<ContainerPort>6969</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/opentracker</HostDir>
<ContainerDir>/etc/opentracker</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="Listen Port" Target="6969" Default="6969" Mode="udp" Description="The default listen port: 6969" Type="Port" Display="always" Required="true" Mask="false">6969</Config>
<Config Name="Listen port (TCP)" Target="6969" Default="6969" Mode="tcp" Description="The default listen port (tcp): 6969" Type="Port" Display="always" Required="true" Mask="false">6969</Config>
<Config Name="Configuration path" Target="/etc/opentracker" Default="/mnt/user/appdata/opentracker" Mode="rw" Description="The path where you have to put the configuration files (opentracker.conf &amp; whitelist.txt)" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/opentracker</Config>
</Container>