-
Notifications
You must be signed in to change notification settings - Fork 98
/
wsdd.json
36 lines (36 loc) · 1.28 KB
/
wsdd.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
{
"Web Service Discovery For Windows Networks": {
"containers": {
"wsdd_daemon": {
"image": "kosdk/wsdd",
"opts": [
[
"--net=host",
""
]
],
"launch_order": 1,
"environment": {
"HOST_NAME": {
"description": "Set the host name Rockstor uses.",
"label": "Host Name",
"index": 1
},
"WORKGROUP": {
"description": "Set the workgroup name. This should be the same name used during the setup of the Samba service on the Rockstor appliance",
"label": "Work group",
"default": "WORKGROUP",
"index": 2
}
}
}
},
"description": "A simple container for Linux systems running samba, so that Windows 10 version 1511 or higher will display the Rockstor host in the Network folder.<p>This version is geared towards local network workgroup setups only.</p><p>Based on a custom docker image: <a href='https://hub.docker.com/r/kosdk/wsdd' target='_blank'> https://hub.docker.com/r/kosdk/wsdd</a>, available for amd64 and arm64 architecture.</p>",
"ui": {
"https": false,
"slug": ""
},
"website": "https://hub.docker.com/r/kosdk/wsdd",
"version": "1.1"
}
}