diff --git a/manifest.toml b/manifest.toml index 8217de2..a94860c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"