Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

JokerQyou/standardnotes-dockerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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