Go to file
Renovate Bot e5bf6169d8 Configure Renovate (#3)
Co-authored-by: Renovate Bot <sam+renovate@samtherapy.net>
Co-committed-by: Renovate Bot <sam+renovate@samtherapy.net>
2023-01-03 16:37:00 +00:00
cmd/pomme linted, added a custom web server definition with timeouts, added new type of context key, and added linting to the makefile 2022-12-31 10:05:20 -05:00
frontend linted, added a custom web server definition with timeouts, added new type of context key, and added linting to the makefile 2022-12-31 10:05:20 -05:00
internal fix error message 2022-12-31 13:31:37 -05:00
.gitignore frontend :) 2022-12-30 18:24:51 +00:00
.golangci.yaml linted, added a custom web server definition with timeouts, added new type of context key, and added linting to the makefile 2022-12-31 10:05:20 -05:00
Makefile review suggestion 2022-12-31 10:58:20 -05:00
README.md add basic install instructions 2022-12-30 19:27:46 +01:00
go.mod do the jwt shit 2022-12-30 21:48:01 -05:00
go.sum do the jwt shit 2022-12-30 21:48:01 -05:00
renovate.json Configure Renovate (#3) 2023-01-03 16:37:00 +00:00

README.md

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