-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Is there a pinned issue for this?
- I have read the pinned issues and could not find my issue
Is there an existing or similar issue/discussion for this?
- I have searched the existing issues
- I have searched the existing discussions
Is there any comment in the documentation for this?
- I have read the documentation, especially the FAQ and Troubleshooting parts
Is this related to a provider?
- I have checked the provider repo for issues
- My issue is NOT related to a provider
Are you using the latest release?
- I am using the latest release
Have you tried using the dev branch latest?
- I have tried using dev branch
Docker run config used
version: '3.8'
services:
transmission:
image: haugene/transmission-openvpn:latest
container_name: Transmission-OpenVPN
cap_add:
- NET_ADMIN
ports:
- 9091:9091
environment:
- PUID=1027
- PGID=100
- LOCAL_NETWORK=10.55.0.0/24
- ./openvpn-credentials.txt:/config/openvpn-credentials.txt
- OPENVPN_USERNAME=**None**
- OPENVPN_PASSWORD=**None**
- OPENVPN_PROVIDER=PRIVATEVPN # PIA or etc
- OPENVPN_CONFIG=JP Tokyo,AU Sydney,BR Sao Paulo,SG Singapore,FR Paris
- CREATE_TUN_DEVICE=true
- HEALTH_CHECK_HOST=ui.com
- TRANSMISSION_WEB_UI=transmission-web-control
- TRANSMISSION_BLOCKLIST_ENABLED=true
- TRANSMISSION_BLOCKLIST_URL="http://list.iblocklist.com/?list=ydxerpxkpcfqjaybcssw&fileformat=p2p&archiveformat=gz"
- TRANSMISSION_DOWNLOAD_QUEUE_ENABLED=true
- TRANSMISSION_DOWNLOAD_QUEUE_SIZE=5
- TRANSMISSION_ENCRYPTION=2
- TRANSMISSION_PEX_ENABLED=false
- TRANSMISSION_DHT_ENABLED=false
- TRANSMISSION_LPD_ENABLED=false
- TRANSMISSION_ALT_SPEED_DOWN=10240
- TRANSMISSION_ALT_SPEED_ENABLED=true
- TRANSMISSION_ALT_SPEED_TIME_BEGIN=420
- TRANSMISSION_ALT_SPEED_TIME_DAY=127
- TRANSMISSION_ALT_SPEED_TIME_ENABLED=true
- TRANSMISSION_ALT_SPEED_TIME_END=1439
- TRANSMISSION_ALT_SPEED_UP=1024
- TRANSMISSION_MAX_PEERS_GLOBAL=250
- TRANSMISSION_PEER_ID_TTL_HOURS=6
- TRANSMISSION_PEER_LIMIT_GLOBAL=250
- TRANSMISSION_PEER_LIMIT_PER_TORRENT=50
- TRANSMISSION_RATIO_LIMIT=1
- TRANSMISSION_RATIO_LIMIT_ENABLED=true
- TRANSMISSION_ALLOW_COMPRESSSION=false
volumes:
- /volume1/docker/transmission-openvpn/resolv.conf:/etc/resolv.conf:ro # use to stop dns-leak
- /volume1/docker/transmission-openvpn/config:/config
- /volume1/Media/Downloads:/data
restart: unless-stopped
Current Behavior
Having a issue for the last 3 days or so, it seems there is config al of a sudden missing for PRIVATEVPN.
Expected Behavior
Container still runs, but Transmission doesn't load
How have you tried to solve the problem?
Deleting vpn config files and allow re-download
Log output
Starting container with revision: fd609f2
TRANSMISSION_HOME is currently set to: /config/transmission-home
Creating TUN device /dev/net/tun
Using OpenVPN provider: PRIVATEVPN
Running with VPN_CONFIG_SOURCE auto
No bundled config script found for PRIVATEVPN. Defaulting to external config
Will get configs from https://github.com/haugene/vpn-configs-contrib.git
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Starting container with revision: fd609f2
TRANSMISSION_HOME is currently set to: /config/transmission-home
HW/SW Environment
- OS:Synology Nas
- Docker: Latest using stack in portainerAnything else?
No response