mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
50 lines
1.3 KiB
JSON
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": "/shiori",
|
|
"default": "/shiori"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|