Make the displayed SSH username configurable
Some checks failed
continuous-integration/drone/pr Build is failing

This patch allows the SSH username displayed in templates to be
configured through the SSH_USERNAME environment variable.
This commit is contained in:
2021-08-09 21:23:12 +00:00
parent 7b16606b16
commit d4a9f2f40a
5 changed files with 8 additions and 5 deletions

View File

@ -97,7 +97,7 @@
</div>
<div class="row justify-start">
<label class="align" for="ssh_username">SSH Username</label>
<span id="ssh_username">cyberian</span>
<span id="ssh_username">{{ vm['ssh_username'] }}</span>
</div>
<div class="row justify-start">
<label class="align" for="ssh_authorized_keys">SSH Authorized Keys</label>