mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
Typo
This commit is contained in:
parent
ffe004f58c
commit
d9ab3cbb07
2 changed files with 8 additions and 8 deletions
|
@ -45,10 +45,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 package ynh3 or below, mosquitto is not installed by default.
|
||||||
If you have chosen to not set a domain during initial installation also.
|
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:
|
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')
|
1. Create a domain or a subdomain (for example : 'mqtt.your.domain.tld')
|
||||||
2/ Connect to your server in command line
|
2. Connect to your server in command line
|
||||||
3/ Type following command : `yunohost app setting domoticz mqtt_domain -v mqtt.your.domain.tld`
|
3. Type following command : `yunohost app setting domoticz mqtt_domain -v mqtt.your.domain.tld`
|
||||||
4/ Upgrade domoticz to last package.
|
4. Upgrade domoticz to last package.
|
||||||
If you're already on the last package version, use the following command : `yunohost app upgrade domoticz --force`
|
If you're already on the last package version, use the following command : `yunohost app upgrade domoticz --force`
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
|
@ -45,10 +45,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.
|
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.
|
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:
|
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')
|
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
|
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`
|
3. taper la commande suivante : `yunohost app setting domoticz mqtt_domain -v mqtt.your.domain.tld`
|
||||||
4/ Procédez à la mise à jour.
|
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`
|
Si vous êtes déjà sur la dernière version, utiliser la commmande suivante : `yunohost app upgrade domoticz --force`
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue