storage

Ansible role that provisions my storage server.

543 BJ2
calibre-stack.env.j2
543 B20 lines • plaintext
1# Calibre Stack Environment Configuration
2# Generated by Ansible - DO NOT EDIT MANUALLY
3
4# User and Group Configuration
5PUID={{ storage_uid }}
6PGID={{ storage_gid }}
7TZ={{ storage_timezone }}
8
9# Calibre Server Configuration
10CALIBRE_SERVER_PORT={{ calibre_server_port }}
11
12# Calibre-Web Configuration
13CALIBRE_WEB_PORT={{ calibre_web_port }}
14
15# Optional Calibre-Web Enhancements
16DOCKER_MODS=linuxserver/mods:universal-calibre #optional
17OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
18
19# Library Configuration
20CALIBRE_LIBRARY_PATH={{ calibre_library_dir }}