mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
29 lines
649 B
Markdown
29 lines
649 B
Markdown
# uCoin package for YunoHost
|
||
|
||
* [uCoin project](http://ucoin.io)
|
||
* [YunoHost project](https://yunohost.org/#/)
|
||
* Should works on Debian Jessie 64 bits, 32 bits and ARM
|
||
|
||
|
||
## Package state
|
||
The package is **in progress**.
|
||
Currently, it:
|
||
|
||
* Install uCoin and it's dependencies: node, npm
|
||
* Synchronize
|
||
* Configure
|
||
* Start
|
||
|
||
Extra features:
|
||
|
||
* Proxy_pass to access to request though the path instead through the port cause it failed.
|
||
* uCoin logs are displayed on the YunoHost admin interface
|
||
|
||
## Install
|
||
|
||
```bash
|
||
sudo yunohost app install https://github.com/ucoin-io/ucoin_ynh
|
||
```
|
||
|
||
## License
|
||
This package and the uCoin software are under GNU GPL v.3.
|