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:
parent
dedd8c2257
commit
da0ede6bc8
1 changed files with 20 additions and 14 deletions
32
README.md
32
README.md
|
@ -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 c’est 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,16 +43,18 @@ 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
|
||||
|
||||
In the [update documentation] (https://github.com/PrivateBin/PrivateBin/wiki/Configuration#zerobincompatibility) of Parsebin, it is specified that:
|
||||
In the [update documentation](https://github.com/PrivateBin/PrivateBin/wiki/Configuration#zerobincompatibility) of Parsebin, it is specified that:
|
||||
|
||||
For full compatibility with ZeroBin and to be able to decrypt old pastes, you would enable this option. However this is not recommend for new installations as it weakens the security of your PrivateBin instance.
|
||||
|
||||
|
|
Loading…
Reference in a new issue