Giter VIP home page Giter VIP logo

aria2-with-webui's Introduction

个人博客 xujinkai.net

应用

  • OneQuick Windows热键辅助工具,简化操作,提高效率

  • ShellCommand 通过配置文件动态添加右键菜单

  • xx-crypto-cli [WIP] 跨平台密码工具箱

  • cmdparser C语言命令行解析库,测试及示例充分,高度可定制

aria2-with-webui's People

Contributors

beigna avatar xujinkai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

aria2-with-webui's Issues

新版本跑不起来

老版本在群晖里能跑,新的跑不起来了,想用之前的版本因为没tag用不了。。
日志里看不到报错,但是页面用6880无法打开,换成6881后直接显示成webui的文件目录了

下载后的文件不在设定的文件夹内

群晖Docker安装
修改aria2.conf:dir=/volume2/Download/Complete/Aria2
docker容器里映射同一目录为下载目录
下载时可以看到文件,但是下载完成后,文件就消失(下载目录已设置7777权限)
请问是哪里出问题?

Cant use DirectURL function

I want download my files from a remote server.
However,I received a 404 Not Found Error.

For instance

Not Found

The URL you requested (/cha-cha.mp4) was not found.
Generated by darkhttpd/1.12 on Sun, 01 Jan 2017 02:10:36 GMT

I tried change url to /data/_dl,but still have this problem

Not Found

The URL you requested (/data/_dl/cha-cha.mp4) was not found.
Generated by darkhttpd/1.12 on Sun, 01 Jan 2017 02:15:45 GMT

Your project is great.Could add or fix this function?

DirectURL: https://github.com/ziahamza/webui-aria2/blob/master/directurl.md

getting Aria2-with-webui to work with nginx reverse proxy

I've recently installed this Aria2-with-webui using this docker image:

i have a couple of other docker images that provide different services. all of those apps web based GUI are accessible from the outside through nginx reverse proxy. such as
https://my.domain.com/app1
https://my.domain.com/app2
etc

i've tried to access aria2-with-webui through the nginx reverse proxy but without success.
Aria2 with it's UI runs on port 6880
so my nginx location path looks like this:

Aria2

location /aria2 {
proxy_pass http://192.168.X.Y:6880;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}

but all i get in return is error 404. I have tried different approaches without success.
could you by any chance give me a hint in how to access the aria2 gui properly with nginx?

Aria2 WebUI options not saved in /conf/aria2.conf

Hi! I'm new here and I does not know how WebUI works.

But I have a volume for /conf and the changes made from WebUI (ie: upload / download speed) is not persist after container reboot.

Can you address me about that? Thanks!

Creation mode:

sudo docker volume create aria_web
sudo docker run -d --name aria_web -p 6800:6800 -p 6880:80 -p 6888:8080 -v /mnt/raid/samba/storage/aria:/data -v aria_web:/conf -e SECRET=abcd xujinkai/aria2-with-webui

aria2webui是不能通过账号密码控制的么?

我用Nginx做了一层代理,放在公网上的。

然后并没有找到可以设置账号密码的地方。。。所以是直接裸奔的?

亦或者只能在RPC那里设置一下, 然后每次换个地方用,就配置下RPC里的Token或者账号密码?

Why aria2 still download into container not my folder

hello author.thanks for your share

under the line is my start code for aria2-with-webui and runing successfully
i add some tasks on webui ,but the file download to my container not my folder on ~/Downloads


sudo docker run -d
--name aria2-with-webui
-p 6800:6800
-p 6880:80
-p 6888:8080
-v ~/Downloads:/data
-v ~/Downloads:/conf
xujinkai/aria2-with-webui


最新版docker开启rpc-secret cpu 狂飚

开发者你好,
非常感谢你的docker作品。使用很方便,但我发现只要我在conf里面添加 一行

rpc-secret=token

这条配置启用 token 后,虽然客户端可以连接上去,但是docker容量看到cpu一路狂飚,一直在30%左右(未开始下载作业 )。

只要删除这条配置就回到1%左右,目前切到了使用用户名与密码的鉴权方式。请问想修改到token的认证方式是否还有需要配置的地方?

[Bugreport] cannot start with selinux

RHEL 7.6 Maipo (3.10.0-957.5.1.el7.x86_64)

There is a problem with the selinux policy. I just create a container by the introduction but it failed to run, with the information like 'Permission Denied'. And it's working by using the configuration below.

SELinux details

SELinux is preventing /bin/busybox from write access on the directory conf.
Source Context                system_u:system_r:container_t:s0:c190,c693
Target Context                system_u:object_r:user_home_t:s0

With SELinux policy, ':z' should be appended to the bind option.

sudo docker run -d \
--name aria2-with-webui \
-p 6800:6800 \
-p 6880:80 \
-p 6888:8080 \
-v /DOWNLOAD_DIR:/data:z \
-v /CONFIG_DIR:/conf:z \
-e SECRET=YOUR_SECRET_CODE \
xujinkai/aria2-with-webui

You may need to update the README.
see also : https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label

New issue with Aria2

Hi All,
I install the docker and can not run aria2 , when i tried show status of the container , it as below picture , I'm a new raspberry pi, could you please advise me for this case ? Appreciate for whose help :)

image

When i tried go to the http://localhost:6880 ,
image

建议取消下载完成后自动移动的功能

在使用插件导出115或者百度盘的文件夹时,插件会遍历目标文件夹,并为里面的每一个文件分别创建下载任务,同时保留文件夹结构。下载完成后自动移动的功能会把所有结果文件都堆叠到根目录下,导致文件夹结构完全丢失。

armhf support?

Hi, would it be possible to build and publish this to the docker repos with armhf support? Would love to be able to run this on my raspberry pi zero.

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.