DOKOS-WEBTERMINAL
A webterminal that allows to run dokos password cracking tool.
Dev environment
This is not a deployment solution
If not already done, run:
mv env.local .env
touch ./database/database.sqlite
composer install
npm install
php artisan db:migrate
To run ...
In one terminal:
php artisan serve
In another terminal:
npm run dev
Prod deployment
The image is automatically built and deployed on every push to master.