https://github.com/yunohost-apps/zerobin_ynh
PrivateBin package for YunoHost
https://github.com/yunohost-apps/zerobin_ynh
pastebin pastebin-service yunohost yunohost-apps zerobin
Last synced: over 1 year ago
JSON representation
PrivateBin package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/zerobin_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2013-12-24T12:38:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T11:26:43.000Z (almost 2 years ago)
- Last Synced: 2024-09-08T13:09:08.550Z (almost 2 years ago)
- Topics: pastebin, pastebin-service, yunohost, yunohost-apps, zerobin
- Language: Shell
- Homepage: https://privatebin.info
- Size: 366 KB
- Stars: 11
- Watchers: 12
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zerobin for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/zerobin/)


[](https://install-app.yunohost.org/?app=zerobin)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Zerobin quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install 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.7.6~ynh1
**Demo:**
## Screenshots

## :red_circle: Antifeatures
- **Replaced by another app**: Was replaced by another app. Please refer to the README.
## Documentation and resources
- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:
## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
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
```
**More info regarding app packaging:**