1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zerobin_ynh.git synced 2024-09-03 18:06:01 +02:00

[enh] update readme:

- code syntax with 'bash'
- break line between french and english parts
- ZeroBin –> PrivateBin
- typos
This commit is contained in:
Moul 2017-07-11 09:21:23 +02:00
parent dedd8c2257
commit da0ede6bc8

View file

@ -1,8 +1,8 @@
# Zerobin for Yunohost
# PrivateBin package for YunoHost
[![Install PrivateBin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=zerobin)
## Zerobin c'est quoi ?
## PrivateBin cest quoi ?
PrivateBin est un pastebin en ligne open source minimaliste où le serveur n'a aucune connaissance des données collées.
@ -10,17 +10,19 @@ Les données sont chiffrées / déchiffrées dans le navigateur à l'aide de 256
C'est un fork de ZeroBin, développée à l'origine par Sébastien Sauvage. Il a été recodé pour permettre des extensions plus faciles et plus propres et a maintenant beaucoup plus de fonctionnalités que l'original. Cependant, il est encore entièrement compatible avec le système de stockage de données original ZeroBin 0.19. Par conséquent, de telles installations peuvent être mises à niveau vers ce fork sans perdre de données.
Source: [privatebin.info](https://privatebin.info)
Source : [privatebin.info](https://privatebin.info)
### Installation
`$ sudo yunohost app install zerobin`
```bash
$ sudo yunohost app install zerobin
```
### Mise à jour
```bash
$ sudo yunohost app upgrade --verbose zerobin -u https://github.com/YunoHost-Apps/zerobin_ynh.git
```
`$ sudo yunohost app upgrade --verbose zerobin -u https://github.com/YunoHost-Apps/zerobin_ynh.git`
### Recommendation
### Recommandation
Dans la [documentation de mise à jour](https://github.com/PrivateBin/PrivateBin/wiki/Configuration#zerobincompatibility) de Parsebin, il est précisé que :
@ -28,6 +30,8 @@ Dans la [documentation de mise à jour](https://github.com/PrivateBin/PrivateBin
Ce qui veut dire que nous avons pris le parti de supprimer le répertoire qui permet de sauvegarder les données. Vous pouvez sauvegarder le répertoire 'data', si vous souhaitez concerver vos données. Mais vous devez savoir que celà affaibli la sécurité de cette application.
---
## What is PrivateBin?
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.
@ -39,12 +43,14 @@ This is a fork of ZeroBin, originally developed by Sébastien Sauvage. It was re
Source: [privatebin.info](https://privatebin.info)
### Install
`$ sudo yunohost app install zerobin`
```bash
$ sudo yunohost app install zerobin
```
### Update
`$ sudo yunohost app upgrade --verbose zerobin -u https://github.com/YunoHost-Apps/zerobin_ynh.git`
```bash
$ sudo yunohost app upgrade --verbose zerobin -u https://github.com/YunoHost-Apps/zerobin_ynh.git
```
### Recommandation