mirror of
https://github.com/YunoHost-Apps/haste_ynh.git
synced 2024-09-03 20:36:28 +02:00
28 lines
622 B
Markdown
28 lines
622 B
Markdown
# Work In Progress : do not install in production
|
|
|
|
# Haste for YunoHost
|
|
|
|
Haste is an open-source pastebin software written in node.js.
|
|
A publicly available version can be found at hastebin.com
|
|
|
|
|
|
## Requirements
|
|
- Functionnal instance of [YunoHost](https://yunohost.org)
|
|
|
|
## 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
|
|
|
|
- [YunoHost forum thread](https://forum.yunohost.org/)
|
|
|
|
## License
|
|
|
|
This package is published under MIT License
|