Skip to content

aria2

🛠 Installation

Default Port: 6880

Within the LXC console, run cat rpc.secret to display the rpc-secret. Copy this token and paste it into the Aria2 RPC Secret Token box within the AriaNG Settings. Then, click the reload AriaNG button.

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/aria2.sh)"
bash -c "$(wget -qLO - https://github.com/asylumexp/Proxmox/raw/main/ct/aria2.sh)"

âš™ Config

Make symlinks to repo.

Traefik

homelab/pve/traefik/conf.d/aria2.yaml
---
http:
 #region routers 
  routers:
    aria2:
      entryPoints:
        - "websecure"
      rule: "Host(`aria2.l.nicholaswilde.io`)"
      middlewares:
        - default-headers@file
        - https-redirectscheme@file
      tls: {}
      service: aria2
    aria2s:
      entryPoints:
        - "websecure"
      rule: "Host(`aria2s.l.nicholaswilde.io`)"
      middlewares:
        - default-headers@file
        - https-redirectscheme@file
      tls: {}
      service: aria2s
#endregion
#region services
  services:
    aria2:
      loadBalancer:
        servers:
          - url: "http://192.168.2.21:6880"
        passHostHeader: true
    aria2s:
      loadBalancer:
        servers:
          - url: "http://192.168.2.21:6800"
        passHostHeader: true
#endregion

Task List


🔗 References