mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
{
|
|
"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",
|
|
"url": "https://example.com",
|
|
"upstream": {
|
|
"license": "free",
|
|
"website": "https://example.com",
|
|
"demo": "https://demo.example.com",
|
|
"admindoc": "https://yunohost.org/packaging_apps",
|
|
"code": "https://github.com/go-shiori/shiori"
|
|
},
|
|
"license": "free",
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|