mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
2b091dc805
- Install: add check to install only on root path, comment sed line - Nginx conf: remove path choice sed - Manifest: set root path as default, add explaination. - Update upstream to 0.22.0a7 which handle proxy with https for webadmin - Update readme: add information about webadmin on root path and how to access api. -
30 lines
712 B
Markdown
30 lines
712 B
Markdown
# Duniter package for YunoHost
|
||
|
||
- [Duniter project](https://duniter.org)
|
||
- [YunoHost project](https://yunohost.org)
|
||
- Works on Debian Jessie 64 bits and ARM
|
||
- 200Mo free RAM is necessary
|
||
|
||
## Install
|
||
|
||
```bash
|
||
sudo yunohost app install https://github.com/duniter/duniter_ynh
|
||
```
|
||
|
||
## Package state
|
||
The package is **in progress**.
|
||
Currently, it:
|
||
|
||
- Install Duniter ≥ 0.22.0a7
|
||
- Configure
|
||
- Synchronize
|
||
- Start
|
||
|
||
Extra features:
|
||
|
||
- Graphical interface to manage the node.
|
||
- Path access on `https://duniter.domain.tld/api` to the node API and not through the port because it fail.
|
||
- Duniter logs are displayed on the YunoHost admin interface
|
||
|
||
## License
|
||
This package and the Duniter software are under GNU GPL v.3.
|