add new
This commit is contained in:
31
bash_script_executer/config.json
Normal file
31
bash_script_executer/config.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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?"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user