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
2023-07-09 09:48:16 +02:00
.github Version 2 (#21) 2023-04-18 09:37:51 +02:00
conf Version 2 (#21) 2023-04-18 09:37:51 +02:00
doc cleaning 2023-07-09 09:48:16 +02:00
scripts cleaning 2023-07-09 09:39:12 +02:00
.gitignore add gtignore 2013-12-24 18:44:34 +01:00
config_panel.toml Php (#18) 2022-12-24 21:17:33 +01:00
LICENSE Update to PrivateBin 1.1 + code refactoring 2017-04-16 17:22:30 +02:00
manifest.toml cleaning 2023-07-09 09:48:16 +02:00
README.md Auto-update README 2023-04-18 07:38:27 +00:00
README_fr.md Auto-update README 2023-04-18 07:38:27 +00:00
tests.toml Version 2 (#21) 2023-04-18 09:37:51 +02:00

PrivateBin for YunoHost

Integration level Working status Maintenance status

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

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.5.1~ynh2

Demo: https://privatebin.net/

Screenshots

Screenshot of PrivateBin

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