mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01:00
45 lines
1.6 KiB
Markdown
45 lines
1.6 KiB
Markdown
# DISCLAIMER
|
|
|
|
This is a continued version of hastebin server with extended development, developed alone by zneix.
|
|
Original developer abandoned this amazing project and due to pile of unmerged Pull Requests and several security issues with outdated dependencies I decided to rewrite whole project in JavaScript ES6.
|
|
|
|
**This version is heavily changed, meaning there will be breaking changes in your config if you were running outdated upstream version.**
|
|
|
|
# Haste
|
|
|
|
Haste is an open-source pastebin software written in Node.JS, which is easily installable in any network.
|
|
It can be backed by either redis or filesystem and has a very easy adapter interface for other storage systems.
|
|
A publicly available version can be found at [haste.zneix.eu](https://haste.zneix.eu)
|
|
|
|
Major design objectives:
|
|
|
|
* Be really pretty
|
|
* Be really simple
|
|
* Be easy to set up and use
|
|
|
|
~~Haste works really well with a little utility called [haste-client](https://github.com/seejohnrun/haste-client), allowing you to do things like:~~
|
|
|
|
~~`cat file | haste`~~
|
|
|
|
~~which will output a URL to paste containing the contents of `file`. Check the README there for more details and usages.~~
|
|
|
|
There will be a rewritten version of this CLI Haste Client in Golang soon.
|
|
|
|
|
|
# Installation
|
|
|
|
Full installation and config instructions can be found in [`docs` directory](https://github.com/zneix/haste-server/tree/master/docs).
|
|
|
|
|
|
## Authors
|
|
|
|
Project continued by zneix <zzneix@gmail.com>
|
|
|
|
Original Code by John Crepezzi <john.crepezzi@gmail.com>
|
|
|
|
|
|
## Other components:
|
|
|
|
* jQuery: MIT/GPL license
|
|
* highlight.js: Copyright © 2006, Ivan Sagalaev
|
|
* highlightjs-coffeescript: WTFPL - Copyright © 2011, Dmytrii Nagirniak
|