mirror of
https://github.com/YunoHost-Apps/kavita_ynh.git
synced 2024-09-03 19:26:30 +02:00
add manifest schema
This commit is contained in:
parent
7e6e7100cd
commit
5a3d5883f9
1 changed files with 22 additions and 20 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
||||||
|
|
||||||
packaging_format = 2
|
packaging_format = 2
|
||||||
|
|
||||||
id = "kavita"
|
id = "kavita"
|
||||||
|
@ -7,7 +9,7 @@ description.fr = "Serveur multimédia pour vos bandes dessinées, mangas et livr
|
||||||
|
|
||||||
version = "0.7.14~ynh1"
|
version = "0.7.14~ynh1"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = [ "eric_G" ]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -18,7 +20,7 @@ code = "https://github.com/Kareadita/Kavita"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = ["amd64", "arm64", "armhf"]
|
architectures = [ "amd64", "arm64", "armhf" ]
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -59,27 +61,27 @@ ram.runtime = "50M"
|
||||||
autoupdate.asset.arm64 = "kavita-linux-arm64.tar.gz"
|
autoupdate.asset.arm64 = "kavita-linux-arm64.tar.gz"
|
||||||
autoupdate.asset.armhf = "kavita-linux-arm.tar.gz"
|
autoupdate.asset.armhf = "kavita-linux-arm.tar.gz"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
main.default = 5000
|
main.default = 5000
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
api.url = "/api"
|
api.url = "/api"
|
||||||
api.show_tile = false
|
api.show_tile = false
|
||||||
api.protected= true
|
api.protected = true
|
||||||
api.allowed = ["visitors", "all_users"]
|
api.allowed = [ "visitors", "all_users" ]
|
||||||
api.auth_header = false
|
api.auth_header = false
|
||||||
|
|
||||||
hubs.url = "/hubs"
|
hubs.url = "/hubs"
|
||||||
hubs.show_tile = false
|
hubs.show_tile = false
|
||||||
hubs.protected= true
|
hubs.protected = true
|
||||||
hubs.auth_header = false
|
hubs.auth_header = false
|
||||||
hubs.allowed = ["visitors", "all_users"]
|
hubs.allowed = [ "visitors", "all_users" ]
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "sqlite3"
|
packages = "sqlite3"
|
||||||
|
|
Loading…
Reference in a new issue