Skip to content

Commit

Permalink
Avoid hardcoding credentials for pia forwarding on qbittorrent
Browse files Browse the repository at this point in the history
  • Loading branch information
raspy committed Aug 8, 2024
1 parent cfd7601 commit 17b4d62
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 17b4d62

Please sign in to comment.