Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hirbodbehnam/simplepastebin
- Owner: HirbodBehnam
- License: mit
- Created: 2020-04-27T14:05:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T14:11:44.000Z (over 4 years ago)
- Last Synced: 2024-04-24T12:56:47.514Z (7 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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.