You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 hours ago | |
---|---|---|
.gitea | 2 months ago | |
.vscode | 1 month ago | |
cmd/pomme | 1 month ago | |
docs | 3 weeks ago | |
frontend | 16 hours ago | |
internal | 2 weeks ago | |
.drone.yaml | 2 weeks ago | |
.gitignore | 1 month ago | |
.golangci.yaml | 2 months ago | |
Makefile | 2 weeks ago | |
README.md | 2 weeks ago | |
config.sample.yaml | 2 weeks ago | |
go.mod | 11 hours ago | |
go.sum | 11 hours ago | |
package.json | 1 month ago | |
pnpm-workspaces.yaml | 2 months ago | |
renovate.json | 3 months ago |
README.md
This will be a website that, to oversimplify things, allows users to submit zonefiles to use froth.zone nameservers.
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
Testing
To test pomme you can run
make test-backend