Frequently I write wiki pages or set up configuration files that I need to share with other developers. Are there any pastebin clones out there that you can install in your own network and if not? how do you manage code snippets or configurations you wish to share with other developers in your company where source control may be overkill?
Asked
Active
Viewed 2.7k times
26
-
2Better suited to http://programmers.stackexchange.com – skaffman Oct 11 '10 at 19:54
-
You can try NoPaste at https://nopaste.ml It's similar to Pastebin, except it works with no database, and no back-end code, which is great for the privacy of your data – Boris K Jul 07 '20 at 21:51
5 Answers
16
There is stikked. A simple and powerfull open-source pastebin, using PHP.
You can check it at "stikked.com" and you can download the source from http://code.google.com/p/stikked.
There's a bugfixed/improved version: https://github.com/claudehohl/Stikked
-
stikked.com now redirects to a personal blog; the code is still available, though. – jpaugh Dec 05 '11 at 12:51
-
There's a Windows client for Stikked available at http://stikkpop.wirehive.net/ – SimonJGreen May 12 '13 at 17:50
5
There's also "haste server" (https://github.com/seejohnrun/haste-server), which has a public version hosted at hastebin.com that you can try out.

nonbeing
- 6,907
- 6
- 36
- 46
-
1Also mentionable: It's written in node (so nothing for shared hosts/simple webhosts) – CodeBrauer Aug 25 '15 at 13:45
2
Try securePaste, it's a good pastebin-like : https://bitbucket.org/Popoliito/securepaste

Golum
- 21
- 2