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

52 lines
1.2 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
},
2021-03-26 22:16:04 +01:00
"version": "1.8.1~ynh1",
"url": "https://github.com/YOURLS/YOURLS",
2020-09-25 10:37:02 +02:00
"license": "MIT",
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": {
2021-03-26 22:16:04 +01:00
"yunohost": ">= 4.1.7"
},
2018-06-04 22:57:21 +02:00
"previous_maintainers": {
"name": "courgette",
"email": "courgette@farcie.fr",
"url": "http://thomaslebeau.fr"
},
"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",
"type": "domain",
2014-06-12 13:34:20 +02:00
"example": "domain.org"
},
{
"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",
2019-01-06 04:02:51 +01:00
"type": "user",
2020-09-25 10:37:02 +02:00
"example": "johndoe"
2018-06-09 13:35:53 +02:00
}
2014-06-12 13:34:20 +02:00
]
}
}