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
88f312a755
commit
7e5b5f5b69
2 changed files with 23 additions and 15 deletions
|
@ -6,6 +6,7 @@ It shall NOT be edited by hand.
|
|||
# Zerobin for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/zerobin)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=zerobin)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -22,8 +23,7 @@ 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.3.5~ynh3
|
||||
|
||||
**Shipped version:** 1.5.2~ynh1
|
||||
|
||||
**Demo:** https://privatebin.net/
|
||||
|
||||
|
@ -41,6 +41,10 @@ For full compatibility with ZeroBin and to be able to decrypt old pastes, you wo
|
|||
|
||||
This means that we have decided to delete the directory that allows us to save the data. You can save the 'data' directory, if you want to keep your data. But you should know that this weakens the security of this application.
|
||||
|
||||
## :red_circle: Antifeatures
|
||||
|
||||
- **Replaced by another app**: Was replaced by another app. Please refer to the README.
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://privatebin.info/>
|
||||
|
|
28
README_fr.md
28
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Zerobin pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/zerobin)  
|
||||
[](https://dash.yunohost.org/appci/app/zerobin)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=zerobin)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Zerobin 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.*
|
||||
> *Ce package vous permet d’installer Zerobin 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
|
||||
## Vue d’ensemble
|
||||
|
||||
PrivateBin est un logiciel libre, minimaliste, qui joue le rôle de pastebin (coller-corbeille) où le serveur n'a aucune connaissance des données qu'il stocke.
|
||||
|
||||
|
@ -23,14 +24,13 @@ Ce projet est un fork de ZeroBin, développé à l'origine par Sébastien Sauvag
|
|||
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.3.5~ynh3
|
||||
|
||||
**Version incluse :** 1.5.2~ynh1
|
||||
|
||||
**Démo :** https://privatebin.net/
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -42,11 +42,15 @@ 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
|
||||
|
||||
- **Replaced by another app**: Was replaced by another app. Please refer to the 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>
|
||||
* 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>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/zerobin_ynh/issues>
|
||||
|
||||
|
@ -62,4 +66,4 @@ 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