Skip to content

Simple pastebin server with encryption support.

License

Notifications You must be signed in to change notification settings

demirdegerli/pastebin

Repository files navigation

Pastebin

Simple pastebin server with encryption support.

Live Demo: pastevault.net

Screenshots

Get started

Install all required dependencies

npm install

Change the port and character limit (optional)

In settings.json:

{
  "port": {port}, // change {port} to the port number you want
  "charlimit": {character_count} // change {character_count} to the character limit you want
}

Run the server!

node .

Database Configuration

Database functions are used for make database adaptations easy.

  • You can use any database.
  • You can edit the database functions as you want.