mirror of
https://github.com/YunoHost-Apps/privatebin_ynh.git
synced 2024-09-03 20:15:56 +02:00
Add templates
This commit is contained in:
parent
52b7e5b681
commit
2974c35912
4 changed files with 26 additions and 0 deletions
11
doc/DISCLAIMER.md
Executable file
11
doc/DISCLAIMER.md
Executable file
|
@ -0,0 +1,11 @@
|
|||
## Additional information
|
||||
|
||||
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.
|
||||
|
||||
In the [update documentation](https://github.com/PrivateBin/PrivateBin/wiki/Configuration#zerobincompatibility) of ParsteBin, 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.
|
7
doc/DISCLAIMER_fr.md
Executable file
7
doc/DISCLAIMER_fr.md
Executable file
|
@ -0,0 +1,7 @@
|
|||
## 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.
|
BIN
doc/screenshots/bootstrap.png
Normal file
BIN
doc/screenshots/bootstrap.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
|
@ -8,6 +8,14 @@
|
|||
},
|
||||
"version": "1.3.5~ynh1",
|
||||
"url": "https://github.com/PrivateBin/PrivateBin",
|
||||
"upstream": {
|
||||
"license": "Zlib",
|
||||
"website": "https://privatebin.info/",
|
||||
"demo": "https://privatebin.net/",
|
||||
"admindoc": "https://github.com/PrivateBin/PrivateBin/wiki",
|
||||
"userdoc": "https://yunohost.org/en/app_privatebin",
|
||||
"code": "https://github.com/PrivateBin/PrivateBin"
|
||||
},
|
||||
"license": "Zlib",
|
||||
"maintainer": {
|
||||
"name": "julien",
|
||||
|
|
Loading…
Add table
Reference in a new issue