1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/audiobookshelf_ynh.git synced 2024-09-03 18:06:19 +02:00
audiobookshelf_ynh/manifest.json
2022-06-05 23:20:13 +02:00

43 lines
1.1 KiB
JSON

{
"name": "Audiobookshelf",
"id": "audiobookshelf",
"packaging_format": 1,
"description": {
"en": "Audiobook server for managing and playing your audiobooks",
"fr": "Serveur de livres audio pour gérer et lire vos livres audio"
},
"version": "2.0.20~ynh1",
"url": "https://audiobookshelf.org/",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://audiobookshelf.org/",
"demo": "https://audiobookshelf.org/",
"userdoc": "https://www.audiobookshelf.org/docs",
"code": "https://github.com/advplyr/audiobookshelf"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "Navan Chauhan",
"email": "audiobookshelf_ynh@navan.email"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}