Go to file
Sam Therapy 46ee2f0157
frontend: remove --tsconfig from svelte-check
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-01-06 15:13:36 +01: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 frontend: remove --tsconfig from svelte-check 2023-01-06 15:13:36 +01:00
internal adding error returns or else bad things happen and adding max cookie age of 1 hr 2023-01-05 19:15:15 -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
go.mod fix(deps): update module golang.org/x/crypto to v0.5.0 2023-01-06 00:30:43 +00:00
go.sum fix(deps): update module golang.org/x/crypto to v0.5.0 2023-01-06 00:30:43 +00: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
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