{"id":18837765,"url":"https://github.com/m1k1o/aria2-nginx","last_synced_at":"2025-07-01T23:02:39.947Z","repository":{"id":103462204,"uuid":"370835321","full_name":"m1k1o/aria2-nginx","owner":"m1k1o","description":"Aria2 with Webui in Docker behind Nginx.","archived":false,"fork":false,"pushed_at":"2024-12-25T12:03:56.000Z","size":346,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-29T19:49:49.302Z","etag":null,"topics":["aria2c","docker","nginx"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m1k1o.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-05-25T21:44:22.000Z","updated_at":"2025-02-05T08:27:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0094ef0-a76f-4ca1-8cd0-8aa34e864be1","html_url":"https://github.com/m1k1o/aria2-nginx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m1k1o/aria2-nginx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1k1o%2Faria2-nginx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1k1o%2Faria2-nginx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1k1o%2Faria2-nginx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1k1o%2Faria2-nginx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m1k1o","download_url":"https://codeload.github.com/m1k1o/aria2-nginx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1k1o%2Faria2-nginx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263047658,"owners_count":23405280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aria2c","docker","nginx"],"created_at":"2024-11-08T02:36:15.129Z","updated_at":"2025-07-01T23:02:39.819Z","avatar_url":"https://github.com/m1k1o.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aria2-nginx\r\n\r\nAria2 with Webui in Docker behind Nginx.\r\n\r\n* Aria2: https://aria2.github.io/\r\n* Webui: https://github.com/ziahamza/webui-aria2\r\n* Nginx\r\n\r\nAt the time of creating this repository, Webui does not seem to be in active development (latest change 2 years ago) so I included build here.\r\n\r\n# Usage\r\n\r\n```yml\r\n  aria2:\r\n    build: .\r\n    container_name: aria2\r\n    restart: unless-stopped\r\n    environment:\r\n      - TZ=Europe/Vienna\r\n      - RPC_SECRET=something_random\r\n    volumes:\r\n      - ./downloads:/downloads\r\n    ports:\r\n      - 80:80\r\n```\r\n## User settings\r\n\r\nSet user and group, that will own downloaded files.\r\n\r\n* `PUID=1000`\r\n* `PGID=1000`\r\n\r\n## rpc settings\r\n\r\nWebsocket secret can be adjusted. Create something random, using e.g. `openssl rand -base64 32`.\r\n\r\n* `RPC_SECRET=something_random`\r\n\r\nKeep in mind, that this **secret** will be shared with client. Additional layer of security would be needed\r\n\r\n## aria2 settings\r\n\r\nThese environment variables, with their default values, are supported:\r\n\r\n* `MAX_OVERALL_DOWNLOAD_LIMIT=0`\r\n* `MAX_OVERALL_UPLOAD_LIMIT=32K`\r\n* `MAX_CONCURRENT_DOWNLOADS=10`\r\n* `MAX_CONNECTION_PER_SERVER=16`\r\n* `SPLIT=10`\r\n\r\nMore information [here](https://aria2.github.io/manual/en/html/aria2c.html).\r\n\r\n## More aria2 settings\r\n\r\nIf you need to add more settings, you can add custom `aria2.conf` template.\r\n\r\n```diff\r\n    volumes:\r\n      - ./downloads:/downloads\r\n+      - ./conf/aria2.conf:/conf/aria2.conf.tmpl\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1k1o%2Faria2-nginx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm1k1o%2Faria2-nginx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1k1o%2Faria2-nginx/lists"}