Clientside encrypted pastebin using tweetnacl.
Self-host this app for $0.99/mo only!
a clientside encrypted note sharing webapp. built with php7, Lumen, sqlite, rollup, and docker.
touch database.sqlite
docker run -v `pwd`/database.sqlite:/var/www/database/database.sqlite nexusuw/mokintoken php artisan migrate
docker run -p 8080:8080 -v `pwd`/database.sqlite:/var/www/database/database.sqlite nexusuw/mokintoken
sudo apt-get install php-sqlite3 php-mbstring php-7
composer install
npm install
php artisan migrate
npm run build
php -S 0.0.0.0:8080 -t public
npm run dev
Please login to review this project.
No reviews for this project yet.
Paste is forked from the original source pastebin.com used …
A place to quickly paste some text and share it. Mostly use…
Simple, performant, configurable, entirely self-contained p…
Comments (0)
Please login to join the discussion on this project.