Clientside encrypted pastebin using tweetnacl.
Deploy this app to Linode with a free $100 credit!
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.
Comments (0)
Please login to join the discussion on this project.