mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Merge branch 'testing' into 0.9.6.21_old_way
This commit is contained in:
commit
5c7f96a4cb
3 changed files with 3 additions and 4 deletions
|
@ -28,7 +28,6 @@ Browsing, reading and downloading eBooks using a Calibre database
|
||||||
|
|
||||||
* Official admin documentation: <https://github.com/janeczku/calibre-web/wiki>
|
* Official admin documentation: <https://github.com/janeczku/calibre-web/wiki>
|
||||||
* Upstream app code repository: <https://github.com/janeczku/calibre-web>
|
* Upstream app code repository: <https://github.com/janeczku/calibre-web>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/calibreweb>
|
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/calibreweb_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/calibreweb_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -28,7 +28,6 @@ Explorer, lire et télécharger des eBooks à partir d'une base de données Cali
|
||||||
|
|
||||||
* Documentation officielle de l’admin : <https://github.com/janeczku/calibre-web/wiki>
|
* Documentation officielle de l’admin : <https://github.com/janeczku/calibre-web/wiki>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/janeczku/calibre-web>
|
* Dépôt de code officiel de l’app : <https://github.com/janeczku/calibre-web>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/calibreweb>
|
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/calibreweb_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/calibreweb_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -15,7 +15,7 @@ admindoc = "https://github.com/janeczku/calibre-web/wiki"
|
||||||
code = "https://github.com/janeczku/calibre-web"
|
code = "https://github.com/janeczku/calibre-web"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 4.3.0"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
|
@ -75,6 +75,7 @@ ram.runtime = "200M"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset = ".*.zip"
|
autoupdate.asset = ".*.zip"
|
||||||
|
|
||||||
|
|
||||||
[resources.sources.kepubify]
|
[resources.sources.kepubify]
|
||||||
arm64.url = "https://github.com/pgaskin/kepubify/releases/download/v4.0.4/kepubify-linux-arm64"
|
arm64.url = "https://github.com/pgaskin/kepubify/releases/download/v4.0.4/kepubify-linux-arm64"
|
||||||
|
@ -106,4 +107,4 @@ ram.runtime = "200M"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [ "sqlite3", "imagemagick", "libldap2-dev", "libsasl2-dev", "python3-venv", "python3-dev", "python3-lxml", "libjpeg-dev", "zlib1g-dev", "libffi-dev" ]
|
packages = [ "sqlite3", "imagemagick", "libldap2-dev", "libsasl2-dev", "python3-venv", "python3-dev", "python3-lxml", "libjpeg-dev", "zlib1g-dev", "libffi-dev" ]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue