scripts/apt-repo/build-package.sh produces:
- edgeguard-api_<ver>_<arch>.deb (3 Go binaries, systemd units,
/etc/edgeguard/edgeguard.yaml as conffile)
- edgeguard-ui_<ver>_all.deb (skipped while management-ui/dist
is empty)
- edgeguard_<ver>_all.deb (meta, Depends api+ui)
Verified locally on amd64:
- go build ./... ✓
- make deb-amd64 ✓
- api binary serves ✓
GET /api/health → 200 {"status":"ok","version":"0.0.1-dev"}
- dpkg-deb -I + -c clean ✓
15 lines
499 B
Plaintext
15 lines
499 B
Plaintext
Package: edgeguard
|
|
Version: __VERSION__
|
|
Architecture: all
|
|
Maintainer: NetCell IT <support@netcell-it.de>
|
|
Homepage: https://edgeguard.netcell-it.de
|
|
Description: EdgeGuard — meta package
|
|
Pulls the full EdgeGuard stack: management API, UI, configured
|
|
third-party services (HAProxy, Angie, Squid, WireGuard, nftables).
|
|
.
|
|
Install this package to get a complete EdgeGuard node.
|
|
Depends: edgeguard-api (= __VERSION__), edgeguard-ui (= __VERSION__)
|
|
Section: admin
|
|
Priority: optional
|
|
Installed-Size: 0
|