2020-09-02 22:13:08 +02:00
2020-08-24 00:53:58 +02:00
2020-09-02 21:45:17 +02:00
Css
2020-08-24 19:16:21 +02:00
2020-09-02 22:13:08 +02:00
2020-08-25 07:12:58 +02:00
2020-08-25 07:04:29 +02:00
2020-08-22 05:12:09 +02:00
2020-07-18 15:02:09 +02:00
2020-08-25 08:18:34 +02:00
2020-09-02 21:45:17 +02:00
2020-08-19 02:37:29 +02:00
2020-08-19 19:17:06 +02:00
2020-08-22 03:00:13 +00:00
2020-08-19 05:08:27 +02:00
2020-08-25 08:18:34 +02:00

SimpleNotes, a simple markdown note taking website

Requirements

  • Docker
  • docker-compose

How to run

  • Copy the docker-compose.yml somewhere
  • In the same directory, copy the .env.dist file and rename it to .env
  • Edit the variables inside .env (see below)
  • Run it with docker-compose up -d

Configuration

The app is configured with environments variables. If no match is found within the env, a default value is read from a properties file in /app/src/main/resources/application.properties. Don't use the default values for secrets ! Every value inside .env.dist should be changed.

Description
A simple markdown note taking website
https://simplenotes.be
Readme 2.4 MiB
Languages
Kotlin 91.8%
Python 3.7%
CSS 3.5%
Dockerfile 0.5%
JavaScript 0.5%