mirror of
https://github.com/YunoHost-Apps/leed_ynh.git
synced 2024-09-03 19:26:32 +02:00
21 lines
403 B
JSON
21 lines
403 B
JSON
|
[{
|
||
|
"id": "public_private",
|
||
|
"name": "Move to public or private",
|
||
|
"command": "/bin/bash scripts/actions/public_private",
|
||
|
"user": "root",
|
||
|
"accepted_return_codes": [0],
|
||
|
"description": {
|
||
|
"en": "Change the public access of the app."
|
||
|
},
|
||
|
"arguments": [
|
||
|
{
|
||
|
"name": "is_public",
|
||
|
"type": "boolean",
|
||
|
"ask": {
|
||
|
"en": "Is it a public app ?"
|
||
|
},
|
||
|
"default": true
|
||
|
}
|
||
|
]
|
||
|
}]
|