Skip to content

TheDcoder/Bria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bria

Bria is a container image based on LinuxServer.io's base alpine image containing aria2 along with AriaNg and webui-aria2 frontends to serve as a standalone web-based downloader application. Caddy is used for the web server and it also serves up the downloaded files for easy access.

Quick start

docker run --rm -p 80:80 ghcr.io/thedcoder/bria:latest

An RPC secret token is automatically generated on the first-run and printed to the console.

Ports

  • 80 - Serves everything via Caddy, even the RPC interface is reverse proxied.

Volumes

  • /config - Configuration files, can be modified to your liking.
  • /downloads - Default destination for downloads, everything under here is also served via the web server.

Acknowledgements

The following parts of this project were created by AI (mostly GPT-5 via GitHub Copilot):

  • The landing page
  • The workflow file to publish the image

Thanks to the authors of aria2, its frontends, linuxserver.io which serve as the foundation for this project.

About

Container (Docker) image with aria2 and helpful frontends

Topics

Resources

License

Stars

Watchers

Forks

Packages