Commit Graph

11 Commits

Author SHA1 Message Date
325d87ba27 start adding hoststats 2024-04-21 11:50:26 -06:00
760d7063de update libvirt and templ
- doing work around routing to use simpleroute
- doing work around logging with simplelog
2024-04-07 20:31:33 -06:00
f0cf97c125 update go.mod and go.sum 2024-04-03 23:51:00 -06:00
6522b08704 update go.mod and go.sum 2024-04-02 12:50:11 -06:00
68c2c29fa9 add cobra for cli management 2024-03-29 14:48:21 -06:00
8e62f7e271 merge migrate_to_libvirtxml
completed migration to libvirtxml
2024-03-23 22:05:06 -06:00
48bdc94351 merge barnch switch_to_templ
- Moved to templ for templating
- Started adding cluster statistics
2024-03-19 09:13:44 -06:00
2419d5d3a6 add basic chi http server
- added air to reload the server on changes automatically
- added tailwindcss
- added base page structure in html using _index, _header and _footer
- added static homepage
- added style.css built by tailwindcss
- added basic View object to control views and templates
2024-03-13 19:12:48 -06:00
f96a911722 host will now load VM data
- All host node info is done using goroutines to speed up the process as much as possible
- The vast majority of data is stored at this point
  - Need to work out refreshes, using either polling or events
2024-03-12 22:17:42 -06:00
b5ab70fc25 getting host data before each vm on host data
- Hostdata is useful
2024-03-11 23:35:32 -06:00
bab4f2506b Added ability to check domains on host
super simple example to show it can work
2024-03-10 00:15:49 -07:00