Simple pastebin server with encryption support.
Live Demo: pastevault.net
Install all required dependencies
npm install
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 functions are used for make database adaptations easy.
- You can use any database.
- You can edit the database functions as you want.