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

Auto-update README

This commit is contained in:
yunohost-bot 2024-02-21 13:59:20 +00:00 committed by Félix Piédallu
parent ec6f832827
commit 824b36b8ea
2 changed files with 4 additions and 54 deletions

View file

@ -16,7 +16,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
Crypto-currency software to operate Ğ1 libre currency
Crypto-currency software to operate the Ğ1 libre currency.
**Shipped version:** 1.8.7~ynh0
@ -24,32 +25,6 @@ Crypto-currency software to operate Ğ1 libre currency
![Screenshot of Duniter](./doc/screenshots/duniter_admin_g1.png)
## Disclaimers / important information
## First synchronization
The first synchronization can be very time consuming, it can be considered to do it from the command line via ssh rather than via the graphical WEB interface. In order to let the synchronization be done without keeping the terminal window open connected in ssh, it is recommended to use `tmux` or `screen`. `screen -S duniter` in order to open a new "screen". In this screen called "duniter":
```
sudo systemctl stop duniter
sudo su - duniter -c "duniter --home \$HOME sync g1.duniter.org" && sudo systemctl start duniter
```
During the synchronization, you can press CTRL+SHIFT+a+d to exit without closing the "duniter" screen, you can then leave the ssh connection.
To come back to your "duniter" screen to see if the sync is finished, you have to run the command `screen -d duniter`
## 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 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 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:
- [YunoHost app](https://github.com/YunoHost-Apps/cesium_ynh)
## Documentation and resources
* Official app website: <https://duniter.org>

View file

@ -16,7 +16,8 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## Vue densemble
Logiciel de cryptomonnaie pour faire fonctionner la monnaie libre Ğ1
Crypto-currency software to operate the Ğ1 libre currency.
**Version incluse :** 1.8.7~ynh0
@ -24,32 +25,6 @@ Logiciel de cryptomonnaie pour faire fonctionner la monnaie libre Ğ1
![Capture décran de Duniter](./doc/screenshots/duniter_admin_g1.png)
## Avertissements / informations importantes
## Première synchronisation
La première synchronisation pouvant demander beaucoup de temps, il peut être envisagé de la faire en ligne de commande par ssh plutôt que par l'interface graphique WEB. Afin de pouvoir laisser la synchronisation se faire sans garder la fenêtre du terminal ouverte connecté en ssh, il est recommandé d'utiliser `tmux` ou `screen`.
`screen -S duniter` afin d'ouvrir un nouvel "écran".
Dans cet écran appelé "duniter" :
```
sudo systemctl stop duniter
sudo su - duniter -c "duniter --home \$HOME sync g1.duniter.org" && sudo systemctl start duniter
```
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 linterface dadministration web.
- BMA, lAPI 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.
- Linterface dadministration web est accessible à ladresse `https://duniter.domain.tld/` et est uniquement accessible à ladministrateur spécifié lors de linstallation.
- **Attention** : dans le cas où linterface dadministration 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 linstaller :
- [avec lapplication YunoHost](https://github.com/YunoHost-Apps/cesium_ynh)
## Documentations et ressources
* Site officiel de lapp : <https://duniter.org>