Skip to content

Commit

Permalink
Merge pull request #83 from RaspyPiStyLiS/master
Browse files Browse the repository at this point in the history
Avoid hardcoding credentials for pia forwarding on qbittorrent
  • Loading branch information
AdrienPoupa authored Sep 2, 2024
2 parents 8a2811a + 17b4d62 commit b159669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ services:
- traefik.http.middlewares.jellyseerr-rewrite.plugin.rewrite-body.rewrites[14].replacement="/jellyseerr/$1/".concat
- traefik.http.middlewares.jellyseerr-rewrite.plugin.rewrite-body.rewrites[15].regex=url:"/([/a-zA-Z?=]*)"
- traefik.http.middlewares.jellyseerr-rewrite.plugin.rewrite-body.rewrites[15].replacement=url:"/jellyseerr/$1"

- homepage.group=Media
- homepage.name=JellySeerr
- homepage.icon=jellyseerr.png
Expand Down Expand Up @@ -336,6 +335,8 @@ services:
- LOC=${PIA_LOCATION}
- USER=${PIA_USER}
- PASS=${PIA_PASS}
- QBT_USER=${QBITTORRENT_USERNAME}
- QBT_PASS=${QBITTORRENT_PASSWORD}
- LOCAL_NETWORK=${PIA_LOCAL_NETWORK}
- PORT_FORWARDING=1
- PORT_PERSIST=1
Expand Down
2 changes: 0 additions & 2 deletions pia-shared/portupdate-qbittorrent.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash

port="$1"
QBT_USER=admin
QBT_PASS=adminadmin
QBT_PORT=8080

echo "Setting qBittorrent port settings ($port)..."
Expand Down

0 comments on commit b159669

Please sign in to comment.