mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Translate Configurations § in French
Extend English version
This commit is contained in:
parent
5d1dfac08a
commit
c462f64ff8
2 changed files with 16 additions and 4 deletions
|
@ -12,12 +12,12 @@ To come back to your "duniter" screen to see if the sync is finished, you have t
|
|||
|
||||
## Configurations
|
||||
- In order to compute blocks you will have to set your member credentials with `sudo su - duniter -c "duniter --home \$HOME wizard key"` or from the webadmin.
|
||||
- BMA, the client API is accessible from `https://duniter.domain.tld/bma/` if enabled . The last `/` is necessary. It can be used in Cesium and Silkaj.
|
||||
- BMA, the client API is accessible from `https://duniter.domain.tld/bma/` if enabled . The last `/` is necessary to the proper functioning. This URL can be use in Cesium and Silkaj.
|
||||
- The web administration interface is accessible via `https://duniter.domain.tld/` and is only accessible to the administrator specified at the installation.
|
||||
- **Warning**: In case the Webui tells you your network configuration is wrong and proposes to correct it, do not apply it, otherwise it breaks the specific configuration made for this package.
|
||||
You can manually reset the configuration with following command:
|
||||
- **Warning**: In case the Webui tells you your network configuration is wrong and proposes to correct it, do not apply it, otherwise it breaks the specific configuration made to the proper functioning this package.
|
||||
In case you applied this correction, you can manually reset the configuration with following command:
|
||||
`sudo su - duniter -c "duniter --home \$HOME config --bma --ipv4 127.0.0.1 --port CHOSEN_PORT --remoteh YOUR_DOMAIN --remotep 443 --noupnp"`
|
||||
|
||||
## Cesium
|
||||
Cesium is a wallet webapp. You can install it with:
|
||||
- [With the YunoHost app](https://github.com/YunoHost-Apps/cesium_ynh)
|
||||
- [YunoHost app](https://github.com/YunoHost-Apps/cesium_ynh)
|
||||
|
|
|
@ -9,3 +9,15 @@ sudo su - duniter -c "duniter --home \$HOME sync g1.duniter.org" && sudo systemc
|
|||
Pendant la synchronisation, vous pouvez faire CTRL+SHIFT+a+d afin de quitter sans fermer l'écran "duniter", vous pouvez alors quitter la connexion ssh.
|
||||
Pour revenir à votre écran "duniter" pour voir si la synchro est terminée, vous devez lancer la commande
|
||||
`screen -d duniter`
|
||||
|
||||
## Configurations
|
||||
- Afin de calculer des blocs, il faut configurer ses identifiants membre avec `sudo su - duniter -c "duniter --home \$HOME wizard key"` ou via l’interface d’administration web.
|
||||
- BMA, l’API client est accessible via `https://duniter.domain.tld/bma/` si activé. Le dernier `/` est nécessaire à son fonctionnement. Cette URL peut être utilisée dans Cesium et Silkaj.
|
||||
- L’interface d’administration web est accessible à l’adresse `https://duniter.domain.tld/` et est uniquement accessible à l’administrateur spécifié lors de l’installation.
|
||||
- **Attention** : dans le cas où l’interface d’administration web vous notifie que votre configuration réseau est incorrecte et propose de la corriger, ne le faites pas, autrement ça cassera la configuration spécifique au bon fonctionnement de ce paquet.
|
||||
Dans le cas où vous auriez appliqué cette correction, vous pouvez manuellement remettre en place la configuration avec la commande suivante :
|
||||
`sudo su - duniter -c "duniter --home \$HOME config --bma --ipv4 127.0.0.1 --port CHOSEN_PORT --remoteh YOUR_DOMAIN --remotep 443 --noupnp"`
|
||||
|
||||
## Cesium
|
||||
Cesium est une application portefeuilles web. Vous pouvez l’installer :
|
||||
- [avec l’application YunoHost](https://github.com/YunoHost-Apps/cesium_ynh)
|
||||
|
|
Loading…
Reference in a new issue