You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/pr Build is passing
Details
continuous-integration/drone/push Build is passing
Details
|
5 hours ago | |
---|---|---|
.gitea | 5 months ago | |
.vscode | 4 months ago | |
cmd/pomme | 3 months ago | |
docs | 3 months ago | |
frontend | 5 hours ago | |
internal | 2 months ago | |
.drone.yaml | 3 months ago | |
.gitignore | 4 months ago | |
.golangci.yaml | 4 months ago | |
Makefile | 3 months ago | |
README.md | 3 months ago | |
config.sample.yaml | 3 months ago | |
go.mod | 1 day ago | |
go.sum | 1 day ago | |
package.json | 4 months ago | |
pnpm-workspaces.yaml | 5 months ago | |
renovate.json | 5 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