2020-11-05 22:30:55 +01:00
# Encryptic for YunoHost
2020-11-05 22:42:06 +01:00
[![Integration level ](https://dash.yunohost.org/integration/encryptic.svg )](https://dash.yunohost.org/appci/app/encryptic) ![](https://ci-apps.yunohost.org/ci/badges/encryptic.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/encryptic.maintain.svg)
[![Install Encryptic with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=encryptic)
2020-11-05 22:30:55 +01:00
2020-11-05 23:22:25 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2020-11-05 22:30:55 +01:00
2020-11-05 23:22:25 +01:00
> *This package allows you to install Encryptic 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.*
2020-11-05 22:30:55 +01:00
## Overview
Encryptic is an anonymous system, encrypted and without registration required, it is accessible via a web browser (without software installation).
The data is private because it is stored by default on your machine (InnoDB and localstorage), it is a setting in the settings that will allow you to synchronize it via the cloud on your various devices.
2020-11-05 22:42:06 +01:00
**Shipped version:** 0.1.0
2020-11-05 22:30:55 +01:00
## Screenshots
2020-11-05 22:47:40 +01:00
![](sources/encryptic.png)
2020-11-05 22:30:55 +01:00
## Demo
* [Official demo ](https://app.encryptic.org/ )
## Configuration
2020-11-05 23:41:56 +01:00
* How to configure this app: From an admin panel.
2020-11-05 22:30:55 +01:00
## Documentation
* Official documentation: https://github.com/encryptic-team/encryptic/wiki
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
## YunoHost specific features
#### Multi-user support
* Are LDAP and HTTP auth supported? **No**
* Can the app be used by multiple users? **Yes**
#### Supported architectures
2020-11-05 22:42:06 +01:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/encryptic%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/encryptic/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/encryptic%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/encryptic/)
2020-11-05 22:30:55 +01:00
## Limitations
* Any known limitations.
## Additional information
* Other info you would like to add about this app.
## Links
2020-11-05 22:42:06 +01:00
* Report a bug: https://github.com/YunoHost-Apps/encryptic_ynh/issues
2020-11-05 22:30:55 +01:00
* App website: https://encryptic.org/
2020-11-05 22:42:06 +01:00
* Upstream app repository: https://github.com/encryptic-team/encryptic
2020-11-05 22:30:55 +01:00
* YunoHost website: https://yunohost.org/
---
## Developer info
2020-11-05 22:42:06 +01:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/encryptic_ynh/tree/testing ).
2020-11-05 22:30:55 +01:00
To try the testing branch, please proceed like that.
```
2020-11-05 22:42:06 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/encryptic_ynh/tree/testing --debug
2020-11-05 22:30:55 +01:00
or
2020-11-05 22:42:06 +01:00
sudo yunohost app upgrade encryptic -u https://github.com/YunoHost-Apps/encryptic_ynh/tree/testing --debug
2020-11-05 22:30:55 +01:00
```