2021-09-22 18:35:47 +02:00
<!--
2024-03-19 23:13:39 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2021-09-22 18:35:47 +02:00
It shall NOT be edited by hand.
-->
# Zerobin for YunoHost
2016-08-10 15:43:35 +02:00
2023-10-31 15:42:42 +01:00
[![Integration level ](https://dash.yunohost.org/integration/zerobin.svg )](https://dash.yunohost.org/appci/app/zerobin) ![Working status ](https://ci-apps.yunohost.org/ci/badges/zerobin.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/zerobin.maintain.svg )
2021-09-22 18:35:47 +02:00
[![Install Zerobin with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=zerobin)
2017-07-09 18:10:13 +02:00
2020-04-14 23:13:34 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2021-09-22 18:35:47 +02:00
> *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.*
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
2024-03-19 23:13:39 +01:00
**Shipped version:** 1.7.1~ynh1
2017-04-17 00:13:04 +02:00
2024-03-19 23:13:39 +01:00
**Demo:** < https: / / privatebin . net / >
2017-07-11 09:21:23 +02:00
2021-09-22 18:35:47 +02:00
## Screenshots
2017-04-17 00:13:04 +02:00
2022-09-12 21:26:46 +02:00
![Screenshot of Zerobin ](./doc/screenshots/screenshot.png )
2017-04-17 00:13:04 +02:00
2021-09-22 18:35:47 +02:00
## Disclaimers / important information
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
2022-09-12 21:26:46 +02:00
In the [update documentation ](https://github.com/PrivateBin/PrivateBin/wiki/Configuration#zerobincompatibility ) of PrivateBin, 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.
2017-07-11 09:21:23 +02:00
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
2023-10-31 15:42:42 +01:00
## :red_circle: Antifeatures
- **Replaced by another app**: Was replaced by another app. Please refer to the README.
2021-09-22 18:35:47 +02:00
## Documentation and resources
2019-05-03 20:04:21 +02:00
2024-03-19 23:13:39 +01:00
- 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 Store: < https: // apps . yunohost . org / app / zerobin >
- Report a bug: < https: // github . com / YunoHost-Apps / zerobin_ynh / issues >
2019-05-03 20:04:21 +02:00
2021-09-22 18:35:47 +02:00
## Developer info
2019-05-03 20:04:21 +02:00
2021-09-22 18:35:47 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing ).
2019-05-03 20:04:21 +02:00
To try the testing branch, please proceed like that.
2022-09-12 21:26:46 +02:00
2024-03-19 23:13:39 +01:00
```bash
2019-05-03 20:04:21 +02:00
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
```
2021-09-22 18:35:47 +02:00
2022-09-12 21:26:46 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >