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

0.7.2~ynh1

This commit is contained in:
skyuk3000 2023-05-23 13:40:14 +01:00 committed by GitHub
parent 846f8b24dc
commit c8e2311fbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ name = "Kavita"
description.en = "Media server for your comics, manga and books" description.en = "Media server for your comics, manga and books"
description.fr = "Serveur multimédia pour vos bandes dessinées, mangas et livres" description.fr = "Serveur multimédia pour vos bandes dessinées, mangas et livres"
version = "0.7.1~ynh1" version = "0.7.2~ynh1"
maintainers = ["eric_G"] maintainers = ["eric_G"]
@ -19,7 +19,7 @@ code = "https://github.com/Kareadita/Kavita"
[integration] [integration]
yunohost = ">= 11.1.11" yunohost = ">= 11.1.11"
architectures = ["amd64", "arm64", "armhf"] architectures = ["amd64", "arm64", "armhf"]
multi_instance = false multi_instance = true
ldap = false ldap = false
sso = false sso = false
disk = "50M" disk = "50M"
@ -28,9 +28,11 @@ ram.runtime = "50M"
[install] [install]
[install.domain] [install.domain]
type = "domain" type = "domain"
full_domain = true
[install.path]
type = "path"
default = "/kavita/"
[install.init_main_permission] [install.init_main_permission]
type = "group" type = "group"
@ -40,21 +42,20 @@ ram.runtime = "50M"
[resources.ports] [resources.ports]
main.default = 5000 main.default = 5000
[resources.sources] [resources.sources]
[resources.sources.main]
in_subdir = true
amd64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.2/kavita-linux-x64.tar.gz"
amd64.sha256 = "d4bc73321e1241a1e6247fc0c5ff14504e73c5b3ce9c22a237fd6eae7fc51f33"
arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.2/kavita-linux-arm64.tar.gz"
arm64.sha256 = "634d8b1be654de18ac0238512b9e552e9ad2dd50e6113199907fce525f71f14c"
armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.2/kavita-linux-arm.tar.gz"
armhf.sha256 = "3bf7aac85f51432c8cc0a46ea885bb0167b03e9c0209858a76b1785f884cf104"
[resources.sources.main] #autoupdate.strategy = "latest_github_release"
in_subdir = false #autoupdate.asset.amd64 = ".*\.amd64.tar.gz"
amd64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.1/kavita-linux-x64.tar.gz" #autoupdate.asset.arm64 = ".*\.arm64.tar.gz"
amd64.sha256 = "B67B91E97F490D0629AAD00E2B2E78752C57A2E7BDD00D3E1B1461EFEF5F22BA" #autoupdate.asset.armhf = ".*\.arm.tar.gz"
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"
autoupdate.asset.amd64 = ".*\.amd64.tar.gz"
autoupdate.asset.arm64 = ".*\.arm64.tar.gz"
autoupdate.asset.armhf = ".*\.arm.tar.gz"
[resources.system_user] [resources.system_user]
@ -63,10 +64,11 @@ ram.runtime = "50M"
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
api.url = "/api" api.url = "/api/*"
api.show_tile = false api.show_tile = false
api.protected= true api.protected= true
api.allowed = ["visitors", "all_users"] api.allowed = ["visitors", "all_users"]
api.auth_header = false
hubs.url = "/hubs/*" hubs.url = "/hubs/*"
hubs.show_tile = false hubs.show_tile = false