Files
templates/blueprints/calibre-web/template.toml
2025-08-28 00:28:42 -06:00

25 lines
401 B
TOML

[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "calibre-web"
port = 8083
host = "${main_domain}"
[config.env]
PUID = "1000"
PGID = "1000"
TZ = "Etc/UTC"
DOCKER_MODS = "linuxserver/mods:universal-calibre"
OAUTHLIB_RELAX_TOKEN_SCOPE = "1"
[[config.mounts]]
name = "calibre-config"
mountPath = "/config"
[[config.mounts]]
name = "calibre-books"
mountPath = "/books"