1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zerobin_ynh.git synced 2024-09-03 18:06:01 +02:00
This commit is contained in:
ericgaspar 2021-09-22 18:35:41 +02:00
parent 47aa4ca43a
commit 35f81612e1
No known key found for this signature in database
GPG key ID: 574F281483054D44
7 changed files with 34 additions and 5 deletions

View file

@ -1,7 +1,6 @@
SOURCE_URL=https://github.com/PrivateBin/PrivateBin/archive/1.3.4.tar.gz
SOURCE_SUM=0dad8976d823a01de8affb4136bd205f2e5ae418c01e560a0d84f94da7a78749
SOURCE_URL=https://github.com/PrivateBin/PrivateBin/archive/1.3.5.tar.gz
SOURCE_SUM=cbee0a8c5ef58ae98cd77982619190356f657e8bbc9e3f429307c65a411bfb80
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=
SOURCE_EXTRACT=true

5
doc/DESCRIPTION.md Normal file
View file

@ -0,0 +1,5 @@
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.

6
doc/DESCRIPTION_fr.md Normal file
View file

@ -0,0 +1,6 @@
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.
Les données sont chiffrées et déchiffrées dans le navigateur en utilisant la technologie AES 256bits en mode Galois Counter (GCM).
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.

7
doc/DISCLAIMER.md Normal file
View file

@ -0,0 +1,7 @@
## Additional information
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.
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.

5
doc/DISCLAIMER_fr.md Normal file
View file

@ -0,0 +1,5 @@
## Informations additionnelles
Dans la [documentation de mise à jour](https://github.com/PrivateBin/PrivateBin/wiki/Configuration#zerobincompatibility) de Privatebin, il est précisé que :
* Pour une compatibilité complète avec Zerobin et le déchiffrement de tous les vieux "paste", vous devriez activer cette option. Cependant, ce n'est pas recommandé pour les nouvelles installations car cela affaiblit la sécurité de votre instance PrivateBin.
* 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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View file

@ -6,8 +6,15 @@
"en": "Minimalist pastebin where the server has zero knowledge of pasted data",
"fr": "Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées"
},
"version": "1.3.4~ynh2",
"url": "https://github.com/PrivateBin/PrivateBin",
"version": "1.3.5~ynh1",
"url": "https://privatebin.info/",
"upstream": {
"license": "Zlib",
"website": "https://privatebin.info/",
"demo": "https://privatebin.net/",
"admindoc": "https://github.com/PrivateBin/PrivateBin/wiki",
"code": "https://github.com/PrivateBin/PrivateBin"
},
"license": "Zlib",
"maintainer": {
"name": "julien",