Skip to content

An open source paste server powered by Hono, React, Mantine and MongoDB

License

Notifications You must be signed in to change notification settings

GradientTim/paste

Repository files navigation

gradient-paste

An open source paste server powered by Hono, React, Mantine and MongoDB

kotlin license

Self hosting

  1. git clone https://github.com/GradientTim/paste
  2. 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
  3. (Not Docker users: You need to have the MongoDB Server installed)
  4. Start the paste server
    • Docker: docker compose up -d
    • Bun: bun run prod

License

This project is licensed under the MIT license