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

60 lines
3 KiB
Markdown
Raw Normal View History

2022-08-17 20:54:41 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-11-25 19:38:32 +01:00
# Duniter pour YunoHost
2022-08-17 20:54:41 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/duniter.svg)](https://dash.yunohost.org/appci/app/duniter) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/duniter.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/duniter.maintain.svg)
2021-11-25 19:38:32 +01:00
[![Installer Duniter avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=duniter)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Duniter rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble
2022-05-02 19:23:00 +02:00
Logiciel de cryptomonnaie pour faire fonctionner la monnaie libre Ğ1
2021-11-25 19:38:32 +01:00
2023-01-15 19:49:54 +01:00
**Version incluse :** 1.8.5~ynh1
2021-11-25 19:38:32 +01:00
## Captures d'écran
2022-08-17 20:54:41 +02:00
![Capture d'écran de Duniter](./doc/screenshots/duniter_admin_g1.png)
2021-11-25 19:38:32 +01:00
2022-03-12 16:56:04 +01:00
## Avertissements / informations importantes
## 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.
- The web administration interface is accessible via `https://duniter.domain.tld/` and is only accessible to the administrator specified at the installation.
2022-03-12 16:56:04 +01:00
- **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:
`sudo su - duniter -c "duniter --home \$HOME config --bma --ipv4 127.0.0.1 --port CHOSEN_PORT --remoteh YOUR_DOMAIN --remotep 443 --noupnp"`
2022-03-12 16:56:04 +01:00
## Cesium
Cesium is a wallet webapp. You can install it with:
- [With the YunoHost app](https://github.com/YunoHost-Apps/cesium_ynh)
2021-11-25 19:38:32 +01:00
## Documentations et ressources
2022-08-17 20:54:41 +02:00
* Site officiel de l'app : <https://duniter.org>
* Dépôt de code officiel de l'app : <https://git.duniter.org/nodes/typescript/duniter>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_duniter>
* Signaler un bug : <https://github.com/YunoHost-Apps/duniter_ynh/issues>
2021-11-25 19:38:32 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/duniter_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-08-17 20:54:41 +02:00
``` bash
2021-11-25 19:38:32 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/duniter_ynh/tree/testing --debug
ou
sudo yunohost app upgrade duniter -u https://github.com/YunoHost-Apps/duniter_ynh/tree/testing --debug
```
2022-08-17 20:54:41 +02:00
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>