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.5 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": {
2020-10-09 14:11:49 +02:00
"en": "URL shortening service",
"fr": "Service de raccourcisseur d'URL"
2014-06-12 13:34:20 +02:00
},
2022-02-26 20:24:27 +01:00
"version": "1.8.2~ynh1",
"url": "https://yourls.org/",
2020-09-25 10:37:02 +02:00
"license": "MIT",
2022-02-26 20:24:27 +01:00
"upstream": {
"license": "MIT",
"website": "https://yourls.org/",
"demo": "https://yourls.org/cookie+",
2022-02-27 08:34:36 +01:00
"admindoc": "https://github.com/YOURLS/YOURLS/wiki",
2022-02-26 21:01:11 +01:00
"code": "https://github.com/YOURLS/YOURLS"
2022-02-26 20:24:27 +01:00
},
2018-06-04 22:57:21 +02:00
"maintainer": {
"name": "Anmol Sharma",
2022-02-26 21:01:11 +01:00
"email": "anmol@datamol.org"
},
2018-06-04 22:57:21 +02:00
"previous_maintainers": {
"name": "courgette",
"email": "courgette@farcie.fr",
"url": "http://thomaslebeau.fr"
},
2022-02-26 20:24:27 +01:00
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
2021-02-08 13:17:40 +01:00
"php7.3-fpm",
"mysql"
],
2014-06-12 13:34:20 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2022-02-26 20:24:27 +01:00
"type": "domain"
2014-06-12 13:34:20 +02:00
},
{
"name": "path",
"type": "path",
2014-06-12 13:34:20 +02:00
"example": "/yourls",
"default": "/yourls"
2014-06-12 18:16:54 +02:00
},
{
"name": "admin",
2022-02-26 20:24:27 +01:00
"type": "user"
2022-02-26 20:48:10 +01:00
},
{
"name": "password",
"type": "password"
2022-02-26 22:34:00 +01:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
2018-06-09 13:35:53 +02:00
}
2014-06-12 13:34:20 +02:00
]
}
}