forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ZeroNet.json
44 lines (44 loc) · 1.5 KB
/
ZeroNet.json
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
{
"ZeroNet": {
"containers": {
"zeronet": {
"image": "nofish/zeronet",
"launch_order": 1,
"ports": {
"15441": {
"description": "Port for ZeroNet network connection. You may need to open it (TCP and UDP) on your firewall. Suggested default: 15441.",
"host_default": 15441,
"label": "Listening port"
},
"43110": {
"description": "ZeroNet Web UI Port. Default is 43110",
"host_default": 43110,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/root/data": {
"description": "Choose a share for all ZeroNet data (sites, profiles, etc)",
"label": "Data Storage"
}
},
"environment": {
"ENABLE_TOR": {
"description": "Specify whether or not to enable Tor. Must be 'true' or 'false'.",
"label": "ENABLE_TOR",
"index": 1
}
}
}
},
"description": "Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.io",
"ui": {
"https": false,
"slug": ""
},
"website": "https://zeronet.io",
"version": "1.0"
}
}