a hastebin/pastething alternative written in Kotlin
Go to file
kageru 5a5084c711 Limit upload size to 64 KiB
Since that’s the limit of a TEXT column in MariaDB, and I don’t want to
deal with blobs.
2019-09-29 11:59:24 +02:00
src/main/kotlin/moe/kageru/kodeshare Limit upload size to 64 KiB 2019-09-29 11:59:24 +02:00
.gitignore Add syntax highlighting and config 2019-09-29 08:17:31 +02:00
build.gradle.kts Add syntax highlighting and config 2019-09-29 08:17:31 +02:00
gradle.properties Initial commit 2019-09-19 22:06:57 +02:00
kodeshare.properties Document usage on about page 2019-09-29 11:50:14 +02:00
settings.gradle Initial commit 2019-09-19 22:06:57 +02:00