Do we need I2P to access that link? It shows address not found.
Comment on self-hosted i2p+qbittorrent beginner quickstart
xabadak@lemmings.world 2 weeks agoThere’s basically only one, listed towards the bottom of the guide in the repo: http://tracker2.postman.i2p/. And it’s “public” but only accessible via I2P, which is explained in the guide.
Railcar8095@lemmy.world 2 weeks ago
coffelov@lemmy.ml 2 weeks ago
I just tried to test it and i dont know why but i cant access the qbit client, do i need to use a i2p browser for that?
xabadak@lemmings.world 2 weeks ago
Nope, any browser should work. The compose file in my repo should be exposing qbittorrent on port 8080 (line 27 in the file). I would say first:
podman-compose ps
ordocker-compose ps
from the folder that contains the compose fileping
to make sure you can reach the serverss
ornetstat
on your server to make sure it’s actually listening on the port you expect qBittorrent to be listening on (8080
unless you changed it)podman-compose logs
from the folder that contains the compose filepodman-compose logs
and you should see the temporary password generated by qBittorrent (this is explained in the guide)coffelov@lemmy.ml 2 weeks ago
I tried using docker on portainer for that on a different port but it didnt load, i will try to spin up a vm yo try it again