Self-hosted user database with LDAP authentication.
polybase/: CLI frontendpolybased/: Web interface (Go + HTMX)internal/: Core backend logic with tests
- Go 1.21+
- SQLite
- Tailwind CSS
- Templ
nix develop
just buildInstall dependencies:
go install github.com/air-verse/air@latestgo install github.com/a-h/templ/cmd/templ@v0.3.906npm install -g tailwindcss@3- requires just, Hivemind, and GLAuth
Build:
just buildDevelopment:
just dev # hot reload
just migrate # initialize database
just clean # remove artifactsStart GLAuth development LDAP server:
glauth -c glauth.cfgTest accounts:
paul:paul*ionys:ionys*lydia:lydia*
Icons are selected from the Tabler icon set, a MIT-licensed icon set.