~bigbes/sr-ht-dolt: 8583f3a6

doltsrht: pass full os.Args to server.New so -b binds the web listener

getopt skips argv[0] as the program name, so os.Args[1:] made it swallow the
first real flag (-b) and silently fall back to defaultWebAddr (localhost),
leaving the web UI unreachable from Traefik. Match compare/upstream: pass os.Args.

Eugene Blikh <bigbes@gmail.com> — 2026-07-18 19:16:37 UTC

Commit 8583f3a605bd36fbeb448a3605a327fdd8ca6545view raw patch

Parent(s): 2dfab043

1 changed file(s)

FileStatus+
cmd/doltsrht/main.go M +6 -1