Commit Graph

4 Commits

Author SHA1 Message Date
mlsmaycon
410b310f28 - Replace Alpine base image with Distroless base:debug across Dockerfiles
- Add ARM7 (goarm:7) support in GoReleaser configuration
- Simplify ARM platform references in .goreleaser.yaml
2026-06-16 13:40:25 +02:00
mlsmaycon
2ef70bcb6c [misc] switch to Alpine 3.24 and add bash/ca-certificates in Dockerfiles 2026-06-16 10:50:52 +02:00
mlsmaycon
74edfbcc0c use TARGETPLATFORM in dockerfiles and adjust armv6 reference 2026-06-16 08:59:36 +02:00
Zoltan Papp
0c039274a4 [relay] Feature/relay integration (#2244)
This update adds new relay integration for NetBird clients. The new relay is based on web sockets and listens on a single port.

- Adds new relay implementation with websocket with single port relaying mechanism
- refactor peer connection logic, allowing upgrade and downgrade from/to P2P connection
- peer connections are faster since it connects first to relay and then upgrades to P2P
- maintains compatibility with old clients by not using the new relay
- updates infrastructure scripts with new relay service
2024-09-08 12:06:14 +02:00