Update 80-configuration.sh

This commit is contained in:
Alexandre
2022-06-07 13:16:21 +02:00
committed by GitHub
parent 28e44a1b03
commit 87725f50e6

View File

@@ -9,4 +9,9 @@ if bashio::config.has_value 'TZ'; then
ln -snf /usr/share/zoneinfo/"$TIMEZONE" /etc/localtime && echo "$TIMEZONE" >/etc/timezone
fi
# Disable session protection
# https://forums.unraid.net/topic/71927-support-linuxserverio-calibre-web/page/5/#comment-1015352
echo "**** patching calibre-web - removing session protection ****"
sed -i "/lm.session_protection = 'strong'/d" /app/calibre-web/cps/__init__.py || true
bashio::log.info "Default username:password is admin:admin123"