sega9727
  • Joined on 2021-09-17
sega9727 pushed to main at DMC/proxmox-web-portal 2026-05-21 16:07:10 +02:00
7d1bb1ee6e Updated README.md and setup.sh to properly align with current app.
sega9727 pushed to main at DMC/proxmox-web-portal 2026-05-21 15:46:27 +02:00
1625e4ec8f Migration to FastAPI is complete. Also added observability functionality to integrate with opentelemetry.
8a92185f35 Modified the project to use FastAPI instead of nodejs.
Compare 2 commits »
sega9727 pushed to fastapi at DMC/proxmox-web-portal 2026-05-21 15:44:16 +02:00
1625e4ec8f Migration to FastAPI is complete. Also added observability functionality to integrate with opentelemetry.
sega9727 pushed to fastapi at DMC/proxmox-web-portal 2026-04-28 09:59:08 +02:00
8a92185f35 Modified the project to use FastAPI instead of nodejs.
sega9727 created branch fastapi in DMC/proxmox-web-portal 2026-04-28 09:59:08 +02:00
sega9727 pushed to main at DMC/proxmox-web-portal 2026-04-13 10:31:27 +02:00
5f7d529fc5 Deleted the json example since it is no longer needed since moving
sega9727 pushed to main at DMC/proxmox-web-portal 2026-03-09 10:45:27 +01:00
008b3fcada Reverted table name in schema.sql to user_access instead of student_access
sega9727 pushed to main at DMC/proxmox-web-portal 2026-03-03 10:26:35 +01:00
b83e283a66 Changes include:
sega9727 pushed to main at DMC/proxmox-web-portal 2025-11-19 14:56:53 +01:00
265a90587f Added a Status line to indicate whether or not a VM is currently powered on or off.
sega9727 pushed to main at DMC/proxmox-web-portal 2025-11-13 10:27:52 +01:00
4a63a14a43 Made som error messages clearer in the logs
sega9727 pushed to main at DMC/proxmox-web-portal 2025-11-12 11:46:48 +01:00
58b3e0bb0b Added log message for when a user loads the site for a VM
sega9727 pushed to main at DMC/proxmox-web-portal 2025-11-12 11:36:16 +01:00
d810bdaf9d Fixed a spelling error
sega9727 pushed to main at DMC/proxmox-web-portal 2025-11-12 11:23:31 +01:00
110b23f509 Added console-stamp give every log message a time stamp
sega9727 pushed to main at DMC/proxmox-web-portal 2025-11-11 13:45:01 +01:00
4c940d4029 Changed how the instruction page is generated from frontend to backend
sega9727 pushed to main at DMC/proxmox-web-portal 2025-11-10 10:00:25 +01:00
5bba65e09b Update README.md
sega9727 pushed to main at DMC/proxmox-web-portal 2025-11-07 10:27:59 +01:00
79a7f37b38 Fixed a bug where users to access any vm via url because validation check was broken
sega9727 pushed to main at DMC/proxmox-web-portal 2025-10-31 12:22:12 +01:00
70a8ed5357 Fixed a style issue with links
sega9727 pushed to main at DMC/proxmox-web-portal 2025-10-31 12:14:42 +01:00
7ce42632a5 Fixed issue where command on how to ssh to host didn't show the fqdn
sega9727 pushed to main at DMC/proxmox-web-portal 2025-10-31 12:12:31 +01:00
dc008217b2 Fixed bug where console connection wasn't closed when going away from it
sega9727 pushed to main at DMC/proxmox-web-portal 2025-10-31 11:33:03 +01:00
b505a18498 A lot of changes