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

79 lines
2.1 KiB
TOML
Raw Normal View History

2023-02-21 19:30:44 +01:00
packaging_format = 2
id = "kavita"
name = "Kavita"
description.en = "Media server for your comics, manga and books"
description.fr = "Serveur multimédia pour vos bandes dessinées, mangas et livres"
2023-02-21 19:44:30 +01:00
version = "0.7.1~ynh1"
2023-02-21 19:30:44 +01:00
maintainers = ["eric_G"]
[upstream]
license = "MIT"
website = "www.kavitareader.com"
demo = "https://demo.kavitareader.com/"
admindoc = "https://wiki.kavitareader.com/en"
code = "https://github.com/Kareadita/Kavita"
[integration]
2023-02-26 18:07:50 +01:00
yunohost = ">= 11.1.11"
2023-02-21 19:43:46 +01:00
architectures = ["amd64", "arm64", "armhf"]
2023-02-21 19:30:44 +01:00
multi_instance = false
2023-02-21 19:36:04 +01:00
ldap = false
sso = false
disk = "50M"
2023-02-26 18:07:50 +01:00
ram.build = "300M"
2023-02-21 19:36:04 +01:00
ram.runtime = "50M"
2023-02-21 19:30:44 +01:00
[install]
[install.domain]
2023-02-21 19:36:04 +01:00
2023-02-21 19:30:44 +01:00
type = "domain"
full_domain = true
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
2023-02-21 19:36:04 +01:00
[resources.ports]
2023-02-21 21:19:01 +01:00
main.default = 5000
2023-02-21 19:36:04 +01:00
2023-04-04 18:10:13 +02:00
[resources.sources]
[resources.sources.main]
in_subdir = false
amd64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.1/kavita-linux-x64.tar.gz"
amd64.sha256 = "B67B91E97F490D0629AAD00E2B2E78752C57A2E7BDD00D3E1B1461EFEF5F22BA"
arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.1/kavita-linux-arm64.tar.gz"
arm64.sha256 = "DEA4160C72B024BEB47565526DBD71512E8EEB65360D22E76A7E695C0A4C55B7"
armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.1/kavita-linux-arm.tar.gz"
armhf.sha256 = "AD5CEC73D6B5B48386EAC5291CD9C4B40F0AF4FBB712E730518D3605E80F1D52"
autoupdate.strategy = "latest_github_release"
2023-04-04 18:19:39 +02:00
autoupdate.asset.amd64 = ".*\.amd64.tar.gz"
autoupdate.asset.arm64 = ".*\.arm64.tar.gz"
autoupdate.asset.armhf = ".*\.arm.tar.gz"
2023-04-04 18:10:13 +02:00
2023-02-21 19:30:44 +01:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-02-21 19:36:04 +01:00
2023-02-21 19:43:46 +01:00
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"]
2023-02-21 19:36:04 +01:00
[resources.apt]
packages = "sqlite3"