Skip to content

TrueNAS SCALE

Stefan Gangefors edited this page Sep 1, 2022 · 7 revisions

Set up AirDC++ Web Client on TrueNAS SCALE

  1. Go to Apps > Available Applications and click Launch Docker Image in the top right corner.

  2. Go through the wizard and input the following when prompted.

    1. Container Images

      Image repository: docker.io/gangefors/airdcpp-webclient

    2. Container Environment Variables

      • PUID: Numeric ID of the user that should own the files
      • PGID: Numeric ID of the group that should own the files
    3. Port Forwarding

      • 21248:21248/tcp (TCP_PORT)
      • 21248:21248/udp (UDP_PORT)
      • 21249:21249/tcp (TLS_PORT)
      • 5600:15600/tcp (HTTP)
      • 5601:15601/tcp (HTTPS, optional)
    4. Storage

      Configure Host Path Volumes as you see fit.

    5. Scaling/Upgrade Policy

      Kill existing pods before creating new ones

  3. Finish the wizard and the application should launch.

Clone this wiki locally