/simple-pastebin-server

A very simple pastebin server

Primary LanguagePython

Overview

Have you ever want to use a pastebin service but feel that the staff you want to paste might not be secure to paste it on a public pastebin service? This simple python script run as a web server in your LAN to provide internal pastebin service.

Strong point: simple, only one script, that's all, rely on the least thing.

Features

  • Simple --- only one python script
  • supporting programming language highlighting.

Usage

$ mkdir data
$ python pastebin.py

Plan

  • develop a command line client
  • maybe add a page to lets be able to share images? or even sound?
  • add line number for the content-showing page