Files
addons/smb_config/config.json
Pascal Vizeli f8b5dcb212 Fix log output (#6)
Add an optional extended description…
2017-04-28 15:08:53 +02:00

25 lines
442 B
JSON

{
"name": "Samba Config",
"version": "0.7",
"slug": "smb_config",
"description": "Expose config with samba",
"startup": "after",
"boot": "auto",
"ports": {
"445/tcp": 445
},
"map": ["config"],
"options": {
"workgroup": "WORKGROUP",
"guest": true,
"username": "",
"password": ""
},
"schema": {
"workgroup": "str",
"guest": "bool",
"username": "str",
"password": "str"
}
}