Files
addons/smb_config/config.json
Pascal Vizeli 32e4b69a47 fix spell
2017-04-17 00:17:17 +02:00

26 lines
463 B
JSON

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