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

65 lines
1.7 KiB
JSON
Raw Normal View History

2014-06-12 13:34:20 +02:00
{
"name": "Yourls",
"id": "yourls",
"packaging_format": 1,
2014-06-12 13:34:20 +02:00
"description": {
2014-07-01 20:56:36 +02:00
"en": "An URL shortening service",
"fr": "Un service de raccourcisseur d'url"
2014-06-12 13:34:20 +02:00
},
2019-01-07 16:17:37 +01:00
"version": "1.7.3",
"url": "https://github.com/YOURLS/YOURLS",
"license": "free",
2018-06-04 22:57:21 +02:00
"maintainer": {
"name": "Anmol Sharma",
2018-06-04 22:57:21 +02:00
"email": "anmol@datamol.org",
"url": ""
},
"requirements": {
2018-06-04 22:57:21 +02:00
"yunohost": ">= 2.7.2"
},
"previous_maintainers": {
"name": "courgette",
"email": "courgette@farcie.fr",
"url": "http://thomaslebeau.fr"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
2014-06-12 13:34:20 +02:00
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
2014-06-12 13:34:20 +02:00
"ask": {
"en": "Choose a domain for Yourls",
"fr": "Choisissez un domaine pour Yourls"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
2014-06-12 13:34:20 +02:00
"ask": {
"en": "Choose a path for Yourls",
"fr": "Choisissez un chemin pour Yourls"
},
"example": "/yourls",
"default": "/yourls"
2014-06-12 18:16:54 +02:00
},
{
"name": "admin",
2019-01-06 04:02:51 +01:00
"type": "user",
2014-06-12 18:16:54 +02:00
"ask": {
2019-01-05 18:47:57 +01:00
"en": "Choose a Yourls administrator (admin privileges for Yourls will be granted to this user)",
2018-06-09 13:35:53 +02:00
"fr": "Administrateur du site Yourls"
2014-06-12 18:16:54 +02:00
},
"example": "yoda"
2018-06-09 13:35:53 +02:00
}
2014-06-12 18:16:54 +02:00
2014-06-12 13:34:20 +02:00
]
}
}