Skip to content

eXceediDeaL/MindNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MindNote

Empower your notes.

Project Status:

Repository issue pull requests
Dependencies dependencies
Build master dev
Coverage master dev

Usage

  1. Install Docker and Docker-Compose.
  2. Clone this repository and enter the deploy directory docker/deploy.
  3. Generate configuration files:
    1. Check templates in template directory.
    2. Edit hostnames and identity clients' secrets in gen.sh and execute it.
    3. Check the configurations in config directory.
  4. Use docker-compose up -d to start:

It will create

  • a MySQL container
  • an API server container on api.mindnote.com
  • an identity server container on id.mindnote.com
  • a host server container on mindnote.com
  • a client server container on client.mindnote.com
  • a nginx server container for reverse proxy