Go to file
carbotaniuman 754c1de51d Merge branch 'update-everything' into 'master'
Update all the deps

See merge request mangadex-pub/mangadex_at_home!103
2023-08-07 22:09:31 +00:00
docker Docker compose changes 2023-04-07 20:51:29 +00:00
gradle/wrapper Update all the deps 2023-08-07 22:09:31 +00:00
src Update all the deps 2023-08-07 22:09: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 Raise minimum guaranteed memory for gradle build to 3GB 2023-04-12 01:42:28 +01:00
CHANGELOG.md Update all the deps 2023-08-07 22:09:31 +00:00
Dockerfile Really fix CI 2022-02-07 03:59:51 +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 all the deps 2023-08-07 22:09:31 +00:00
gradle.properties Update all the deps 2023-08-07 22:09:31 +00:00
gradlew Update all the deps 2023-08-07 22:09:31 +00:00
gradlew.bat Update all the deps 2023-08-07 22:09:31 +00: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)