Go to file
carbotaniuman ce94b21b03 Update CI 2021-10-02 03:54:09 +00:00
docker Update metrics 2021-05-21 15:23:49 +00:00
gradle/wrapper Update to Gradle 7 and Kotlin 1.5.10 2021-07-06 14:40:02 -05:00
src Merge branch 'disable-token-validation' into 'master' 2021-10-01 02:21:31 +00:00
.gitattributes Update to Gradle 7 and Kotlin 1.5.10 2021-07-06 14:40:02 -05:00
.gitignore Fix a bunch of various nits 2021-01-24 12:05:05 -06:00
.gitlab-ci.yml Update CI 2021-10-02 03:54:09 +00:00
CHANGELOG.md Cut 2.0.1 2021-05-28 19:06:55 +00:00
Dockerfile Update to next-gen 2021-01-24 04:55:11 +00:00
LICENSE Squash a bunch of commits together 2020-06-06 17:52:25 -05:00
README.md Update to next-gen 2021-01-24 04:55:11 +00:00
build.gradle Update CI 2021-10-02 03:54:09 +00:00
gradle.properties Update to Gradle 7 and Kotlin 1.5.10 2021-07-06 14:40:02 -05:00
gradlew Update to Gradle 7 and Kotlin 1.5.10 2021-07-06 14:40:02 -05:00
gradlew.bat Update to Gradle 7 and Kotlin 1.5.10 2021-07-06 14:40:02 -05:00
license_header Format 2021-01-24 20:25:57 -06:00
settings.gradle Minor cleanup 2021-10-01 02:19:58 +00:00
settings.sample.yaml Add support for proxy protocol IP forwarding 2021-07-19 16:38:09 +00:00

README.md

Mangadex@Home

To Build

Requirements

  • The Java(TM) SE JDK, version 8 or greater
  • ~500MB of free space

Instructions

  • Run ./gradlew build in order to build the entire project
  • Find the generated jars in build/libs, where the -all jar is fat-jar with all dependencies

Run with Docker (& optionally Prometheus+Grafana)