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
2019-05-09 10:29:06 +02:00
conf Normalization from example_ynh 2019-05-03 20:04:21 +02:00
scripts ynh_die getops 2019-05-09 10:29:06 +02:00
.gitignore add gtignore 2013-12-24 18:44:34 +01:00
check_process Normalization from example_ynh 2019-05-03 20:04:21 +02:00
LICENSE Update to PrivateBin 1.1 + code refactoring 2017-04-16 17:22:30 +02:00
manifest.json Normalization from example_ynh 2019-05-03 20:04:21 +02:00
pull_request_template.md Move from ci-apps-dev to ci-apps-hq 2019-04-15 20:52:29 +02:00
README.md Normalization from example_ynh 2019-05-03 20:04:21 +02:00

PrivateBin for YunoHost

Integration level
Install PrivateBin with YunoHost

This package allow you to install PrivateBin quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

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.

Shipped version: 1.1.1

Screenshots

Demo

Configuration

Documentation

YunoHost specific features

Multi-users support

Supported architectures

  • x86-64b - Build Status
  • ARMv8-A - Build Status
  • Jessie x86-64b - Build Status

Limitations

Additional information

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.


Developers info

Only if you want to use a testing branch for coding, instead of merging directly into master. Please do 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/zerobin_ynh/tree/testing --debug
or
sudo yunohost app upgrade zerobin -u https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing --debug