Because of a corrupt domoticz.db file (also my older backups caused an "Offline" error),
I had to install a fresh version of Domoticz.
Before I performed a fresh install, I first removed:
- Domoticz with
Code: Select all
sudo rm -r domoticz/
- /etc/init.d/domoticz.sh
- /etc/domoticz
Code: Select all
sudo curl -L https://install.domoticz.com | sudo bash
Then I tried to reset the password, explained on this page: https://www.domoticz.com/wiki/Lost_Username_Password
This worked and I could enter Domoticz.
So i created a User with admin rights
Now the login in went fine
Then I changed to the Beta release and ran the latest update. This also went fine.
Then I tried to turn off the login for my local network in the settings page by entering: 192.168.1.*
Here starts my problem:
I can enter Domoticz without login from my local network....but also from "outside" my network I don't have to login anymore?
This is obviously not what I want of course because then anyone can enter domoticz from outside.
This always has worked on my previous installation, but with the fresh installation It suddenly does not work anymore.
What is the problem here?