mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
linting
This commit is contained in:
parent
600593a9f7
commit
0e17daff69
2 changed files with 15 additions and 20 deletions
|
@ -97,27 +97,24 @@ ram.runtime = "200M"
|
|||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
||||
kobo.url= "/kobo"
|
||||
kobo.show_tile= false
|
||||
kobo.allowed= "visitors"
|
||||
kobo.url= "/kobo"
|
||||
kobo.show_tile= false
|
||||
kobo.allowed= "visitors"
|
||||
|
||||
opds.url="/opds"
|
||||
opds.show_tile= false
|
||||
opds.allowed= "visitors"
|
||||
opds.url="/opds"
|
||||
opds.show_tile= false
|
||||
opds.allowed= "visitors"
|
||||
|
||||
[resources.ports]
|
||||
main.default = 8083
|
||||
|
||||
[resources.apt]
|
||||
#sqlite3 is required to tweak the database in the scripts
|
||||
#imagemagick is required for cover extraction from EPUBs
|
||||
#python3-venv is required for installing a venv environnement in the scripts
|
||||
#python3-dev is required for compiling the ldap dependency during pip install
|
||||
#libldap2-dev is required for compiling the ldap dependency during pip install
|
||||
#libsasl2-dev is required for compiling the ldap dependency during pip install
|
||||
#libjpeg-dev is required for comics and image reading in browser
|
||||
packages = [ "sqlite3", "imagemagick", "python3-venv", "python3-dev", "libldap2-dev", "libsasl2-dev", "libjpeg-dev" ]
|
||||
#for reference, dependencies that have been removed in 0.96.21~ynh1:
|
||||
#python3-lxml : not required in packages as already part of yunohost dependencies
|
||||
#zlib1g-dev : is part of python3-dev dependencies : not required anymore
|
||||
#libffi-dev : usage unknown
|
||||
packages = [
|
||||
"sqlite3", # to tweak the database in the scripts
|
||||
"imagemagick", # for cover extraction from EPUBs
|
||||
"python3-venv", # for installing a venv environnement in the scripts
|
||||
"python3-dev", # for compiling the ldap dependency during pip install
|
||||
"libldap2-dev", # for compiling the ldap dependency during pip install
|
||||
"libsasl2-dev", # for compiling the ldap dependency during pip install
|
||||
"libjpeg-dev" # for comics and image reading in browser
|
||||
]
|
||||
|
|
|
@ -2,7 +2,6 @@ test_format = 1.0
|
|||
|
||||
[default]
|
||||
|
||||
args.language = "en"
|
||||
args.upload = true
|
||||
args.public_library = true
|
||||
|
||||
|
@ -11,4 +10,3 @@ test_format = 1.0
|
|||
# -------------------------------
|
||||
|
||||
test_upgrade_from.b8f9f95.name = "0.6.19~ynh8"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue