Commit graph

8 commits

Author SHA1 Message Date
03693b0e20 web: Make api request debug log configurable through env var 2023-12-08 20:16:04 +01:00
aace2a0c95 web: Remove static file serving config 2023-11-23 21:00:20 +01:00
bec45ce14c Fix starting web with virtual threads
I don't know how to disable them on Javalin and with them it breaks...
2023-05-21 22:44:41 +02:00
f3bcd64a90 Fix db pooling shutdown on web after startup 2023-05-21 22:23:22 +02:00
d160f01b52 Intorduce HikariCP for JDBC connection pooling 2023-05-21 18:48:45 +02:00
c8c3f70254 Fix ui redirect 2023-05-16 02:43:22 +02:00
cbab8ff439 Fix ui serving location
The ui is now part of the classpath.
2023-05-16 02:08:48 +02:00
b8b83baa72 Move into multi module project structure
Javalin and Javacord crash if running on same JVM but on different
threads for some reasons. This is should fix it :D
2023-05-16 01:50:56 +02:00