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.
 
 
 
 
 
 
Go to file
Renovate Bot 047d53cd67
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
chore(deps): update dependency vitest to v0.31.3
5 hours ago
.gitea add bug, feature, and pr templates 5 months ago
.vscode fix(vscode): set CWD properly when debugging 4 months ago
cmd/pomme use new import URL 3 months ago
docs messed with les generics again 3 months ago
frontend chore(deps): update dependency vitest to v0.31.3 5 hours ago
internal test nonsense 2 months ago
.drone.yaml fuck 3 months ago
.gitignore Small nitpicks 4 months ago
.golangci.yaml added swagger docs, turn nolintlint OFF, and documented API routes in Swagger 4 months ago
Makefile lint, and change test paths in CI 3 months ago
README.md add test-backend to makefile and update readme. 3 months ago
config.sample.yaml fix test perchance 3 months ago
go.mod fix(deps): update module github.com/stretchr/testify to v1.8.4 1 day ago
go.sum fix(deps): update module github.com/stretchr/testify to v1.8.4 1 day ago
package.json nit: add package.json to root 4 months ago
pnpm-workspaces.yaml feat(frontend): workspaces (#13) 5 months ago
renovate.json Configure Renovate (#3) 5 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