Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hirbodbehnam/simplepastebin

Super simple pasting website
https://github.com/hirbodbehnam/simplepastebin

Last synced: 16 days ago
JSON representation

Super simple pasting website

Awesome Lists containing this project

README

        

# Simple Pastebin
A super simple pastebin website written in go
## Setup
Just clone this project and build main.go with go. Edit config file if you want. Run the compiled executable.

If you want you can pass the config file name as second argument to program.

To disable the timeout on pastes, set timeout to 0 on `config.json`. Default is 60 minutes.