mirror of
https://github.com/YunoHost-Apps/librarian_ynh.git
synced 2024-09-03 19:36:01 +02:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "Librarian",
|
|
"id": "librarian",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "An alternative frontend for LBRY/Odysee",
|
|
"fr": "An alternative frontend for LBRY/Odysee"
|
|
},
|
|
"version": "1.0~ynh1",
|
|
"url": "https://lbry.bcow.xyz/",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-only",
|
|
"website": "https://lbry.bcow.xyz/",
|
|
"demo": "https://lbry.bcow.xyz/@RetroMusic:d/1987-Rick-Astley-Never-Gonna-Give-You-Up-1920x1080:f",
|
|
"admindoc": "https://yunohost.org/packaging_apps",
|
|
"code": "https://codeberg.org/librarian/librarian"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|