First-run setup
This system has no super-admin yet. To create the first one, paste the bootstrap token that the operator on the host minted via php artisan nysiris:setup-token.
How do I get the token?
On the VPS, run as root:
sudo docker exec -u www-data apache \
php /var/www/specs.nysiris.com/artisan nysiris:setup-token
Copy the token from the output. The token expires after 24 hours by default and is single-use.