diff options
author | Eliot Whalan <ewhal@pantsu.cat> | 2016-07-12 01:05:03 +0000 |
---|---|---|
committer | Eliot Whalan <ewhal@pantsu.cat> | 2016-07-12 01:05:03 +0000 |
commit | a1c2bebda47d6de279fec1f664a7a61a5f79508b (patch) | |
tree | 08648912b190ed61e2a41c052080d6104a933c8d | |
parent | Added Firefly III to financial tools (#618) (diff) | |
download | awesome-selfhosted-a1c2bebda47d6de279fec1f664a7a61a5f79508b.tar.gz awesome-selfhosted-a1c2bebda47d6de279fec1f664a7a61a5f79508b.zip |
Add golang pastebin link
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -693,6 +693,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [gist](https://gitlab.deblan.org/deblan/gist) - GIST is an open-source application to share code. `PHP` `GPLv3` * [hastebin](http://hastebin.com/about.md) - Open source pastebin written in node.js. ([Demo](http://hastebin.com/), [Source Code](https://github.com/seejohnrun/haste-server)) `Nodejs` `MIT` * [localpaste](https://github.com/petermaloney/localpaste) - Simple python based pastebin you can run locally, with curl for input. Supports RAW text by default and binary data such as images (no extensions on returned url). `GPLv2` `Python` + * [Pastebin](https://github.com/ewhal/Pastebin) - Modern self-hosted pastebin service with a restful like api written in golang. * [Pastedown](http://pastedown.ctrl-c.us/) - Self-hosted pastebin server. It is meant to handle Markdown well, but it also works with code snippets (and does syntax highlighting). ([Source Code](https://github.com/cespare/pastedown)) `MIT` `Go` * [pb](https://github.com/ptpb/pb) - Lightweight pastebin (and url shortener) built using flask. ([Demo](https://ptpb.pw/)) `GPLv3` `Python/Flask` * [pbnh](https://github.com/bhanderson/pbnh) - Pastebin inspired from project pb and hastebin, with an API and a SQL-based backend. `MIT` `Python/Flask` |