mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
67e49bfb1e
Requires YnH v4.1 which implements this new permission system Use ynh_permission_create helper Set Duniter admin interface accessible to the selected admin BMA is set as accessible to visitors by default Remove / −> /webui redirection, since this change adds a tile to the admin Remove deprecated permission system settings Re-enable the web admin since it is protected again Rename f() name
32 lines
1.2 KiB
Markdown
32 lines
1.2 KiB
Markdown
# Duniter package for YunoHost
|
||
- [Duniter project](https://duniter.org)
|
||
- [YunoHost project](https://yunohost.org)
|
||
|
||
## Requirements
|
||
- Debian Buster
|
||
- YunoHost ≥ v4.1
|
||
- `x64` or `armlv7` architecture
|
||
- 200Mo free RAM
|
||
- A dedicated domain name to install the app on root path. For instance, `duniter.domain.tld`.
|
||
- A YunoHost user which will have access the web admin.
|
||
|
||
## Install and upgrade
|
||
You shall add the application community list into your instance in order to install it and benefit from upgrades:
|
||
```bash
|
||
sudo yunohost app fetchlist -n community -u https://app.yunohost.org/community.json
|
||
sudo yunohost app install duniter
|
||
sudo yunohost app upgrade duniter
|
||
```
|
||
Be carefull when installing applications from the community list.
|
||
|
||
## Configurations
|
||
- In order to compute blocks you will have to set your member credentials with `duniter wizard key` or from the webadmin.
|
||
- The BMA API is accessible from `https://duniter.domain.tld/` if enabled.
|
||
|
||
## Cesium
|
||
Cesium is a wallet webapp. You can install it with:
|
||
- [With the YunoHost app](https://github.com/YunoHost-Apps/cesium_ynh)
|
||
<!--- With a Duniter plugin: `duniter plug git+https://github.com/duniter/duniter-ui-cesium.git`-->
|
||
|
||
## License
|
||
This package and the Duniter software are under GNU AGPL v.3.
|