2022-07-27 08:41:17 +00:00
|
|
|
---
|
|
|
|
calibre_enabled: false
|
2022-10-06 19:01:09 +00:00
|
|
|
calibre_available_externally: "false"
|
2022-07-27 08:41:17 +00:00
|
|
|
|
|
|
|
# uid / gid
|
2024-03-14 00:45:01 +00:00
|
|
|
calibre_user_id: "0"
|
|
|
|
calibre_group_id: "0"
|
2022-07-27 08:41:17 +00:00
|
|
|
|
|
|
|
# directories
|
|
|
|
calibre_data_directory: "{{ docker_home }}/calibre"
|
2022-10-06 19:01:09 +00:00
|
|
|
calibre_books_directory: "{{ books_root }}"
|
|
|
|
calibre_comics_directory: "{{ comics_root }}"
|
2022-07-27 08:41:17 +00:00
|
|
|
|
|
|
|
# network
|
2022-10-06 19:01:09 +00:00
|
|
|
calibre_port: "8093"
|
|
|
|
calibre_webserver_port: "8094"
|
2022-07-27 08:41:17 +00:00
|
|
|
calibre_hostname: "calibre"
|
|
|
|
|
2022-10-06 19:01:09 +00:00
|
|
|
# env
|
|
|
|
calibre_password: ""
|
|
|
|
calibre_cli_args: ""
|
|
|
|
calibre_security_opts: "seccomp=unconfined" # For why this is here, see https://github.com/linuxserver/docker-calibre/issues/102
|
|
|
|
|
2022-07-27 08:41:17 +00:00
|
|
|
# specs
|
|
|
|
calibre_memory: 1g
|
2022-08-28 15:50:22 +00:00
|
|
|
|
|
|
|
# docker
|
|
|
|
calibre_container_name: calibre
|