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
2022-06-15 21:23:34 +05:30

50 lines
1.3 KiB
JSON

{
"name": "Shiori",
"id": "shiori",
"packaging_format": 1,
"description": {
"en": "Simple bookmark manager",
"fr": "Gestionnaire de liens simple"
},
"version": "1.5.2~ynh2",
"url": "https://github.com/go-shiori/shiori",
"upstream": {
"license": "MIT",
"website": "https://github.com/go-shiori/shiori",
"demo": "https://demo.example.com",
"admindoc": "https://github.com/go-shiori/shiori/wiki",
"userdoc": "https://github.com/go-shiori/shiori/wiki/Usage",
"code": "https://github.com/go-shiori/shiori"
},
"license": "MIT",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/example"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}