1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/domoticz_ynh.git synced 2024-09-03 18:26:17 +02:00
domoticz_ynh/doc/POST_INTALL.md

15 lines
988 B
Markdown
Raw Normal View History

2023-05-26 23:23:50 +02:00
### Initial access
2021-08-05 02:21:46 +02:00
2023-05-26 23:23:50 +02:00
User *admin* with password *domoticz* allow you to access the system. Of course, you should change them immediately.
2023-05-27 17:55:13 +02:00
User and password for mosquitto broker are automatically generated during installation, you may retrieve them with
````
sudo yunohost app setting domoticz mqtt_user
sudo yunohost app setting domoticz mqtt_pwd
````
### recommandation
2023-05-26 23:23:50 +02:00
It is advisable to not make the app publicly available outside of the yunohost sso (public = yes at install or setting the domoticz permission to 'visitors' in the admin panel). If for any reason you need to, I recommend the following:
- Activate the website protection/user management (with login page instead of Basic-auth)
2023-02-27 23:24:05 +01:00
- In *Setup/Settings/System/Local Networks (no username/password)* enter the address of the nginx proxy (should be "::1;127.0.0.1" in any standard Yunohost installation) so that the Fail2ban settings is active (see last lines of [this wiki](https://www.domoticz.com/wiki/WebServer_Proxy)