mayswind / AriaNg

AriaNg, a modern web frontend making aria2 easier to use.
http://ariang.mayswind.net
MIT License
11.83k stars 1.29k forks source link

Endless loading layer is preventing user from adding custom headers #744

Closed limuyuan closed 9 months ago

limuyuan commented 9 months ago

image

Not sure if I'm adding the headers from the correct position...

I have the same use case as mentioned in #638 but I don't know how to do this...

The only place I have found is under HTTP settings, I tried to input but it's blocked by the Loading layer. After manually removing the loading nodes via DevTools, I found the settings are not saved actually...

I am using Cloudflare Tunnel and successfully exposed AriaNg to public network (with protection), and I'm trying to access Aria2 hosted from my home...

mayswind commented 9 months ago

image

Please change the options in AriaNg Settings if you want to change the rpc connection configuration. Options in Aria2 Settings would effect the connected aria2 settings.

limuyuan commented 9 months ago

image

Please change the options in AriaNg Settings if you want to change the rpc connection configuration. Options in Aria2 Settings would effect the connected aria2 settings.

The UI looks different from my side: image

I was using docker compose:

  AriaNg:
    container_name: ariang
    image: p3terx/ariang
mayswind commented 9 months ago

image Please change the options in AriaNg Settings if you want to change the rpc connection configuration. Options in Aria2 Settings would effect the connected aria2 settings.

The UI looks different from my side: image

I was using docker compose:

  AriaNg:
    container_name: ariang
    image: p3terx/ariang

the minimal version which supports custom header is 1.3.1, please upgrade to the latest version. if you use third-party release, please contact the maintainer.

limuyuan commented 9 months ago

image Please change the options in AriaNg Settings if you want to change the rpc connection configuration. Options in Aria2 Settings would effect the connected aria2 settings.

The UI looks different from my side: image I was using docker compose:

  AriaNg:
    container_name: ariang
    image: p3terx/ariang

the minimal version which supports custom header is 1.3.1, please upgrade to the latest version. if you use third-party release, please contact the maintainer.

Oh...I didn't realize I was using a third-party release... Thank you so much for your help :)