ansible-nas/roles/calibre/defaults/main.yml

25 lines
424 B
YAML
Raw Normal View History

---
calibre_enabled: false
calibre_available_externally: false
# uid / gid
calibre_user_id: "0"
calibre_group_id: "0"
# directories
calibre_data_directory: "{{ docker_home }}/calibre"
calibre_books_root: "{{ books_root }}"
# other
calibre_ebook_conversion: "linuxserver/calibre-web:calibre"
# network
calibre_port: "8084"
calibre_hostname: "calibre"
# specs
calibre_memory: 1g
2022-08-28 15:50:22 +00:00
# docker
calibre_container_name: calibre