You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
608 B

{
"public_private": {
"name": "Move to public or private",
"command": "$YNH_APP_ID/scripts/actions/public_private",
"user": "root",
"cwd": "/etc/yunohost/apps/",
"accepted_return_codes": [0, 1, 2, 3],
"description": {
"en": "Change the public access of the app."
},
"arguments": [
{
"name": "is_public",
"type": "string",
"ask": {
"en": "Is it a public app ?"
},
"example": "yes, no"
}
]
}
}