mirror of
https://github.com/YunoHost-Apps/kavita_ynh.git
synced 2024-09-03 19:26:30 +02:00
commit
f47d875bd6
3 changed files with 13 additions and 18 deletions
|
@ -31,7 +31,7 @@ Kavita is a fast, feature rich, cross platform reading server. Built with a focu
|
|||
- OPDS-PS Support
|
||||
|
||||
|
||||
**Shipped version:** 0.7.2~ynh1
|
||||
**Shipped version:** 0.7.2~ynh2
|
||||
|
||||
**Demo:** https://demo.kavitareader.com/
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ Kavita is a fast, feature rich, cross platform reading server. Built with a focu
|
|||
- OPDS-PS Support
|
||||
|
||||
|
||||
**Version incluse :** 0.7.2~ynh1
|
||||
**Version incluse :** 0.7.2~ynh2
|
||||
|
||||
**Démo :** https://demo.kavitareader.com/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ 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.7.2~ynh1"
|
||||
version = "0.7.2~ynh2"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -39,10 +39,12 @@ ram.runtime = "50M"
|
|||
default = "visitors"
|
||||
|
||||
[resources]
|
||||
[resources.ports]
|
||||
main.default = 5000
|
||||
|
||||
[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"
|
||||
|
@ -50,13 +52,6 @@ ram.runtime = "50M"
|
|||
armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.2/kavita-linux-arm.tar.gz"
|
||||
armhf.sha256 = "3bf7aac85f51432c8cc0a46ea885bb0167b03e9c0209858a76b1785f884cf104"
|
||||
|
||||
#autoupdate.strategy = "latest_github_release"
|
||||
#autoupdate.asset.amd64 = ".*\.amd64.tar.gz"
|
||||
#autoupdate.asset.arm64 = ".*\.arm64.tar.gz"
|
||||
#autoupdate.asset.armhf = ".*\.arm.tar.gz"
|
||||
|
||||
[resources.ports]
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
[resources.install_dir]
|
||||
|
|
Loading…
Add table
Reference in a new issue