41 lines
949 B
YAML
41 lines
949 B
YAML
---
|
|
|
|
## General
|
|
calibre_image: lscr.io/linuxserver/calibre-web:latest
|
|
|
|
calibre_http_port: 8083
|
|
|
|
# Calibre paths
|
|
calibre_root_path: /var/local
|
|
calibre_data_base: "{{ calibre_root_path }}/calibre"
|
|
calibre_config_path: "{{ calibre_root_path }}/conf/calibre"
|
|
|
|
# Calibre volumes
|
|
calibre_config_volume: "{{ calibre_data_base }}/calibre_config"
|
|
calibre_library_volume: "{{ calibre_data_base }}/calibre_library"
|
|
calibre_timezone: "Etc/UTC"
|
|
|
|
calibre_user_id:
|
|
calibre_group_id:
|
|
|
|
# Calibre-specific options
|
|
|
|
calibre_has_convertor: false
|
|
calibre_relax_oauth: true
|
|
|
|
|
|
# Add other paths here to make sure they're created automatically
|
|
#
|
|
calibre_skeleton_paths:
|
|
- "{{ calibre_config_path }}"
|
|
- "{{ calibre_config_volume }}"
|
|
- "{{ calibre_library_volume }}"
|
|
|
|
# Add more templates to be copied into the config
|
|
calibre_configuration_files:
|
|
- "docker-compose.yml"
|
|
- "env.calibre.conf"
|
|
|
|
# Documentation
|
|
calibre_documentation_link: "https://www.laurivan.com"
|