Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Antichristal

Members
  • Joined

  • Last visited

Everything posted by Antichristal

  1. I have figured it out, I am using a VPN server to connect to my local network externally, this docker uses some kind of proxy. I followed this: https://github.com/haugene/docker-transmission-openvpn/issues/699, In particular LOCAL_NETWORK: allows for a comma list, in which I added the local network of my vpn connection, this fixed it. Hope it helps someone
  2. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Transmission_VPN' --net='bridge' --privileged=true -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'OPENVPN_USERNAME'='<email>' -e 'OPENVPN_PASSWORD'='<password>' -e 'OPENVPN_PROVIDER'='NORDVPN' -e 'LOCAL_NETWORK'='192.168.0.0/24' -e 'TRANSMISSION_RPC_USERNAME'='admin' -e 'TRANSMISSION_RPC_PASSWORD'='password' -e 'OPENVPN_OPTS'='--inactive 3600 --ping 10 --ping-exit 60' -e 'PUID'='99' -e 'PGID'='100' -e 'TRANSMISSION_DOWNLOAD_DIR'='/downloads/incomplete/' -e 'TRANSMISSION_RPC_AUTHENTICATION_REQUIRED'='false' -e 'TRANSMISSION_RATIO_LIMIT'='0.001' -e 'TRANSMISSION_RATIO_LIMIT_ENABLED'='false' -e 'TRANSMISSION_DOWNLOAD_QUEUE_SIZE'='15' -e 'TRANSMISSION_CACHE_SIZE_MB'='10' -e 'TRANSMISSION_INCOMPLETE_DIR'='/downloads/incomplete' -e 'TRANSMISSION_WEB_UI'='transmission-web-control' -e 'GLOBAL_APPLY_PERMISSIONS'='true' -p '9091:9091/tcp' -p '1198:1198/udp' -v '/mnt/user/data/downloads/':'/data':'rw' -v '/mnt/user/data/downloads/completed/':'/downloads':'rw' -v '/mnt/user/data/downloads/watch/':'/watch':'rw' -v '/mnt/user/data/downloads/':'/mnt/user/T_Media/Torrent/':'rw' -v '/mnt/user/appdata/Transmission_VPN':'/config':'rw' --restart=always --log-opt max-size=50m --log-opt max-file=1 'haugene/transmission-openvpn' Full Log : https://pastebin.com/r3Qtm506 I can confirm my local network is 192.168.0.0/24. Also my web UI worked pre last update. Hope you figure something out Thanks
  3. I am having the same problem

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.