Skip to content

Gluetun+PIA: anyone have a script to auto-update the forwarded port in qbittorrent? #1555

Answered by DcR-NL
jay-kub asked this question in Q&A
Discussion options

You must be logged in to vote

The docker compose solution I've been using is charlocharlie/qbittorrent-port-forward-file. Something like this (bare minimal):

  qbittorrent-port:
    image: charlocharlie/qbittorrent-port-forward-file:latest
    container_name: qbittorrent-port
    environment:
      - QBT_USERNAME=${QBITTORRENT_USER}
      - QBT_PASSWORD=${QBITTORRENT_PASS}
      - QBT_ADDR=${QBITTORRENT_URL}
      - PORT_FILE=/config/forwarded_port
    volumes:
      - /something/gluetun/main/:/config:ro
    restart: unless-stopped

Replies: 6 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jay-kub
Comment options

@DieSchoeneWolke
Comment options

Comment options

You must be logged in to vote
4 replies
@jay-kub
Comment options

@DieSchoeneWolke
Comment options

@jay-kub
Comment options

@DieSchoeneWolke
Comment options

Answer selected by jay-kub
Comment options

You must be logged in to vote
2 replies
@jay-kub
Comment options

@GotRambutan
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@jay-kub
Comment options

@tomdh76
Comment options

@R7KT
Comment options

@tomdh76
Comment options

@EMarshal
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
9 participants