{% extends "base.html" %} {% block title %}DosVault - Setup{% endblock %} {% block content %}
{{ message }}
This may take a few moments...
{% elif status == "error" %}{{ message }}
{% if setup_commands %}Please run the following commands in your terminal to set up DosVault:
{{ command }}
Note: After running these commands, refresh this page to continue.
Setup Complete!
DosVault has been initialized successfully.
{% endif %}
Username: admin
Password: admin123
Important: Please change these credentials after your first login!