fix line split

This commit is contained in:
nqb 2018-12-11 03:53:15 +01:00
parent a422bf98e1
commit 2775decfce
2 changed files with 2 additions and 4 deletions

View file

@ -147,8 +147,7 @@ systemctl restart ssh
--- ---
### Disable YunoHost API ### Disable YunoHost API
YunoHost administration is accessible through an **HTTP API**, served on the YunoHost administration is accessible through an **HTTP API**, served on the 6787 port by default (only on `localhost`). It can be used to administrate a lot of things on your server, so malicious actors can also use it to damage your server. The best thing to do, if you know how to use the [command-line interface](/commandline), is to deactivate the `yunohost-api` service.
6787 port by default (only on `localhost`). It can be used to administrate a lot of things on your server, so malicious actors can also use it to damage your server. The best thing to do, if you know how to use the [command-line interface](/commandline), is to deactivate the `yunohost-api` service.
```bash ```bash
sudo systemctl disable yunohost-api sudo systemctl disable yunohost-api

View file

@ -162,8 +162,7 @@ systemctl restart ssh
### Désactivation de lAPI YunoHost ### Désactivation de lAPI YunoHost
YunoHost est administrable via une **API HTTP**, servie sur le port 6787 par YunoHost est administrable via une **API HTTP**, servie sur le port 6787 par défaut (seulement sur `localhost`). Elle permet dadministrer une grande partie de votre serveur, et peut donc être utilisée à des **fins malveillantes**. La meilleure chose à faire si vous êtes habitués aux lignes de commande est de désactiver le service `yunohost-api`, et **utiliser la [ligne de commande](/commandline_fr)** en SSH.
défaut (seulement sur `localhost`). Elle permet dadministrer une grande partie de votre serveur, et peut donc être utilisée à des **fins malveillantes**. La meilleure chose à faire si vous êtes habitués aux lignes de commande est de désactiver le service `yunohost-api`, et **utiliser la [ligne de commande](/commandline_fr)** en SSH.
```bash ```bash
sudo systemctl disable yunohost-api sudo systemctl disable yunohost-api