1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kavita_ynh.git synced 2024-09-03 19:26:30 +02:00

Delete manifest.json

This commit is contained in:
Alexandre Aubin 2023-02-21 21:08:05 +01:00 committed by GitHub
parent 33bae69712
commit ef8efc57c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,43 +0,0 @@
{
"name": "Kavita",
"id": "kavita",
"packaging_format": 1,
"description": {
"en": "Media server for your comics, manga and books",
"fr": "Serveur multimédia pour vos bandes dessinées, mangas et livres"
},
"version": "0.7.1~ynh1",
"url": "www.kavitareader.com",
"upstream": {
"license": "MIT",
"website": "www.kavitareader.com",
"demo": "https://demo.kavitareader.com/",
"admindoc": "https://wiki.kavitareader.com/en",
"code": "https://github.com/Kareadita/Kavita"
},
"license": "MIT",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 11.1.9"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}