mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
Some of the files were quite big:
- asns.csv ~ 3 MB
- index.js ~ 1.5 MB
- *.svg ~ 2 MB
Use a ZIP archive to put them all and embed it. This reduce the binary
size from 89 MB to 82 MB. 🤯
This also pulls some code modernization (use of http.ServeFileFS).
19 lines
314 B
Plaintext
19 lines
314 B
Plaintext
/bin/akvorado
|
|
/test/
|
|
/orchestrator/clickhouse/data/asns.csv
|
|
/orchestrator/clickhouse/data/tcp.csv
|
|
/orchestrator/clickhouse/data/udp.csv
|
|
/console/filter/parser.go
|
|
/common/schema/definition_gen.go
|
|
/common/embed/data/embed.zip
|
|
mock_*.go
|
|
*_enumer.go
|
|
*.pb.go
|
|
|
|
/console/data/frontend/
|
|
|
|
*~
|
|
/.go-cache
|
|
/.npm-cache
|
|
/result
|