1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00
Go to file
carbotaniuman f62eb0db00 Merge branch 'm3ch_mania-master-patch-45260' into 'master'
Fix typo in settings.sample.yaml

See merge request mangadex-pub/mangadex_at_home!84
2021-03-21 23:22:27 +00:00
docker Fix prom/grafana version, and update grafana + dash to 7.4 2021-02-21 18:19:49 +00:00
gradle/wrapper Validate tokens 2020-07-02 16:45:33 -05:00
src Fix typo for cache size 2021-03-13 20:35:04 +00:00
.gitattributes Added .gitattributes to help sort out CHANGELOG.md merge conflicts 2020-06-14 05:04:35 +08:00
.gitignore Fix a bunch of various nits 2021-01-24 12:05:05 -06:00
.gitlab-ci.yml Fix prom/grafana version, and update grafana + dash to 7.4 2021-02-21 18:19:49 +00:00
build.gradle Next 2021-03-11 20:09:14 +00:00
CHANGELOG.md Next 2021-03-11 20:09:14 +00:00
Dockerfile Update to next-gen 2021-01-24 04:55:11 +00:00
gradle.properties Next 2021-03-11 20:09:14 +00: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
license_header Format 2021-01-24 20:25:57 -06:00
README.md Update to next-gen 2021-01-24 04:55:11 +00:00
settings.gradle Update to next-gen 2021-01-24 04:55:11 +00:00
settings.sample.yaml Fix typo in settings.sample.yaml 2021-03-21 21:49:33 +00: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

Run with Docker (& optionally Prometheus+Grafana)