/standardnotes-dockerized

Self-host your own Standard Notes instance.

Primary LanguageDockerfileGNU Affero General Public License v3.0AGPL-3.0

standardnotes-dockerized

TravisCI build status

Self-host your own Standard Notes instance.

Notice

API server is replaced with the Golang version.

To build

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 .

To deploy

TBD