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

task: Available tasks for this project:
* decrypt:       Decrypt .env using SOPS
* enable:        Enable service
* encrypt:       Encrypt .env using SOPS
* export:        Export the task list
* init:          Init
* mklinks:       Make client symlinks
* restart:       Resart service
* start:         Start service
* status:        Service status
* stop:          Stop service
* update:        Update running containers
* upgrade:       Upgrade app

🔗 References