auth: default admin/admin credentials on first install + bump 1.0.4

SeedAdmin now uses 'admin'/'admin' as defaults when environment
variables are not set, so the service works out-of-the-box after
first install.
This commit is contained in:
2026-07-07 20:00:42 -04:00
parent 596981b63b
commit 5374ab81cc
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
BINARY=syncserver
VERSION?=1.0.3
VERSION?=1.0.4
GO?=go
LDFLAGS=-s -w -X main.version=$(VERSION) -X main.commit=$(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
BUILD_FLAGS=CGO_ENABLED=0