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

64 lines
1.7 KiB
JSON

{
"name": "Yourls",
"id": "yourls",
"packaging_format": 1,
"description": {
"en": "An URL shortening service",
"fr": "Un service de raccourcisseur d'url"
},
"version": "1.7.6",
"url": "https://github.com/YOURLS/YOURLS",
"license": "free",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org",
"url": ""
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"previous_maintainers": {
"name": "courgette",
"email": "courgette@farcie.fr",
"url": "http://thomaslebeau.fr"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Yourls",
"fr": "Choisissez un domaine pour Yourls"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Yourls",
"fr": "Choisissez un chemin pour Yourls"
},
"example": "/yourls",
"default": "/yourls"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose a Yourls administrator (admin privileges for Yourls will be granted to this user)",
"fr": "Administrateur du site Yourls"
},
"example": "yoda"
}
]
}
}