Git Product home page Git Product logo

Comments (6)

antbryan avatar antbryan commented on July 28, 2024

is it possible to tell what features are enabled via RPC, like 'aria2c -v' from the command line?

by default, maybe the webui could just omit features that aren't supported.

from webui-aria2.

ziahamza avatar ziahamza commented on July 28, 2024

we can get enabled features from rpc, so could be automated, a json config file is a nice idea for enabling and customizing webui, should land in soon

from webui-aria2.

ziahamza avatar ziahamza commented on July 28, 2024

It should automatically detect bittorrent and metalink support in aria2 and disable them if not available, working on having a config file, or even a build system to even customize it further for deployment or distribution

from webui-aria2.

pwatk avatar pwatk commented on July 28, 2024

I have webui installed on my server and secured by apache so I'd also like to permanently set the rpc connection settings for aria2 (which is installed on the same server).

I also have another issue.

Every time I sign in to webui I see a login prompt for aria2 even though webui already has the connection settings stored in my browser's (Chrome) cookies. If I wait a few seconds I can watch it connect without me doing anything so I can only assume that there is two connection attempts being made, one without the username and password and one with.

from webui-aria2.

ziahamza avatar ziahamza commented on July 28, 2024

for now, you can manually add the rpc connection settings, just go to js/services/rpc/rpc.js (https://github.com/ziahamza/webui-aria2/blob/master/js/services/rpc/rpc.js#L12) and go to line 12 and edit the object there, the defaults are the follows:

{ host: 'localhost', port: 6800, encrypt: false, auth: { user: '', pass: '' }

from webui-aria2.

ziahamza avatar ziahamza commented on July 28, 2024

A configuration file just landed! Its the configuration.js file at the root of the project.

from webui-aria2.

Related Issues (20)

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.