mirror of
https://github.com/YunoHost-Apps/encryptic_ynh.git
synced 2024-09-03 18:26:30 +02:00
55 lines
No EOL
2.5 KiB
Markdown
55 lines
No EOL
2.5 KiB
Markdown
# Encryptic pour YunoHost
|
||
|
||
[![Niveau d'intégration](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)
|
||
[![Installer Encryptic avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=encryptic)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
*[Lire ce readme en français.](./README_fr.md)*
|
||
|
||
> *Ce package vous permet d'installer Encryptic rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||
|
||
## Vue d'ensemble
|
||
|
||
Encryptic (fork of Laverna) 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.
|
||
|
||
### Features
|
||
|
||
- Markdown editor based on Pagedown
|
||
- Synchronization with cloud storage via Dropbox or RemoteStorage
|
||
- Multiple editing modes: normal, preview, and distraction free
|
||
- Offline access to your notes
|
||
- WYSIWYG control buttons
|
||
- Syntax highlighting, MathJax support
|
||
- Robust keyboard shortcuts
|
||
|
||
|
||
**Version incluse :** 0.1.0~ynh3
|
||
|
||
**Démo :** https://app.encryptic.org/
|
||
|
||
## Captures d'écran
|
||
|
||
![](./doc/screenshots/encryptic.png)
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : https://www.encryptic.org/
|
||
* Documentation officielle de l'admin : https://github.com/encryptic-team/encryptic/wiki
|
||
* Dépôt de code officiel de l'app : https://github.com/encryptic-team/encryptic
|
||
* Documentation YunoHost pour cette app : https://yunohost.org/app_encryptic
|
||
* Signaler un bug : https://github.com/YunoHost-Apps/encryptic_ynh/issues
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/encryptic_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
```
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/encryptic_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade encryptic -u https://github.com/YunoHost-Apps/encryptic_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps |