feat: run embedded unregistry on machine IP in uncloudd daemon

This commit is contained in:
Pasha Sviderski
2025-09-19 20:43:20 +10:00
parent 8f906cfd95
commit b6b8286118
5 changed files with 323 additions and 171 deletions
+2
View File
@@ -3,4 +3,6 @@ package constants
const (
// MachineAPIPort is the port for the Machine API service on the management WireGuard network.
MachineAPIPort = 51000
// UnregistryPort is the port for the embedded container registry listening on the machine IP.
UnregistryPort = 5000
)