1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libremdb_ynh.git synced 2024-09-03 19:36:22 +02:00
libremdb_ynh/manifest.json
2022-12-29 12:41:54 +01:00

44 lines
1.1 KiB
JSON

{
"name": "Libremdb",
"id": "libremdb",
"packaging_format": 1,
"description": {
"en": "Free & open source IMDb front-end",
"fr": "Frontal IMDb gratuit et open source"
},
"version": "2.2.2~ynh1",
"url": "https://libremdb.iket.me/",
"upstream": {
"license": "AGPL-3.0",
"website": "https://libremdb.iket.me/",
"demo": "https://demo.example.com",
"admindoc": "https://yunohost.org/packaging_apps",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/zyachel/libremdb"
},
"license": "AGPL-3.0",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}