-
Notifications
You must be signed in to change notification settings - Fork 0
/
storj-storage-node-v3.xml
60 lines (60 loc) · 3.62 KB
/
storj-storage-node-v3.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
<?xml version="1.0"?>
<Container version="2">
<Name>StorageNodeV3</Name>
<Repository>storjlabs/storagenode:alpha</Repository>
<Registry>https://hub.docker.com/r/storjlabs/storagenode/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://documentation.storj.io/</Support>
<Project>https://storj.io/</Project>
<Overview>Have unused hard drive capacity and bandwidth?

Storj pays you for your unused hard drive capacity and bandwidth in STORJ tokens! Join the waitlist: https://storj.io/sign-up-farmer </Overview>
<Category>Cloud:</Category>
<WebUI/>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/FoRTu/unRAID-docker/master/icons/storj.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1570548785</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>Have unused hard drive capacity and bandwidth?

Storj pays you for your unused hard drive capacity and bandwidth in STORJ tokens! Join the waitlist: https://storj.io/sign-up-farmer </Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>28967</HostPort>
<ContainerPort>28967</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/StorageNode/Identity/</HostDir>
<ContainerDir>/app/identity</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/StorageNode/Storage/</HostDir>
<ContainerDir>/app/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Labels/>
<Config Name="Identity directory" Target="/app/identity" Default="" Mode="rw" Description="The location of your identity files." Type="Path" Display="always" Required="true" Mask="false">/mnt/user/StorageNode/Identity/</Config>
<Config Name="storage-dir" Target="/app/config" Default="" Mode="rw" Description="Directory where you want files to be stored on your hard drive." Type="Path" Display="always" Required="true" Mask="false">/mnt/user/StorageNode/Storage/</Config>
<Config Name="WALLET" Target="WALLET" Default="0x99999999999999999999999999999999999999" Mode="" Description="Ethereum address for payments" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="EMAIL" Target="EMAIL" Default="[email protected]" Mode="" Description="Mail address so that we can notify you when a new version has been released (optional)" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="ADDRESS" Target="ADDRESS" Default="my.domain.net:28967" Mode="" Description="external IP address or the DDNS you configured and the port you opened on your router &lt;ip&gt;:&lt;port&gt;" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="BANDWIDTH" Target="BANDWIDTH" Default="500GB" Mode="" Description="How much bandwidth you want to allocate to the Storj network" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="STORAGE" Target="STORAGE" Default="500GB" Mode="" Description="How much disk space you want to allocate to the Storj network" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Port" Target="28967" Default="28967" Mode="tcp" Description="TCP/IP port for input an output comunication." Type="Port" Display="always" Required="true" Mask="false">28967</Config>
<Config Name="Dashboard Port" Target="14002" Default="14002" Mode="tcp" Description="Web access to the dashboard" Type="Port" Display="always" Required="true" Mask="false">14002</Config>
</Container>