2022-01-10 15:18:34 +01:00
|
|
|
{
|
|
|
|
"name": "Shiori",
|
|
|
|
"id": "shiori",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Simple bookmark manager built with Go",
|
|
|
|
"fr": "Simple bookmark manager built with Go"
|
|
|
|
},
|
|
|
|
"version": "1.5.0~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": {
|
|
|
|
"name": "John doe",
|
|
|
|
"email": "john.doe@example.com"
|
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 4.3.0"
|
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|