1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00
Haste package for YunoHost
Find a file
2017-10-13 18:26:17 +02:00
conf Create app.src 2017-10-08 22:30:35 +02:00
scripts Update install 2017-10-13 18:24:39 +02:00
.gitignore first commit 2016-10-25 00:00:01 +02:00
check_process Update check_process 2017-10-13 18:26:17 +02:00
LICENSE first commit 2016-10-25 00:00:01 +02:00
manifest.json Add comments and improve texts 2016-10-26 23:35:42 +02:00
README.md Add yunohost forum thread 2016-10-26 23:49:57 +02:00

Haste for YunoHost

Haste is an open-source pastebin software written in node.js.

Haste Github repository

A publicly available version can be found at http://hastebin.com/

Requirements

haste command

With this package is included the haste command based on this: https://github.com/diethnis/standalones/blob/master/hastebin.sh

This allow to pipe text to it and upload the text on your haste instance. You can also install it on your local computer by copying the file /usr/bin/haste on a computer that has bash and curl.

cat LICENSE | haste
######################################################################## 100,0%
https://haste.example.com/zuyejeduzu

Installation

From command line:

sudo yunohost app install -l Haste https://github.com/YunoHost-Apps/haste_ynh

Upgrade

From command line:

sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/haste_ynh haste

Infos

License

Both Haste and this package are published under MIT License