diff --git a/motioneye/rootfs/etc/cont-init.d/31-motion.sh b/motioneye/rootfs/etc/cont-init.d/31-motion.sh index 804fa13..451ea65 100644 --- a/motioneye/rootfs/etc/cont-init.d/31-motion.sh +++ b/motioneye/rootfs/etc/cont-init.d/31-motion.sh @@ -9,7 +9,10 @@ source /usr/lib/hassio-addons/base.sh readonly motion='/data/motioneye/motion.conf' if hass.config.true 'motion_webcontrol'; then - hass.log.info "Enabling motion webcontrol" + hass.log.info "Enabling motion webcontrol..." + hass.log.warning "This opens up an UNSECURE port to the outside world!" + hass.log.warning "This port has NO SSL & NO AUTHENICATION!" + hass.log.warning "YOU HAVE BEEN WARNED!" sed -i "s/webcontrol_localhost on/webcontrol_localhost off/" "$motion" else sed -i "s/webcontrol_localhost off/webcontrol_localhost on/" "$motion"