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.
 
 
 
 
 
 
Renovate Bot 65eded0296
fix(deps): update module github.com/swaggo/swag to v1.8.11
11 hours ago
.gitea add bug, feature, and pr templates 2 months ago
.vscode fix(vscode): set CWD properly when debugging 1 month ago
cmd/pomme use new import URL 1 month ago
docs messed with les generics again 3 weeks ago
frontend chore(deps): update dependency prettier to v2.8.6 16 hours ago
internal occam's razor moment 2 weeks ago
.drone.yaml fuck 2 weeks ago
.gitignore Small nitpicks 1 month ago
.golangci.yaml added swagger docs, turn nolintlint OFF, and documented API routes in Swagger 2 months ago
Makefile Add frontend testing, add frontend test to pipeline 2 weeks ago
README.md add test-backend to makefile and update readme. 2 weeks ago
config.sample.yaml fix test perchance 2 weeks ago
go.mod fix(deps): update module github.com/swaggo/swag to v1.8.11 11 hours ago
go.sum fix(deps): update module github.com/swaggo/swag to v1.8.11 11 hours ago
package.json nit: add package.json to root 1 month ago
pnpm-workspaces.yaml feat(frontend): workspaces (#13) 2 months ago
renovate.json Configure Renovate (#3) 3 months ago

README.md

Build Status

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