Clientside encrypted pastebin using tweetnacl.
Deploy this app to RackNerd 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.
Command line pastebin, all you need is netcat.
Simple pastebin with multiple text and code option, with sh…
Simple pastebin service with convenient api and CLI.
Comments (0)
Please login to join the discussion on this project.