Self-hosted Pastebin like web app?
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
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.
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?