github.com/williamhaley/notes/api


Install
go get github.com/williamhaley/notes/api

Documentation

Notes

Self-hosted note taking application.

Development

Run the application stack. Note that development data is note saved to a volume and will not survive host reboots.

docker compose up

Deployment

A bespoke script is available at ./deploy.sh to deploy to a kubernetes cluster. The deployment relies on a k8s secret, notes-secrets, existing in the namespace.

Contemporaries