Self-host your own Standard Notes instance.
API server is replaced with the Golang version.
To build the golang sync server:
docker build -f Dockerfile_go_server -t mcores/standardfile-go .
To build the web app:
docker build -f Dockerfile_web -t mcores/standardnote-web .
TBD