mirror of
https://github.com/AdrienPoupa/docker-compose-nas.git
synced 2024-11-21 10:46:10 +02:00
Avoid hardcoding credentials for pia forwarding on qbittorrent
This commit is contained in:
parent
cfd7601449
commit
17b4d620c1
@ -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
|
||||
@ -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
|
||||
|
@ -1,8 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
port="$1"
|
||||
QBT_USER=admin
|
||||
QBT_PASS=adminadmin
|
||||
QBT_PORT=8080
|
||||
|
||||
echo "Setting qBittorrent port settings ($port)..."
|
||||
|
Loading…
Reference in New Issue
Block a user