[{{project_name|capitalize }}]({{ project_url }}) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself.
This software is a fork of library and licensed under the GPL v3 License.
project_blurb_optional_extras_enabled:false
# supported architectures
available_architectures:
- {arch:"{{ arch_x86_64 }}", tag:"amd64-latest"}
- {arch:"{{ arch_arm64 }}", tag:"arm64v8-latest"}
- {arch:"{{ arch_armhf }}", tag:"arm32v6-latest"}
# development version
development_versions:false
# container parameters
common_param_env_vars_enabled:true
param_container_name:"{{ project_name }}"
param_usage_include_net:false
param_usage_include_env:true
param_env_vars:
- {env_var:"TZ", env_value:"Europe/London", desc:"Specify a timezone to use EG Europe/London."}
param_usage_include_vols:true
param_volumes:
- {vol_path:"/config", vol_host_path:"<path to data>", desc:"Where calibre-web stores the internal database and config."}
- {vol_path:"/books", vol_host_path:"<path to calibre library>", desc:"Where your calibre database is locate."}