Comment on self-hosted i2p+qbittorrent beginner quickstart
xabadak@lemmings.world 3 months 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 psordocker-compose psfrom the folder that contains the compose file - use
pingto make sure you can reach the server - use
ssornetstaton your server to make sure it’s actually listening on the port you expect qBittorrent to be listening on (8080unless you changed it) - view logs using
podman-compose logsfrom 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 logsand you should see the temporary password generated by qBittorrent (this is explained in the guide)
coffelov@lemmy.ml 3 months 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