https://github.com/firstdarkdev/pastebox
A lightweight, modern alternative to Hastebin
https://github.com/firstdarkdev/pastebox
Last synced: 4 months ago
JSON representation
A lightweight, modern alternative to Hastebin
- Host: GitHub
- URL: https://github.com/firstdarkdev/pastebox
- Owner: firstdarkdev
- License: mit
- Created: 2025-09-07T21:46:47.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-09-07T22:15:00.000Z (5 months ago)
- Last Synced: 2025-09-07T23:31:02.680Z (5 months ago)
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# PasteBox
A simple, modern almost drop-in replacement for Hastebin. This was made quickly as a drop-in for us, since the original hastebin repo that we used, disappeared from GitHub.
Most of the config options remain exactly the same, as do the API endpoints. However, there are some feature differences.
The frontend is written in Vue, with TailwindCSS. The backend is powered by GO
---
## Development Overview
### Implemented Features:
- [X] Document Pasting
- [X] Document Copying
- [X] Raw Document Viewing
### Storage Backends:
- [X] File Based Storage
- [ ] S3 Storage
- [ ] Google Data-Store
- [ ] Memcached
- [ ] Mongo
- [ ] PostgreSQL
- [ ] Redis
- [ ] RethinkDB
### Key Generators:
- [X] Phonetic
- [X] Alphabetic (random)
- [X] Dictionary (this doesn't work yet)
### Other:
- [ ] Documentation
---
## License
This application is licensed under the MIT license. It does NOT use any code from the original haste server, and was completely written from scratch. The features are just similar, because we needed a 1:1 drop in for our own use.