Go to file
grumbulon 63c262b028 Merge pull request 'feat: auth flow' (#4) from chi-gorm-middleware into master
Reviewed-on: https://git.freecumextremist.com/grumbulon/pomme/pulls/4
2022-12-31 19:29:57 +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

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