1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zerobin_ynh.git synced 2024-09-03 18:06:01 +02:00
PrivateBin package for YunoHost
Find a file
Moul da0ede6bc8 [enh] update readme:
- code syntax with 'bash'
- break line between french and english parts
- ZeroBin –> PrivateBin
- typos
2017-07-11 09:25:11 +02:00
conf [fix] Delete lines for php5-fpm config restore 2017-06-03 16:37:08 +02:00
scripts [fix] Delete lines for php5-fpm config restore 2017-06-03 16:37:08 +02:00
.gitignore add gtignore 2013-12-24 18:44:34 +01:00
check_process Fix is_public value 2017-06-02 20:00:35 +02:00
LICENSE Update to PrivateBin 1.1 + code refactoring 2017-04-16 17:22:30 +02:00
manifest.json [fix] is_public boolean && add nginx configuration helper 2017-05-20 19:40:39 +02:00
README.md [enh] update readme: 2017-07-11 09:25:11 +02:00

PrivateBin package for YunoHost

Install PrivateBin with YunoHost

PrivateBin cest quoi ?

PrivateBin est un pastebin en ligne open source minimaliste où le serveur n'a aucune connaissance des données collées.

Les données sont chiffrées / déchiffrées dans le navigateur à l'aide de 256bit AES en mode Galois Counter.

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

Installation

$ sudo yunohost app install zerobin

Mise à jour

$ sudo yunohost app upgrade --verbose zerobin -u https://github.com/YunoHost-Apps/zerobin_ynh.git

Recommandation

Dans la documentation de mise à jour de Parsebin, il est précisé que :

Pour une compatibilité totale avec ZeroBin et pour pouvoir décrypter les anciennes données, vous autoriseriez cette option. Cependant, cela n'est pas recommandé pour les nouvelles installations car cela affaiblit la sécurité de votre instance 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.

Data is encrypted/decrypted in the browser using 256bit AES in Galois Counter mode.

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.

Source: privatebin.info

Install

$ sudo yunohost app install zerobin

Update

$ sudo yunohost app upgrade --verbose zerobin -u https://github.com/YunoHost-Apps/zerobin_ynh.git

Recommandation

In the update documentation 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.

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.