mirror of
https://github.com/YunoHost-Apps/zerobin_ynh.git
synced 2024-09-03 18:06:01 +02:00
Auto-update README
This commit is contained in:
parent
2931779af7
commit
c0ba8b96ea
2 changed files with 21 additions and 24 deletions
19
README.md
19
README.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -22,10 +22,9 @@ Data is encrypted/decrypted in the browser using 256bit AES in Galois Counter mo
|
|||
|
||||
This is a fork of ZeroBin, originally developed by Sébastien Sauvage. It was refactored to allow easier and cleaner extensions and has now much more features than the original. It is however still fully compatible to the original ZeroBin 0.19 data storage scheme. Therefore such installations can be upgraded to this fork without loosing any data.
|
||||
|
||||
**Shipped version:** 1.7.1~ynh1
|
||||
|
||||
**Shipped version:** 1.3.5~ynh3
|
||||
|
||||
**Demo:** https://privatebin.net/
|
||||
**Demo:** <https://privatebin.net/>
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -47,11 +46,11 @@ This means that we have decided to delete the directory that allows us to save t
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://privatebin.info/>
|
||||
* Official admin documentation: <https://github.com/PrivateBin/PrivateBin/wiki>
|
||||
* Upstream app code repository: <https://github.com/PrivateBin/PrivateBin>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/zerobin>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/zerobin_ynh/issues>
|
||||
- Official app website: <https://privatebin.info/>
|
||||
- Official admin documentation: <https://github.com/PrivateBin/PrivateBin/wiki>
|
||||
- Upstream app code repository: <https://github.com/PrivateBin/PrivateBin>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/zerobin>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/zerobin_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -59,7 +58,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
|||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade zerobin -u https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing --debug
|
||||
|
|
26
README_fr.md
26
README_fr.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -23,10 +23,9 @@ Les données sont chiffrées et déchiffrées dans le navigateur en utilisant la
|
|||
Ce projet est un fork de ZeroBin, développé à l'origine par Sébastien Sauvage. Il a été ré-écrit pour accepter plus facilement des extensions en rajoutant plus de fonctionnalités.
|
||||
Il reste cependant compatible avec le schéma original de stockage des données Zerobin 0.19. Ainsi toutes les installations peuvent être mises à jour vers ce projet, sans perte de données.
|
||||
|
||||
**Version incluse :** 1.7.1~ynh1
|
||||
|
||||
**Version incluse :** 1.3.5~ynh3
|
||||
|
||||
**Démo :** https://privatebin.net/
|
||||
**Démo :** <https://privatebin.net/>
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -42,18 +41,17 @@ Pour une compatibilité complète avec Zerobin et le déchiffrement de tous les
|
|||
|
||||
Ceci signifie que nous avons décidé de supprimer ce répertoire pour permettre la sécurisation des données. Vous pouvez sauvegarder le répertoire 'data', si vous voulez conservez vos données. Mais vous devriez savoir que cela réduit la sécurité de votre application.
|
||||
|
||||
## :red_circle: Fonctions indésirables
|
||||
## :red_circle: Anti-fonctionnalités
|
||||
|
||||
- **Replaced by another app**: Was replaced by another app. Please refer to the README.
|
||||
- **Remplacé par une autre application** : A été remplacé par une autre application. Se référer au fichier README.
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://privatebin.info/>
|
||||
* Documentation officielle de l’admin : <https://github.com/PrivateBin/PrivateBin/wiki>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/PrivateBin/PrivateBin>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_zerobin>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/zerobin>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/zerobin_ynh/issues>
|
||||
- Site officiel de l’app : <https://privatebin.info/>
|
||||
- Documentation officielle de l’admin : <https://github.com/PrivateBin/PrivateBin/wiki>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/PrivateBin/PrivateBin>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/zerobin>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/zerobin_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -61,10 +59,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade zerobin -u https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
Loading…
Add table
Reference in a new issue