An open source paste server powered by Hono, React, Mantine and MongoDB
git clone https://github.com/GradientTim/paste
- Copy the
.env.example
to.env
and modify the data in it- If you want to use a different port, you must change the Dockerfile
- (Not Docker users: You need to have the MongoDB Server installed)
- Start the paste server
- Docker:
docker compose up -d
- Bun:
bun run prod
- Docker:
This project is licensed under the MIT license