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

56 lines
1.5 KiB
JSON

{
"name": "Yourls",
"id": "yourls",
"description": {
"en": "An URL shortening service",
"fr": "Un service de raccourcisseur d'url"
},
"url": "https://github.com/YOURLS/YOURLS",
"license": "free",
"developer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.in"
},
"requirements": {
"yunohost": ">> 2.5.6"
},
"multi_instance": "false",
"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 the Yourls administrator (must be an existing YunoHost user)",
"fr": "Administrateur du site Yourls (doit être un utilisateur Yunohost existant)"
},
"example": "yoda"
}
]
}
}