2020-10-28 02:01:16 +01:00
2020-10-21 16:30:42 +02:00
2020-09-02 21:45:17 +02:00
2020-10-26 22:19:15 +01:00
2020-10-28 02:58:30 +01:00
2020-10-26 02:10:22 +01:00
2020-10-26 21:17:19 +01:00
2020-10-26 22:24:56 +01:00
2020-07-18 15:02:09 +02:00
2020-08-25 08:18:34 +02:00
2020-10-26 21:18:02 +01:00
2020-10-28 02:01:16 +01:00
2020-10-21 16:30:42 +02:00
2020-10-28 02:01:16 +01:00
2020-10-26 02:10:22 +01:00
2020-10-26 02:10:22 +01:00
2020-08-22 03:00:13 +00:00
2020-08-25 08:18:34 +02:00
2020-10-26 02:10:22 +01: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%