.github | ||
conf | ||
doc | ||
scripts | ||
.gitignore | ||
config_panel.toml | ||
LICENSE | ||
manifest.toml | ||
README.md | ||
README_fr.md | ||
tests.toml |
PrivateBin for YunoHost
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.2~ynh1
Demo: https://privatebin.net/
Screenshots
Documentation and resources
- Official app website: https://privatebin.info/
- Official admin documentation: https://github.com/PrivateBin/PrivateBin/wiki
- Upstream app code repository: https://github.com/PrivateBin/PrivateBin
- YunoHost documentation for this app: https://yunohost.org/app_privatebin
- Report a bug: https://github.com/YunoHost-Apps/privatebin_ynh/issues
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