1625e4ec8f
Migration includes: * A move away from being a SPA to have actual endpoints * Every page is generated via Jinja2Template * Added observability class to export metrics and logs to opentelemetry to integrate with observability stack * Let's database cache what the current status of all VMs are instead of using a dict to allow more multiple workers reading from a single source * The vm status API check to proxmox not caches authentication header for an hour instead of requesting a new header everytime it makes a request every thirty seconds. * Updated front end to be more WCAG compatible but it's still WIP
10 lines
502 B
HTML
10 lines
502 B
HTML
<h1>Instructions for {{hostname}}</h1>
|
|
<p>To connect to your assigned VM, connect using the following information:</p>
|
|
<ul>
|
|
<li><strong>DNS Name:</strong> {{dns}}</li>
|
|
<li><strong>IP:</strong> {{ip}}</li>
|
|
<li><strong>Username:</strong> {{username}}</li>
|
|
<li><strong>Password:</strong> {{password}}</li>
|
|
</ul>
|
|
<p>To connect you will need use the student VPN. You can get access to that at <a href="https://vpn-student.dsv.su.se" target="_blank">vpn-student.dsv.su.se</a></p>
|