Skip to content

Wydzials/NoteAtKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NoteAtKey

Setup

First generate SSL certificate:

$ openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -keyout web/certs/server.key -out web/certs/server.crt

Then run the application with:

$ docker-compose up --build

To change the app configuration, edit web/config.yaml.

Releases

No releases published

Packages

No packages published

Languages