mirror of
https://github.com/YunoHost-Apps/haste_ynh.git
synced 2024-09-03 20:36:28 +02:00
788cfd2b79
* Cleaning up
14 lines
507 B
Markdown
14 lines
507 B
Markdown
#### Multi-user support
|
|
|
|
* Are LDAP and HTTP auth supported? **No**
|
|
* Can the app be used by multiple users? **Yes**
|
|
|
|
## `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:
|
|
|
|
```bash
|
|
cat something | haste
|
|
https://haste.example.com/zuyejeduzu
|
|
```
|
|
The [Haste-client](https://github.com/seejohnrun/haste-client) is a simple client for uploading data to you Haste server.
|