haste-server
haste-server copied to clipboard
open source pastebin written in node.js
Following https://www.toptal.com/developers/hastebin/documentation but using --data-binary ``` curl --request POST --url https://hastebin.com/documents --header "Authorization: Bearer TOKEN" --data-binary "@schema.zip" {"key":"ilozemivib"} ``` ``` curl --request GET --url https://hastebin.com/raw/ilozemivib --header "Authorization: Bearer TOKEN" -o...
The first repository by me
Hello fellow users and contributors, we have some exciting news to share 🎉! As you might know, Hastebin was acquired by Toptal in 2021, and we started to work on...
I'm setting up hastebin on a server with other services, I'd like to proxy it through httpd to be exposed at /haste or something like that but it doesn't look...
I have my main website on the / location for my website and I wanted to host hastebin on /paste. I tried it using ngix with the following location config:...
Sadly #224 was closed, but I think we should at least have a tracking issue for it. The user experience in mobile devices (like phones) is poor. The text appears...
This should be a backwards compatible change allowing people to use BackBlaze B2 or Linode with the aws-sdk (as they offer S3 endpoints). The key change here is allowing an...
Could you please consider including integrated support for publishing / pinning Hastebin pasted text onto IPFS (Inter Planetary File System)? There are some paste projects which accomplish this already, which...
Slight re-design, mobile friendly & SVG images Closes #283 Closes #87 Closes https://github.com/seejohnrun/haste-server/pull/60 Closes https://github.com/seejohnrun/haste-server/pull/92 --- 
`staticMaxAge - max age for static assets (86400)` I see this line in README in the settings section, do you call pastes "static assets" and if so, does that mean...