Comment on self-hosted i2p+qbittorrent beginner quickstart
xabadak@lemmings.world 3 weeks agoNope, 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:
- make sure the containers are running, use
podman-compose ps
ordocker-compose ps
from the folder that contains the compose file - use
ping
to make sure you can reach the server - use
ss
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) - view logs using
podman-compose logs
from the folder that contains the compose file - if you can see the web ui but don’t know what the password is, use
podman-compose logs
and you should see the temporary password generated by qBittorrent (this is explained in the guide)
coffelov@lemmy.ml 3 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