Go to file
2023-01-27 16:54:34 +00:00
.gitea add bug, feature, and pr templates 2023-01-07 09:25:56 -05:00
cmd/pomme added swagger docs, turn nolintlint OFF, and documented API routes in Swagger 2023-01-20 16:53:11 -05:00
docs documented rate limiting, added check if file already exists and error out if it does, and small swagger edits 2023-01-20 20:33:56 -05:00
frontend chore(deps): update dependency vitest to ^0.28.0 2023-01-23 09:30:33 +00:00
internal move defer file.Close() to before validateContentType because that could cause problems 2023-01-21 11:21:41 -05:00
.gitignore add check for xdg config path and cwd directory config.yaml -- xdg takes presidence if both exist 2023-01-09 17:25:40 -05:00
.golangci.yaml added swagger docs, turn nolintlint OFF, and documented API routes in Swagger 2023-01-20 16:53:11 -05:00
config.sample.yaml added sample config 2023-01-09 17:30:39 -05:00
go.mod fix(deps): update module github.com/swaggo/swag to v1.8.10 2023-01-27 13:30:31 +00:00
go.sum fix(deps): update module github.com/swaggo/swag to v1.8.10 2023-01-27 13:30:31 +00:00
Makefile adding swagger to makefile 2023-01-20 18:08:01 -05:00
pnpm-workspaces.yaml feat(frontend): workspaces (#13) 2023-01-07 14:18:43 +00:00
README.md add basic install instructions 2022-12-30 19:27:46 +01:00
renovate.json Configure Renovate (#3) 2023-01-03 16:37:00 +00:00

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