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

Auto-update README

This commit is contained in:
yunohost-bot 2022-05-26 07:35:27 +00:00
parent d9ab3cbb07
commit d982b77acf
2 changed files with 8 additions and 8 deletions

View file

@ -67,10 +67,10 @@ mosquitto_sub -u *user* -P *password* -h mqtt.your.domain.tld -p 443 -t 'domotic
If you have package ynh3 or below, mosquitto is not installed by default.
If you have chosen to not set a domain during initial installation also.
So, if you need to activate mosquitto in retrospect, do following actions:
1/ Create a domain or a subdomain (for example : 'mqtt.your.domain.tld')
2/ Connect to your server in command line
3/ Type following command : `yunohost app setting domoticz mqtt_domain -v mqtt.your.domain.tld`
4/ Upgrade domoticz to last package.
1. Create a domain or a subdomain (for example : 'mqtt.your.domain.tld')
2. Connect to your server in command line
3. Type following command : `yunohost app setting domoticz mqtt_domain -v mqtt.your.domain.tld`
4. Upgrade domoticz to last package.
If you're already on the last package version, use the following command : `yunohost app upgrade domoticz --force`
## Configuration

View file

@ -67,10 +67,10 @@ mosquitto_sub -u *user* -P *password* -h mqtt.your.domain.tld -p 443 -t 'domotic
Si vous êtes sur le package ynh3 ou inférieur, mosquitto n'est pas installé par défaut.
De même si vous avez choisi de ne pas indiquer de domaine pour mosquitto lors de l'installation initiale.
Pour pouvoir l'installer après coup, faites les actions suivantes:
1/ créez un domaine ou sous-domaine pour recevoir les informations (par exemple : 'mqtt.your.domain.tld')
2/ connecter vous en ligne de commande à votre serveur
3/ taper la commande suivante : `yunohost app setting domoticz mqtt_domain -v mqtt.your.domain.tld`
4/ Procédez à la mise à jour.
1. créez un domaine ou sous-domaine pour recevoir les informations (par exemple : 'mqtt.your.domain.tld')
2. connecter vous en ligne de commande à votre serveur
3. taper la commande suivante : `yunohost app setting domoticz mqtt_domain -v mqtt.your.domain.tld`
4. Procédez à la mise à jour.
Si vous êtes déjà sur la dernière version, utiliser la commmande suivante : `yunohost app upgrade domoticz --force`