refactor(infra): server-side SVG dashboard with Go
- Replace nginx+Chart.js client-side dashboard with Go server - Server-side rendered SVG charts (donut, line charts) - Direct Docker socket integration via Go stdlib - Embedded HTML template via //go:embed - Minimal scratch image (~9MB total) - Remove nginx.conf and client-side Chart.js
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
module github.com/asepharyana/asepharyana-hub/infra/dashboard
|
||||
|
||||
go 1.26.5
|
||||
Reference in New Issue
Block a user