26

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?

durron597
  • 31,968
  • 17
  • 99
  • 158
James
  • 15,085
  • 25
  • 83
  • 120
  • 2
    Better 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 Answers5

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

Community
  • 1
  • 1
utdemir
  • 26,532
  • 10
  • 62
  • 81
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
2

Try securePaste, it's a good pastebin-like : https://bitbucket.org/Popoliito/securepaste

Golum
  • 21
  • 2
1

Also try trashbin https://github.com/igorw/trashbin

Sachin Khosla
  • 1,716
  • 1
  • 10
  • 11
-1

Here you can find an example with php-pastebin-v3 :

http://www.skytek.fr

MrLo
  • 182
  • 3