Files
hassio-addons-avm/bash_script_executer/config.json
2021-08-24 14:35:11 +03:00

32 lines
977 B
JSON

{
"name": "Bash Script Executer",
"version": "1.2.1",
"slug": "bashscriptexecuter",
"description": "Execute your own bash scripts via Docker Container",
"url": "https://github.com/FaserF/hassio-addons/tree/master/bash_script_executer",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "application",
"boot": "auto",
"map": ["share:rw"],
"panel_icon": "mdi:web-box",
"options": {
"script_path": "/share/scripts/mycoolscript.sh",
"script_path2": "false",
"script_path3": "false"
},
"schema": {
"script_path":"str",
"script_argument1":"str?",
"script_argument2":"str?",
"script_argument3":"str?",
"script_path2":"str",
"script2_argument1":"str?",
"script2_argument2":"str?",
"script2_argument3":"str?",
"script_path3":"str",
"script3_argument1":"str?",
"script3_argument2":"str?",
"script3_argument3":"str?"
}
}