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
2023-02-05 18:46:30 +00:00

42 lines
993 B
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.4.0~ynh1",
"url": "https://libremdb.iket.me/",
"upstream": {
"license": "AGPL-3.0",
"website": "https://libremdb.iket.me/",
"demo": "https://libremdb.iket.me/about",
"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
}
]
}
}