2021-09-08 17:14:14 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2016-10-25 23:34:42 +02:00
# Haste for YunoHost
2016-10-25 00:00:01 +02:00
2022-08-16 12:10:04 +02:00
[![Integration level ](https://dash.yunohost.org/integration/haste.svg )](https://dash.yunohost.org/appci/app/haste) ![Working status ](https://ci-apps.yunohost.org/ci/badges/haste.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/haste.maintain.svg )
2021-02-01 23:18:17 +01:00
[![Install Haste with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=haste)
2016-10-25 00:00:01 +02:00
2020-07-25 23:14:14 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2016-10-26 23:35:42 +02:00
2021-09-08 17:14:14 +02:00
> *This package allows you to install Haste quickly and simply on a YunoHost server.
2020-07-25 23:14:14 +02:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
2016-10-25 00:00:01 +02:00
2020-07-25 23:14:14 +02:00
## Overview
2021-09-08 17:14:14 +02:00
Haste is an open-source pastebin software written in node.js, which is easily installable in any network. YunoHost Project uses Haste as pastebin for log sharing: [paste.yunohost.org ](https://paste.yunohost.org/ )
2020-07-25 23:14:14 +02:00
2022-10-16 14:09:33 +02:00
**Shipped version:** 0.1.0~ynh13
2020-07-25 23:14:14 +02:00
2021-09-08 17:14:14 +02:00
**Demo:** http://hastebin.com/
2020-07-25 23:14:14 +02:00
2021-09-08 17:14:14 +02:00
## Screenshots
2020-07-25 23:14:14 +02:00
2022-08-16 12:10:04 +02:00
![Screenshot of Haste ](./doc/screenshots/screenshot.png )
2020-07-25 23:14:14 +02:00
2021-09-08 17:14:14 +02:00
## Disclaimers / important information
2020-07-25 23:14:14 +02:00
#### Multi-user support
2016-10-26 23:35:42 +02:00
2020-07-25 23:14:14 +02:00
* Are LDAP and HTTP auth supported? **No**
* Can the app be used by multiple users? **Yes**
2016-10-26 23:35:42 +02:00
2020-07-25 23:14:14 +02:00
## `haste` command
This Haste package for Yunohost includes the [`haste` command ](https://github.com/diethnis/standalones/blob/master/hastebin.sh ), allowing you to share content from terminal:
2016-10-26 23:35:42 +02:00
2016-10-26 23:49:57 +02:00
```bash
2020-07-25 23:14:14 +02:00
cat something | haste
2016-10-26 23:35:42 +02:00
https://haste.example.com/zuyejeduzu
```
2020-07-25 23:14:14 +02:00
The [Haste-client ](https://github.com/seejohnrun/haste-client ) is a simple client for uploading data to you Haste server.
2016-10-26 23:35:42 +02:00
2021-09-08 17:14:14 +02:00
## Documentation and resources
2016-10-25 00:00:01 +02:00
2022-08-16 12:10:04 +02:00
* Official app website: < http: // hastebin . com />
* Official user documentation: < https: // hastebin . com / about . md >
* Upstream app code repository: < https: // github . com / seejohnrun / haste-server >
* YunoHost documentation for this app: < https: // yunohost . org / app_haste >
* Report a bug: < https: // github . com / YunoHost-Apps / haste_ynh / issues >
2016-10-25 00:00:01 +02:00
2020-07-25 23:14:14 +02:00
## Developer info
2016-10-25 00:00:01 +02:00
2020-07-25 23:14:14 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/haste_ynh/tree/testing ).
2016-10-25 00:00:01 +02:00
2020-07-25 23:14:14 +02:00
To try the testing branch, please proceed like that.
2022-08-16 12:10:04 +02:00
``` bash
2020-07-25 23:14:14 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/haste_ynh/tree/testing --debug
or
sudo yunohost app upgrade haste -u https://github.com/YunoHost-Apps/haste_ynh/tree/testing --debug
```
2021-09-08 17:14:14 +02:00
2022-08-16 12:10:04 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >