Skip to content

TrueNAS SCALE

Stefan Gangefors edited this page Mar 21, 2023 · 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.

    • Container Images

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

    • Container Environment Variables

      • PUID: 1000 (or the UID you want as file owner)
      • PGID: 1000 (or the GID you want as file owner)
    • 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)
    • Storage

      Configure Host Path Volumes as you see fit.

    • Scaling/Upgrade Policy

      Kill existing pods before creating new ones

  3. Finish the wizard and the application should be accessible on http://<nas_ip>:15600/

Clone this wiki locally