Go to file
grumbulon 4f0a999e08 Merge pull request 'feat(backend): zonefile parsing and other enhancements' (#12) from zonefile into master
Reviewed-on: https://git.freecumextremist.com/grumbulon/pomme/pulls/12
2023-01-20 15:33:06 +00:00
.gitea add bug, feature, and pr templates 2023-01-07 09:25:56 -05:00
cmd/pomme refactor, lint, refactor, lint, refactor, etc. Added config path for hashing secret, and a few other things 2023-01-09 18:19:07 +00:00
frontend chore(deps): update dependency vitest to ^0.27.0 2023-01-09 18:18:55 +00:00
internal make jwt expiration consistent with cookies 2023-01-20 10:10:27 -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 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 fix(make): the stuff after the colon idk the name 2023-01-09 18:57:14 +01:00
README.md add basic install instructions 2022-12-30 19:27:46 +01:00
config.sample.yaml added sample config 2023-01-09 17:30:39 -05:00
go.mod add logging to internal server error 2023-01-20 09:34:01 -05:00
go.sum add logging to internal server error 2023-01-20 09:34:01 -05: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