mirror of
https://github.com/YunoHost-Apps/kavita_ynh.git
synced 2024-09-03 19:26:30 +02:00
87 lines
2.3 KiB
TOML
87 lines
2.3 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
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"
|
|
|
|
maintainers = [ "eric_G" ]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "https://www.kavitareader.com/"
|
|
demo = "https://demo.kavitareader.com/"
|
|
admindoc = "https://wiki.kavitareader.com/en"
|
|
code = "https://github.com/Kareadita/Kavita"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = [ "amd64", "arm64", "armhf" ]
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "300M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/kavita"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[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"
|
|
|
|
# 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"
|
|
|
|
[resources.ports]
|
|
main.default = 5000
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
api.url = "/api"
|
|
api.show_tile = false
|
|
api.protected = true
|
|
api.allowed = [ "visitors", "all_users" ]
|
|
api.auth_header = false
|
|
|
|
hubs.url = "/hubs"
|
|
hubs.show_tile = false
|
|
hubs.protected = true
|
|
hubs.auth_header = false
|
|
hubs.allowed = [ "visitors", "all_users" ]
|
|
|
|
[resources.apt]
|
|
packages = "sqlite3"
|