mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-16 17:54:11 +00:00
No description
Sam Therapy
12b219bf45
gitignore: add default zones directory upload: fix typo in swagger docs config: simplify default save location Signed-off-by: Sam Therapy <sam@samtherapy.net> |
||
---|---|---|
.gitea | ||
.vscode | ||
cmd/pomme | ||
docs | ||
frontend | ||
internal | ||
.gitignore | ||
.golangci.yaml | ||
config.sample.yaml | ||
go.mod | ||
go.sum | ||
Makefile | ||
pnpm-workspaces.yaml | ||
README.md | ||
renovate.json |
This will be a website that, to oversimplify things, allows users to submit zonefiles to use froth.zone nameservers.
Working project title is pomme.
More information to come soon.
Running
To build & install you need both Go and Node (>= 18 should work)
You also need to install pnpm.
to generate and build:
go generate ./...
go build ./cmd/pomme