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:
parent
1395135691
commit
6647f882b8
1 changed files with 12 additions and 1 deletions
|
@ -18,7 +18,7 @@ code = "https://github.com/Kareadita/Kavita"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.9"
|
yunohost = ">= 11.1.9"
|
||||||
architectures = "all"
|
architectures = ["amd64", "arm64", "armhf"]
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
sso = false
|
sso = false
|
||||||
|
@ -46,5 +46,16 @@ ram.runtime = "50M"
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
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]
|
[resources.apt]
|
||||||
packages = "sqlite3"
|
packages = "sqlite3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue