forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathit-tools.json
27 lines (27 loc) · 1.08 KB
/
it-tools.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
{
"it-tools": {
"description": "Locally hosted collection of handy online tools for developers and people working in IT (tools for cryptography, conversion, network, etc.). Based on the official docker image <a href='https://hub.docker.com/r/corentinth/it-tools/' target='_blank'>https://hub.docker.com/r/corentinth/it-tools/</a>, available for amd64 and arm64 architecture.</p>",
"ui": {
"https": false,
"slug": ""
},
"volume_add_support": false,
"website": "https://it-tools.tech/",
"version": "1.0",
"containers": {
"it-tools": {
"image": "corentinth/it-tools",
"launch_order": 1,
"ports": {
"80": {
"description": "it-tools UI WebUI port. Suggested default: 18088.",
"host_default": 18088,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
}
}
}
}
}
}