Code Monkey home page Code Monkey logo

hath-docker's Introduction

Hentai@Home Docker

Run H@H as a non-root user in the docker.

Usage

docker run -d --name hath \
    -p 443:443 \
    -v $PWD/data:/hath/data \
    -v $PWD/download:/hath/download \
    -v $PWD/cache:/hath/cache \
    -v $PWD/log:/hath/log \
    -v /dev/shm/hath:/hath/temp \
    -e HatH_KEY=12345-xXxXxXxXxXxXxXxXxXxX \
    -e PUID=$(id -u) \
    -e "JVM_OPT=-Xmx512m -Xms512m" \
    mocukie0/hath --rescan_cache=true --verify_cache=true

Parameters

Param Description
-p 443:443 H@H port set in your configuration page, host port must be match container port.
-v /hath/data H@H data directory to store your login info.
-v /download Location of H@H downloads on disk.
-v /hath/cache H@H cache directory.
-v /hath/log H@H log directory.
-v /hath/temp H@H temp directory.
-e HatH_KEY=12345-xXxXxXxXxXxXxXxXxXxX The Key format is ${client_id}-${client_key}, id and key can be found on your configuration page.
-e PUID=$(id -u) Avoid volumes permissions issues between Host and Container.
-e "JVM_OPT=-Xmx512m -Xms512m" Custom java vm options.
--rescan_cache=true --verify_cache=true The arguments passed to HentaiAtHome.jar, see ehwiki.

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.