Some libraires are not yet ready..
{Arrow,Lucene,Http4k} should be packed inside a shaded jar because they
all have some split packages
HikariCP has an invalid module-info.java
Kapt doesn't work
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
Languages
Kotlin
91.8%
Python
3.7%
CSS
3.5%
Dockerfile
0.5%
JavaScript
0.5%