1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shiori_ynh.git synced 2024-09-03 20:26:17 +02:00
shiori_ynh/manifest.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2022-01-10 15:18:34 +01:00
{
"name": "Shiori",
"id": "shiori",
"packaging_format": 1,
"description": {
2022-01-12 10:53:24 +01:00
"en": "Simple bookmark manager",
"fr": "Gestionnaire de liens simple"
2022-01-10 15:18:34 +01:00
},
2022-05-27 23:30:41 +02:00
"version": "1.5.2~ynh1",
2022-01-10 15:25:42 +01:00
"url": "https://github.com/go-shiori/shiori",
2022-01-10 15:18:34 +01:00
"upstream": {
2022-01-10 15:25:13 +01:00
"license": "MIT",
2022-01-10 15:25:42 +01:00
"website": "https://github.com/go-shiori/shiori",
2022-01-10 15:18:34 +01:00
"demo": "https://demo.example.com",
2022-01-10 15:25:13 +01:00
"admindoc": "https://github.com/go-shiori/shiori/wiki",
"userdoc": "https://github.com/go-shiori/shiori/wiki/Usage",
2022-01-10 15:18:34 +01:00
"code": "https://github.com/go-shiori/shiori"
},
2022-01-10 15:25:13 +01:00
"license": "MIT",
2022-01-10 15:18:34 +01:00
"maintainer": {
2022-01-12 10:53:24 +01:00
"name": "eric_G",
2022-01-12 08:34:53 +01:00
"email": ""
2022-01-10 15:18:34 +01:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
2022-01-10 22:50:47 +01:00
"multi_instance": true,
2022-01-10 15:18:34 +01:00
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}