Skip to main content

Joal

First, download the latest tar.gz release and extract config.json clients and torrents, to /srv/path/Joal. This folder will be our joal-conf.

Then, deploy stack

version: "2"
services:
  joal:
    image: anthonyraymond/joal
    container_name: joal
    restart: unless-stopped
    volumes:
      - /srv/path/Files/Joal/:/data
    ports:
      - 6512:6512 # can be whatever you want
    command: ["--joal-conf=/data", "--spring.main.web-environment=true", "--server.port=6512", "--joal.ui.path.prefix=joal_", "--joal.ui.secret-token=xxxxxx"]

To access the Web-UI, go to http://192.168.x.xx:6512/joal_/ui/, connect with path prefix and secret token.