Go to file
grumbulon 5d5774e371 add bug, feature, and pr templates 2023-01-07 09:25:56 -05:00
.gitea add bug, feature, and pr templates 2023-01-07 09:25:56 -05: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 feat(frontend): workspaces (#13) 2023-01-07 14:18:43 +00: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
Makefile 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
go.mod fix(deps): update module gorm.io/gorm to v1.24.3 2023-01-06 14:30:27 +00:00
go.sum fix(deps): update module gorm.io/gorm to v1.24.3 2023-01-06 14:30:27 +00:00
pnpm-workspaces.yaml feat(frontend): workspaces (#13) 2023-01-07 14:18:43 +00: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