Go to file
2020-07-05 16:54:54 -05:00
gradle/wrapper Validate tokens 2020-07-02 16:45:33 -05:00
src Update WebUI 2020-07-05 16:54:54 -05:00
.gitattributes Added .gitattributes to help sort out CHANGELOG.md merge conflicts 2020-06-14 05:04:35 +08:00
.gitignore Generate stuff automatically 2020-07-04 14:00:59 -05:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-07-04 23:54:36 +00:00
build.gradle Generate stuff automatically 2020-07-04 14:00:59 -05:00
CHANGELOG.md Update WebUI 2020-07-05 16:54:54 -05:00
Dockerfile Update Dockerfile to add libsodium 2020-07-04 18:08:44 +00:00
gradle.properties Debug fixes 2020-07-01 13:48:32 -05:00
gradlew Added rudimentary gitlab-ci integration 2020-06-23 09:06:23 +08:00
gradlew.bat Squash a bunch of commits together 2020-06-06 17:52:25 -05:00
LICENSE Squash a bunch of commits together 2020-06-06 17:52:25 -05:00
README.md Cleanup repo 2020-06-22 11:00:37 -05:00
settings.gradle Squash a bunch of commits together 2020-06-06 17:52:25 -05:00
settings.sample.json Update sample wording 2020-07-04 10:36:08 -05:00

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