remove quotes for bool

This commit is contained in:
Andreas Zweili 2022-03-07 13:50:58 +01:00
parent 3e2adcf394
commit d16c905478
1 changed files with 13 additions and 13 deletions

View File

@ -53,19 +53,19 @@ services:
- PHOTOPRISM_SITE_URL="http://nextcloud.2li.local:2342/" # public server URL incl http:// or https:// and /path, :port is optional
- PHOTOPRISM_ORIGINALS_LIMIT=5000 # file size limit for originals in MB (increase for high-res video)
- PHOTOPRISM_HTTP_COMPRESSION="gzip" # improves transfer speed and bandwidth utilization (none or gzip)
- PHOTOPRISM_DEBUG="false" # run in debug mode (shows additional log messages)
- PHOTOPRISM_PUBLIC="false" # no authentication required (disables password protection)
- PHOTOPRISM_READONLY="true" # don't modify originals directory (reduced functionality)
- PHOTOPRISM_EXPERIMENTAL="false" # enables experimental features
- PHOTOPRISM_DISABLE_CHOWN="false" # disables storage permission updates on startup
- PHOTOPRISM_DISABLE_WEBDAV="false" # disables built-in WebDAV server
- PHOTOPRISM_DISABLE_SETTINGS="false" # disables Settings in Web UI
- PHOTOPRISM_DISABLE_TENSORFLOW="false" # disables all features depending on TensorFlow
- PHOTOPRISM_DISABLE_FACES="false" # disables facial recognition
- PHOTOPRISM_DISABLE_CLASSIFICATION="false" # disables image classification
- PHOTOPRISM_DARKTABLE_PRESETS="false" # enables Darktable presets and disables concurrent RAW conversion
- PHOTOPRISM_DETECT_NSFW="false" # flag photos as private that MAY be offensive (requires TensorFlow)
- PHOTOPRISM_UPLOAD_NSFW="true" # allows uploads that MAY be offensive
- PHOTOPRISM_DEBUG=false # run in debug mode (shows additional log messages)
- PHOTOPRISM_PUBLIC=false # no authentication required (disables password protection)
- PHOTOPRISM_READONLY=true # don't modify originals directory (reduced functionality)
- PHOTOPRISM_EXPERIMENTAL=false # enables experimental features
- PHOTOPRISM_DISABLE_CHOWN=false # disables storage permission updates on startup
- PHOTOPRISM_DISABLE_WEBDAV=false # disables built-in WebDAV server
- PHOTOPRISM_DISABLE_SETTINGS=false # disables Settings in Web UI
- PHOTOPRISM_DISABLE_TENSORFLOW=false # disables all features depending on TensorFlow
- PHOTOPRISM_DISABLE_FACES=false # disables facial recognition
- PHOTOPRISM_DISABLE_CLASSIFICATION=false # disables image classification
- PHOTOPRISM_DARKTABLE_PRESETS=false # enables Darktable presets and disables concurrent RAW conversion
- PHOTOPRISM_DETECT_NSFW=false # flag photos as private that MAY be offensive (requires TensorFlow)
- PHOTOPRISM_UPLOAD_NSFW=true # allows uploads that MAY be offensive
- PHOTOPRISM_DATABASE_DRIVER="mysql" # use MariaDB 10.5+ or MySQL 8+ instead of SQLite for improved performance
- PHOTOPRISM_DATABASE_SERVER="mariadb:3306" # MariaDB or MySQL database server (hostname:port)
- PHOTOPRISM_DATABASE_NAME="photoprism" # MariaDB or MySQL database schema name