Self-hosted Pastebin like web app?

I see that linode has it's own pastebin… from apparently the original author. Kinda cool.

I am looking for a self hosted version of something like it (the linode one is nice and simple compared to what the actual pastebin.com site has become).

I need it self-hosted so that I can control content and access. Most likely would need to modify it to add some control over who can actually paste stuff into it as I don't want anyone to be able to.

Decent formatting of code etc… good code display (have seen some clones that output the HTML as html which looks really bad and not what is wanted).

I've looked at quite a few already, and none quite fit the bill.

5 Replies

http://trashb.info/

https://github.com/igorw/trashbin

Currently looking at: https://github.com/claudehohl/Stikked

I have "hacked" an authcode into the paste form. Never messed with CodeIgniter before, so I have it work okay. Errors okay when the authcode is not set, but returns the user to a blank form.

Hastebin seems far superior to anything else I have seen. All open source.

http://hastebin.com

http://hastebin.com/about.md

https://github.com/seejohnrun/haste-server

whichever one you pick, create a separate domain for it that nothing else uses, ie paste.mydomain.com rather than mydomain.com/paste

I reckon writing a secure pastbin would require a lot of security experience, and even the best make mistakes.

@chesty:

I reckon writing a secure pastbin would require a lot of security experience, and even the best make mistakes.

Like any other web app, or are you suggesting some other security requirements?

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct