dst-admin-go manage web
Don't Starve management panel written in go, easy to deploy, small memory usage, beautiful interface, simple operation, provides visual interface to operate room configuration and module online configuration, supports multi-room management, backup snapshot and other functions
config.yml
#端口
port: 8082
database: dst-db
run
go mod tidy
go run main.go
打开 cmd
set GOARCH=amd64
set GOOS=linux
go build