Sign inSign up

abrahammouse/raspbian-aria2-webui

By abrahammouse

•Updated over 9 years ago

Image
5

10K+

abrahammouse/raspbian-aria2-webui repository overview

⁠Introduction

This image is built based on sdhibit/rpi-raspbian. For more information about the base image, please refer to this link⁠

Since currently dockerhub is unable to automatically build ARM images, the Dockerfile is available on my github: https://github.com/abrahammouse/raspbian-aria-webui⁠

⁠What's inside this image

  1. Raspbian
  2. Aria2
  3. Nginx
  4. Webui

⁠How to use

Please note that there are 2 ports need to be published so that you can use the webui to control aria2. One is the 6800 port for the jsonrpc of the aria2. The other is the port of the webui which is 80 by default.

⁠Basic usage:

docker -d --name aria \
  -p 6800:6800 \
  -p 80:80 \
  -v /path/to/the/folder:/data \
  abrahammouse/raspbian-aria2-webui

If you are running this on your raspberry pi at home, and would like to access this image from the Internet, you will need:

  1. a vps (if you don't have one, you can try this⁠)
  2. a script that setup reverse ssh tunnel from the raspberry pi to the vps⁠

Tag summary

Content type

Image

Digest

Size

78.7 MB

Last updated

over 9 years ago

docker pull abrahammouse/raspbian-aria2-webui