Git Product home page Git Product logo

Comments (7)

VishveshC avatar VishveshC commented on July 30, 2024 2

Try cp index.html login.html from the iQbit/release/public directory assuming you are on linux. The server still looks for login.hml in the iQbit/release/public directory.
(Restart afterwards)

from iqbit.

ntoporcov avatar ntoporcov commented on July 30, 2024

That's aweosme! I'm adding that step to the build command, so the login.html file will just be there on the next update

from iqbit.

VishveshC avatar VishveshC commented on July 30, 2024

@ntoporcov 🙌 That's awesome

from iqbit.

MDevellis avatar MDevellis commented on July 30, 2024

Where do I copy those files to? And also is this supposed to just allow existing users to login because I would like for anyone with the password to just login using one site and not have new users use the regular qbittorrent site to login initially and then go back to the iqbit site to login.

from iqbit.

VishveshC avatar VishveshC commented on July 30, 2024

@MDevellis No. If you have a ReverseProxy set up properly, it all depends on your domain link. Users should directly be able to login on the iQbit UI.
You don't need to copy the index.html anywhere. Just make a duplicate with the name login.html.

  • Essentially, cp index.html login.html within the public directory as I mentioned earlier.
    This command will make a duplicate of index.html with the name login.html

  • Make sure you have the correct root directory pointed in qBittorrent config file (common mistake) the path should look like /somepath/iQbit/release/public

  • Also there is no copying 'those' files. It is a singular file and the cp command should fix the issue.

from iqbit.

MDevellis avatar MDevellis commented on July 30, 2024

Ahhh I see but that didn't fix the issue. If it helps I'm running the qbittorrent on 192.168.50.233:8080 and the iqbit server on 192.168.50.10:8081 which will then be accessed by a domain I have on google domains which we'll call iqbit.google.com.

from iqbit.

VishveshC avatar VishveshC commented on July 30, 2024

Ahhh I see but that didn't fix the issue. If it helps I'm running the qbittorrent on 192.168.50.233:8080 and the iqbit server on 192.168.50.10:8081 which will then be accessed by a domain I have on google domains which we'll call iqbit.google.com.

I assume these are local IPs?

  • Do you have the correct port forwards set up if accessing externally?

  • Also is the qbittorrent proxy correctly pointed in iQbit configs? Interchanging http and https could potentially break stuff(?)

  • Check the firewall rules on both machines

The dirty way to solve this issue would be to install qbittorrent on the iQbit standalone server too, stop the standalone server and point web root to iQbit from qbittorrent config. (Can only use the iQbit UI) This would eliminate the need for the other machine too. Don't know if this would satisfy your needs but I won't be able to help unless you provide me with additional information/logs

from iqbit.

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.