feat(backend,helm)!: bind to IPv6 wildcard by default for dual-stack support

* fix: Enable Garage UI to work on IPv6-based clusters.

* fix: building on nonstandard-uid machines.

* fix: Enable Garage UI to work on IPv6-based clusters.
This commit is contained in:
Alistair Young
2026-05-31 04:39:04 -05:00
committed by GitHub
parent c30400cf84
commit 5427758eaa
8 changed files with 26 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Server configuration
server:
host: "0.0.0.0"
host: "::" # IPv6 wildcard; dual-stack behavior depends on OS/runtime socket settings
port: 8080
environment: "development" # development, production
domain: "localhost" # Domain name for the application