mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-22 06:16:13 +01:00
26 lines
463 B
JSON
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"
|
|
}
|
|
}
|