Skip to content
This repository was archived by the owner on Aug 28, 2021. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 2.09 KB

README.md

File metadata and controls

43 lines (29 loc) · 2.09 KB

nastoletni/code

Software License Build Status Coverage Status Quality Score StyleCI

Visit code.nastoletni.pl and create your own paste!

This is open source pastebin-like website with features like multifile pastes and drag'n'drop. It keeps privacy of pastes, each file is being encrypted using AES-256-CBC and the only person (or computer) that knows the key is you.

We aim with this tool mainly for developers in mind and we want to keep it as usable and simple in use as we can. If you have any idea that could be implemented, create a new issue and describe it. Any kind of feedback is welcome!

Website look

Install

  1. Download Composer dependencies composer install
  2. Install npm dependencies and compile sass npm install && gulp
  3. Create config file with cp src/config.yml.example src/config.yml and fill it.
  4. Populate database with schema from schema.sql

That's it.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.