2021-11-25 19:38:32 +01: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.
-->
# Duniter for YunoHost
[![Integration level ](https://dash.yunohost.org/integration/duniter.svg )](https://dash.yunohost.org/appci/app/duniter) ![](https://ci-apps.yunohost.org/ci/badges/duniter.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/duniter.maintain.svg)
[![Install Duniter with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=duniter)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Duniter quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
Crypto-currency software to operate Ğ1 libre currency
2022-05-02 19:23:12 +02:00
**Shipped version:** 1.8.2~ynh1
2021-11-25 19:38:32 +01:00
2021-12-13 17:41:11 +01:00
2021-11-25 19:38:32 +01:00
## Screenshots
![](./doc/screenshots/duniter_admin_g1.png)
2022-03-12 16:56:04 +01:00
## Disclaimers / important information
## Configurations
2022-05-02 19:23:08 +02:00
- In order to compute blocks you will have to set your member credentials with `sudo su - duniter -c "duniter wizard key"` or from the webadmin.
2022-05-02 19:23:10 +02:00
- 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:
2022-05-02 19:23:08 +02:00
`sudo su - duniter -c "duniter 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 )
2022-05-02 19:23:08 +02:00
2021-11-25 19:38:32 +01:00
## Documentation and resources
* Official app website: https://duniter.org
* Upstream app code repository: https://git.duniter.org/nodes/typescript/duniter
* YunoHost documentation for this app: https://yunohost.org/app_duniter
* Report a bug: https://github.com/YunoHost-Apps/duniter_ynh/issues
## Developer info
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/duniter_ynh/tree/testing ).
To try the testing branch, please proceed like that.
2017-02-21 12:44:26 +01:00
```
2021-11-25 19:38:32 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/duniter_ynh/tree/testing --debug
or
sudo yunohost app upgrade duniter -u https://github.com/YunoHost-Apps/duniter_ynh/tree/testing --debug
```
2022-05-02 19:23:20 +02:00
**More info regarding app packaging:** https://yunohost.org/packaging_apps