mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-05 07:14:08 +02:00
Alternative installation of libnss3
https://github.com/alexbelgium/hassio-addons/issues/824
This commit is contained in:
@@ -9,6 +9,9 @@ if bashio::config.has_value 'TZ'; then
|
|||||||
ln -snf /usr/share/zoneinfo/"$TIMEZONE" /etc/localtime && echo "$TIMEZONE" >/etc/timezone
|
ln -snf /usr/share/zoneinfo/"$TIMEZONE" /etc/localtime && echo "$TIMEZONE" >/etc/timezone
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
bashio::log.info "Install libnss3"
|
||||||
|
apt-get update && apt-get install libnss3 &>/dev/null
|
||||||
|
|
||||||
# Set Ingress login
|
# Set Ingress login
|
||||||
sqlite3 /config/addons_config/calibre-web/app.db 'update settings set config_reverse_proxy_login_header_name="X-WebAuth-User",config_allow_reverse_proxy_header_login=1'
|
sqlite3 /config/addons_config/calibre-web/app.db 'update settings set config_reverse_proxy_login_header_name="X-WebAuth-User",config_allow_reverse_proxy_header_login=1'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user