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

88 lines
2.3 KiB
TOML
Raw Normal View History

2024-02-13 20:37:36 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
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"
version = "0.8.2~ynh1"
2023-02-21 19:30:44 +01:00
2024-02-13 20:37:36 +01:00
maintainers = [ "eric_G" ]
2023-02-21 19:30:44 +01:00
[upstream]
license = "MIT"
2024-03-07 22:55:19 +01:00
website = "https://www.kavitareader.com/"
2023-02-21 19:30:44 +01:00
demo = "https://demo.kavitareader.com/"
admindoc = "https://wiki.kavitareader.com/en"
code = "https://github.com/Kareadita/Kavita"
[integration]
2023-09-29 20:12:05 +02:00
yunohost = ">= 11.2"
2024-02-13 20:37:36 +01:00
architectures = [ "amd64", "arm64", "armhf" ]
2023-05-23 14:40:14 +02:00
multi_instance = true
2023-12-05 21:52:27 +01:00
2023-02-21 19:36:04 +01:00
ldap = false
2023-12-05 21:52:27 +01:00
2023-02-21 19:36:04 +01:00
sso = false
2023-12-05 21:52:27 +01:00
2023-02-21 19:36:04 +01:00
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]
type = "domain"
2023-05-23 14:40:14 +02:00
[install.path]
type = "path"
2023-06-04 22:33:33 +02:00
default = "/kavita"
2023-02-21 19:30:44 +01:00
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
2023-05-26 11:08:54 +02:00
[resources.sources]
[resources.sources.main]
in_subdir = true
amd64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.2/kavita-linux-x64.tar.gz"
amd64.sha256 = "ebba52221a844dcaf3a6a4b01f9c06922bcd87a5b8026c11d270c79e16d9509a"
arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.2/kavita-linux-arm64.tar.gz"
arm64.sha256 = "3ea95131847fd00941bb073644929a529fe8ad936017ffbe2d345e98cda2602c"
armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.2/kavita-linux-arm.tar.gz"
armhf.sha256 = "c9abfdc497e0a91bbff65311277e6ac779694cb74083aa4b064eb090393814d0"
2023-05-25 09:55:47 +02:00
# https://yunohost.org/fr/packaging_apps_resources#regarding-autoupdate
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "kavita-linux-x64.tar.gz"
autoupdate.asset.arm64 = "kavita-linux-arm64.tar.gz"
autoupdate.asset.armhf = "kavita-linux-arm.tar.gz"
2024-02-13 20:37:36 +01:00
[resources.ports]
main.default = 5000
2023-06-04 22:40:37 +02:00
2024-02-13 20:37:36 +01:00
[resources.system_user]
2023-02-21 19:30:44 +01:00
2024-02-13 20:37:36 +01:00
[resources.install_dir]
2023-02-21 19:30:44 +01:00
2024-02-13 20:37:36 +01:00
[resources.permissions]
main.url = "/"
2023-02-21 19:36:04 +01:00
2024-02-13 20:37:36 +01:00
api.url = "/api"
api.show_tile = false
api.protected = true
api.allowed = [ "visitors", "all_users" ]
api.auth_header = false
2023-02-21 19:43:46 +01:00
2024-02-13 20:37:36 +01:00
hubs.url = "/hubs"
hubs.show_tile = false
hubs.protected = true
hubs.auth_header = false
hubs.allowed = [ "visitors", "all_users" ]
2023-02-21 19:43:46 +01:00
2024-02-13 20:37:36 +01:00
[resources.apt]
packages = "sqlite3"