mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "Break your system!",
|
|
"id": "break_yo_system",
|
|
"description": {
|
|
"en": "That's a nice server you have here ... would be a shame if somebody was to ... break it !"
|
|
},
|
|
"license": "WTFPL",
|
|
"maintainer": {
|
|
"name": "Aleks",
|
|
"email": "alex.aubin@mailoo.org",
|
|
"url": "https://github.com/alexAubin/"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">> 3.6.0"
|
|
},
|
|
"multi_instance": false,
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "breakwhat",
|
|
"ask": {
|
|
"en": "What script to break"
|
|
},
|
|
"choices": {
|
|
"none" : "None",
|
|
"install" : "Install script",
|
|
"remove" : "Remove script",
|
|
"upgrade" : "Upgrade script",
|
|
"everything" : "Every script"
|
|
},
|
|
"default": "none"
|
|
}
|
|
]
|
|
}
|
|
}
|