1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00
yourls_ynh/manifest.json
2014-07-01 20:56:36 +02:00

44 lines
1.3 KiB
JSON

{
"name": "Yourls",
"id": "yourls",
"description": {
"en": "An URL shortening service",
"fr": "Un service de raccourcisseur d'url"
},
"developer": {
"name": "courgette",
"email": "courgette@farcie.fr",
"url": "http://thomaslebeau.fr"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain for Yourls",
"fr": "Choisissez un domaine pour Yourls"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path for Yourls",
"fr": "Choisissez un chemin pour Yourls"
},
"example": "/yourls",
"default": "/yourls"
},
{
"name": "admin",
"ask": {
"en": "Choose the Yourls administrator (must be an existing YunoHost user)",
"fr": "Administrateur du site Yourls (doit être un utilisateur Yunohost existant)"
},
"example": "yoda"
}
]
}
}