1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/privatebin_ynh.git synced 2024-09-03 20:15:56 +02:00
PrivateBin package for YunoHost
Find a file
Éric Gaspar ca739e6d16
Testing (#11)
* Allow pastes to be seen in private

* upgrade to PHP7.3

* Update README_fr.md

* Small fixes

* Typo

* ZeroBin -> PrivateBin

* Small typos

* rename common.sh

* Typo

* Fix linter warnings

* Fix linter warnings

* Update README_fr.md

* Update backup

* Update manifest.json

* Update manifest.json

* Set badge in SVG

* Set badge to SVG

* Enh testing (#3)

* New permissions
* Update check_process

* Update change_url

* Update change_url

* Update manifest.json

* Upgrade to version 1.3.5

* Fix links

* [autopatch] Update issue and PR templates (#8)

Co-authored-by: Yunohost-Bot <>

* Add templates

* Update check_process

* cleaning up

* Add templates

* Auto-update README

* Update DISCLAIMER_fr.md

* Auto-update README

* cleaning up

* Auto-update README

* 4.3

* Update restore

* 1.4.0 (#10)

* 1.4.0

* Auto-update README

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

Co-authored-by: maniack <maniack@maniack-fixe>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: Yunohost-Bot <>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-04-09 19:01:56 +02:00
.github Testing (#9) 2021-10-03 19:31:17 +02:00
conf Testing (#11) 2022-04-09 19:01:56 +02:00
doc Testing (#9) 2021-10-03 19:31:17 +02:00
scripts Testing (#11) 2022-04-09 19:01:56 +02:00
.gitignore add gtignore 2013-12-24 18:44:34 +01:00
check_process Testing (#9) 2021-10-03 19:31:17 +02:00
LICENSE Update to PrivateBin 1.1 + code refactoring 2017-04-16 17:22:30 +02:00
manifest.json Testing (#11) 2022-04-09 19:01:56 +02:00
README.md Testing (#11) 2022-04-09 19:01:56 +02:00
README_fr.md Testing (#11) 2022-04-09 19:01:56 +02:00

PrivateBin for YunoHost

Integration level
Install PrivateBin with YunoHost

Lire ce readme en français.

This package allows you to install PrivateBin quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Minimalist pastebin where the server has zero knowledge of pasted data

Shipped version: 1.4.0~ynh1

Demo: https://privatebin.net/

Screenshots

Disclaimers / important information

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 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.

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing --debug
or
sudo yunohost app upgrade privatebin -u https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps