mirror of
https://github.com/YunoHost-Apps/haste_ynh.git
synced 2024-09-03 20:36:28 +02:00
Haste package for YunoHost
conf | ||
scripts | ||
.gitignore | ||
LICENSE | ||
manifest.json | ||
README.md |
Haste for YunoHost
Haste is an open-source pastebin software written in node.js.
A publicly available version can be found at http://hastebin.com/
Requirements
- Functionnal instance of YunoHost
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