1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zerobin_ynh.git synced 2024-09-03 18:06:01 +02:00
zerobin_ynh/README.md

77 lines
3.4 KiB
Markdown
Raw Normal View History

2019-05-03 20:04:21 +02:00
# PrivateBin for YunoHost
2016-08-10 15:43:35 +02:00
2020-03-29 13:53:40 +02:00
[![Integration level](https://dash.yunohost.org/integration/zerobin.svg)](https://dash.yunohost.org/appci/app/zerobin) ![](https://ci-apps.yunohost.org/ci/badges/zerobin.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/zerobin.maintain.svg)
2017-07-10 19:55:24 +02:00
[![Install PrivateBin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=zerobin)
*[Lire ce readme en français.](./README_fr.md)*
2019-05-03 20:04:21 +02:00
> *This package allow you to install PrivateBin quickly and simply on a YunoHost server.
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
## Overview
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
Data is encrypted/decrypted in the browser using 256bit AES in Galois Counter mode.
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
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.
2017-04-17 00:13:04 +02:00
2020-04-14 17:47:06 +02:00
**Shipped version:** 1.3.4
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
## Screenshots
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
![](https://privatebin.info/img/1.0/bootstrap.png)
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
## Demo
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
* [YunoHost demo](https://demo.yunohost.org/zerobin/)
* [Official demo](https://privatebin.net/)
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
## Configuration
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
## Documentation
2019-05-03 20:04:21 +02:00
* Official documentation: https://github.com/PrivateBin/PrivateBin/wiki
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
## YunoHost specific features
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
#### Multi-users support
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
#### Supported architectures
2017-04-17 00:13:04 +02:00
2019-05-20 18:58:01 +02:00
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/zerobin%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/zerobin/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/zerobin%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/zerobin/)
* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/zerobin%20%28Apps%29.svg)](https://ci-stretch.nohost.me/ci/apps/zerobin/)
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
## Limitations
2017-04-17 00:13:04 +02:00
2019-05-03 20:04:21 +02:00
## Additional information
2017-04-17 00:13:04 +02:00
In the [update documentation](https://github.com/PrivateBin/PrivateBin/wiki/Configuration#zerobincompatibility) of Parsebin, it is specified that:
2017-04-17 00:13:04 +02:00
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.
2019-05-03 20:04:21 +02:00
## Links
* Report a bug: https://github.com/YunoHost-Apps/zerobin_ynh/issues
* PrivateBin website: https://privatebin.info/
2019-05-20 18:58:01 +02:00
* PrivateBin repository: https://github.com/PrivateBin/PrivateBin
2019-05-03 20:04:21 +02:00
* YunoHost website: https://yunohost.org/
---
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](https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing).
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
```