Skip to content

chrismccoy/paste

 
 

Repository files navigation

Paste is based on Pastie Express with some tweaks

1. Refactored Most of the Code Base
2. Migrated from UUID to GfyCat Style Slugs
3. 1 Year TTL
4. SQlite DB Creator and Seeder
5. Minimal Languages
6. Singular Theme (nord)
7. Build Script 
8. Added nginx.conf proxy example
9. Added apache.conf proxy example
10. Makefile 
11. Bash Script to List and Delete Pastes

Setup:

1. git clone --recursive https://github.com/chrismccoy/paste
2. npm run build
3. npm start

Rebuild the Database from Scratch:

1. npm run db

List and Delete Pastes

1. manage.sh with the arg list/delete will list and delete items in the sqlite database

About

Paste is a paste app based on pastie express

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.4%
  • SCSS 16.6%
  • CSS 16.3%
  • Pug 6.0%
  • HTML 3.6%
  • Shell 3.3%
  • Other 2.8%