Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 772 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 772 Bytes

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.