mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
update mosquitto info
This commit is contained in:
parent
a43d60261d
commit
cc503b7c1a
2 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
### Première connexion
|
||||
|
||||
L'utilisateur *admin* et le mot de passe *domoticz* vous permettront d'accéder au système. Il est bien évidemment recommandé de les modifier immédiatement
|
||||
|
||||
Les users et mot de passe du broker mosquitto sont automatiquement générés lors de l'installation. Vous pouvez les récupérer avec
|
||||
````
|
||||
sudo yunohost app setting domoticz mqtt_user
|
||||
sudo yunohost app setting domoticz mqtt_pwd
|
||||
````
|
||||
|
||||
### recommandations
|
||||
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
### Initial access
|
||||
|
||||
User *admin* with password *domoticz* allow you to access the system. Of course, you should change them immediately.
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue