2024-11-07 04:17:09 -05:00
|
|
|
# chibisafe for YunoHost
|
2021-05-10 11:52:42 -04:00
|
|
|
|
2024-11-07 04:17:09 -05:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/chibisafe.svg)](https://dash.yunohost.org/appci/app/chibisafe) ![Working status](https://ci-apps.yunohost.org/ci/badges/chibisafe.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/chibisafe.maintain.svg)
|
|
|
|
[![Install chibisafe with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=chibisafe)
|
2018-06-28 16:05:35 -04:00
|
|
|
|
2021-05-10 11:52:42 -04:00
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2018-06-28 16:05:35 -04:00
|
|
|
|
2024-11-07 04:17:09 -05:00
|
|
|
> *This package allows you to install chibisafe quickly and simply on a YunoHost server.
|
2021-05-10 11:52:42 -04:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
2018-06-28 16:05:35 -04:00
|
|
|
|
2021-05-10 11:52:42 -04:00
|
|
|
## Overview
|
2018-06-28 16:05:35 -04:00
|
|
|
|
2024-11-07 04:17:09 -05:00
|
|
|
chibisafe is a beautiful and performant vault to save all your files in the cloud.
|
2018-06-28 16:05:35 -04:00
|
|
|
|
2022-06-06 13:45:13 -04:00
|
|
|
### Features
|
2018-06-28 16:05:35 -04:00
|
|
|
|
2024-11-15 18:24:30 -05:00
|
|
|
- will ;
|
2024-11-07 04:17:09 -05:00
|
|
|
- write ;
|
|
|
|
- these ;
|
2024-11-15 18:24:30 -05:00
|
|
|
- sometime ;
|
|
|
|
- soon ;
|
2018-06-28 16:05:35 -04:00
|
|
|
|
|
|
|
|
2024-11-07 04:27:03 -05:00
|
|
|
**Shipped version:** 6.4.2~ynh1
|
2018-06-28 16:05:35 -04:00
|
|
|
|
2024-11-07 04:17:09 -05:00
|
|
|
**Demo:** https://chibisafe.app/
|
2018-06-28 16:05:35 -04:00
|
|
|
|
2022-06-06 13:45:13 -04:00
|
|
|
## Screenshots
|
2018-06-28 16:05:35 -04:00
|
|
|
|
2024-11-15 18:24:30 -05:00
|
|
|
![Screenshot of chibisafe](./doc/screenshots/main.png)
|
2018-06-28 16:05:35 -04:00
|
|
|
|
2021-05-10 11:52:42 -04:00
|
|
|
## Documentation and resources
|
2018-06-28 16:05:35 -04:00
|
|
|
|
2024-11-07 04:17:09 -05:00
|
|
|
* Official app website: <https://chibisafe.app>
|
2022-06-06 13:45:13 -04:00
|
|
|
* Official user documentation: <https://yunohost.org/apps>
|
|
|
|
* Official admin documentation: <https://yunohost.org/packaging_apps>
|
2024-11-07 04:17:09 -05:00
|
|
|
* Upstream app code repository: <https://git.qilk.de/denis/chibisafe_ynh>
|
|
|
|
* YunoHost documentation for this app: <https://git.qilk.de/denis/chibisafe_ynh>
|
|
|
|
* Report a bug: <https://git.qilk.de/denis/chibisafe_ynh/issues>
|
2018-06-28 16:05:35 -04:00
|
|
|
|
2020-08-02 09:41:28 -04:00
|
|
|
## Developer info
|
2018-06-28 16:05:35 -04:00
|
|
|
|
2024-11-15 18:24:30 -05:00
|
|
|
Please send your pull request to the [master branch](https://git.qilk.de/denis/chibisafe_ynh).
|
2017-02-03 15:12:24 -05:00
|
|
|
|
2024-11-15 18:26:08 -05:00
|
|
|
To try the master branch, please proceed like this.
|
2022-06-06 13:45:13 -04:00
|
|
|
|
|
|
|
``` bash
|
2024-11-15 06:11:16 -05:00
|
|
|
sudo yunohost app install https://git.qilk.de/denis/chibisafe_ynh --debug
|
2018-06-28 16:05:35 -04:00
|
|
|
or
|
2024-11-15 06:11:16 -05:00
|
|
|
sudo yunohost app upgrade chibisafe -u https://git.qilk.de/denis/chibisafe_ynh --debug
|
2018-06-28 16:05:35 -04:00
|
|
|
```
|
2021-05-10 11:52:42 -04:00
|
|
|
|
2022-06-06 13:45:13 -04:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|