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
2023-04-03 16:58: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
2023-12-10 11:16:54 +01:00
**Shipped version:** 0.1.2023.09.21~ynh2
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
## 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 >
2023-10-31 15:14:35 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / haste >
2022-08-16 12:10:04 +02:00
* 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 >