A hopefully simple go project to store collaborative but not real time notes.
Find a file
2025-12-11 21:18:23 +00:00
cmd Refactor oauth login 2025-12-10 20:40:41 +00:00
internal Add reject anon middleware 2025-12-11 21:18:23 +00:00
.gitignore Compile to gonotes 2025-06-25 22:52:33 +01:00
conf.example.toml Add full and configurable access logging 2025-06-26 22:00:28 +01:00
go.mod Implement oidc client of sorts 2025-12-10 16:34:40 +00:00
go.sum Implement oidc client of sorts 2025-12-10 16:34:40 +00:00
LICENSE.txt Add License 2025-06-17 21:46:39 +01:00
Makefile Attempt to implement checkbox shitter 2025-07-25 13:44:21 +01:00
README.md Download templates on boot 2025-02-04 20:27:32 +00:00

gonotes

A toyish project for a shared notebook of sorts implemented in go. It's mostly a learning opportunity for using go, and partially an intent to end up with a shared notebook!

It's not shared in the sense of simultaneous editing, don't do that!

TODO

  • handle static urls in the django url mapping style
  • Style up the templates better