2016-06-13 22:03:33 +02:00
|
|
|
# Cesium package for YunoHost
|
|
|
|
|
2020-06-15 01:58:37 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/cesium.svg)](https://dash.yunohost.org/appci/app/cesium) ![](https://ci-apps.yunohost.org/ci/badges/cesium.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/cesium.maintain.svg)
|
2021-03-15 22:17:26 +01:00
|
|
|
[![Install Cesium with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cesium)
|
2019-06-10 15:39:49 +02:00
|
|
|
|
2020-06-15 01:58:37 +02:00
|
|
|
> *This package allows you to install Cesium 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.*
|
2019-06-10 15:39:49 +02:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
[Cesium](https://cesium.app) is an [Unhosted webapp](https://unhosted.org) client for any [Duniter](https://duniter.org) crypto-currency.
|
2021-03-15 22:17:26 +01:00
|
|
|
It allows you to manage your wallet, certify your friends, and more!
|
2019-06-10 15:39:49 +02:00
|
|
|
|
2021-03-28 16:58:00 +02:00
|
|
|
**Shipped version:** v1.6.12
|
2019-06-10 15:39:49 +02:00
|
|
|
|
2020-06-15 01:58:37 +02:00
|
|
|
## YunoHost specific features
|
|
|
|
|
|
|
|
#### Supported architectures
|
|
|
|
|
|
|
|
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/cesium%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/cesium/)
|
|
|
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/cesium%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/cesium/)
|
|
|
|
|
2019-06-10 15:39:49 +02:00
|
|
|
## Links
|
|
|
|
|
2020-06-15 01:58:37 +02:00
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/cesium_ynh/issues
|
|
|
|
* App website: https://duniter.org
|
|
|
|
* Upstream app repository: https://github.com/duniter/cesium
|
|
|
|
* YunoHost website: https://yunohost.org/
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2021-03-15 22:17:26 +01:00
|
|
|
## Developer info
|
2019-06-10 15:39:49 +02:00
|
|
|
|
2020-06-15 01:58:37 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/cesium_ynh/tree/testing).
|
2019-06-10 15:39:49 +02:00
|
|
|
|
2020-06-15 01:58:37 +02:00
|
|
|
To try the testing branch, please proceed like that.
|
|
|
|
```
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/cesium_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade cesium -u https://github.com/YunoHost-Apps/cesium_ynh/tree/testing --debug
|
|
|
|
```
|