- 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
4 lines
73 B
AMPL
4 lines
73 B
AMPL
module github.com/asepharyana/asepharyana-hub/infra/dashboard
|
|
|
|
go 1.26.5
|