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