Add VIPS_NOVECTOR option to Immich addon variants

This commit is contained in:
Alexandre
2026-02-14 10:20:27 +01:00
parent ef2a5de9ab
commit 606caa4609
13 changed files with 32 additions and 4 deletions

View File

@@ -184,6 +184,10 @@ export DB_PORT="$(bashio::config 'DB_PORT')"
export JWT_SECRET="$(bashio::config 'JWT_SECRET')"
export DB_HOSTNAME="$(bashio::config 'DB_HOSTNAME')"
if bashio::config.true 'VIPS_NOVECTOR'; then
export VIPS_NOVECTOR="1"
fi
check_db_hostname
migrate_database
export_db_env