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

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-02-21 19:43:46 +01:00
parent 1395135691
commit 6647f882b8

View file

@ -18,7 +18,7 @@ code = "https://github.com/Kareadita/Kavita"
[integration]
yunohost = ">= 11.1.9"
architectures = "all"
architectures = ["amd64", "arm64", "armhf"]
multi_instance = false
ldap = false
sso = false
@ -46,5 +46,16 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
api.url = "/api"
api.show_tile = false
api.protected= true
api.allowed = ["visitors", "all_users"]
hubs.url = "/hubs/*"
hubs.show_tile = false
hubs.protected= true
hubs.auth_header = false
hubs.allowed = ["visitors", "all_users"]
[resources.apt]
packages = "sqlite3"