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.

PureLoneWolf

Members
  • Joined

  • Last visited

  1. Just came here looking for the same info. I used the Unraid Patch tool yesterday and it downloaded a patch 1.0.0 ( I am on 7.0.0) and, this morning, I get that error. Everything seems to be running and my server didn't reboot though.
  2. I finally had a breakthrough whilst I was doing a fresh install. I removed calibre with the "Delete Image" checkbox ticked and then went into my appdata folder and renamed the calibre folder to calibre-680. Then I installed from Community Apps as before and added container paths for /books and /import and it worked. Loaded up normally. It was only when I tried to enable the OPDS content server and spotted it was sharing on a Bridge network that I saw the difference. I have been running for years on the "host" network type. When I switched the network from Bridge to Host I was immediately faced with it not launching as before. Switching back to Bridge and it works again. I have just left it with the Bridge network type now and just added the OPDS port mapping. Not sure if this will help anyone else, thought I would share. TLDR - If it won't launch on the current version where 6.8.0 works and you have Host network type selected, change to Bridge and test.
  3. Sorry - I didn't get the notification.... I downloaded web control from here https://github.com/ronggang/transmission-web-control/archive/master.zip Then, I extracted the src directory from master.zip, renamed it to web-control and placed it in my Downloads share (accessible from the docker as /downloads, in my case /mnt/user/Downloads). Lastly, I edited my Transmission docker template to make sure that there was a variable called TRANSMISSION_WEB_HOME: Config Type: Variable Name: TRANSMISSION_WEB_HOME Key: TRANSMISSION_WEB_HOME Value: /downloads/web-control/ Now, when I head to the WebGUI, I get the web-control interface. Hope that helps
  4. And do you have a /mnt/user/eBooks on Unraid? If so, try /books/Calibre in the GUI and see
  5. Probably a stupid question, but you are relating it to the location as the Docker sees it, not as Unraid sees it? For example, in my container setup, I have the library location setup as: And I use /books/Calibre for my library from within the GUI. And if I wanted to use a completely different location, I would have to give the container that path manually like with /books in the image.
  6. Would you mind posting the steps you took to uninstall/delete the image. I tried that a little while ago and nothing changed for me... I just want to make sure that I am not being an idiot. Thanks
  7. Would anyone happen to have a link to how they installed Transmission Remote Gui for Unraid? ***EDIT*** Figured a solution out - I went with web-control and installed it under /appdata/transmission/web-control and then used the TRANSMISSION_WEB_HOME variable to specify /config/web-control/
  8. If anyone has a suggestion, I would appreciate it. Tried each release since my last post and it's the same issue each and every time. 6.8.0 works flawlessly when I go back to it. Thanks
  9. Tried moving to 6.10.0 just now - Same issue. Never gets to "Listening" and the logs show a load of weird characters at the top like in one of my previous post attachments. Has anyone found a solution to this?
  10. It was a lovely 11 days.. Updated to 6.9.0 this morning - Immediately met with Connection Refused. Logs show as before, it doesn't get to the "Listening" stage. Tried with and without the --security option. Back to 6.8.0 and it's fine - My Unraid is up to date 6.11.5 if that helps. Would anyone have a solution?
  11. Small update - Not sure what changed or if the newer iteration of Unraid helped, but now it works with the latest version and the --security extra parameter. Fingers crossed it stays that way now
  12. I wish that was true for me - After reading this I went through and updated, checked with and without the security option - Same results as in my previous log files - It doesn't get to "listening" - Went back to 6.4.0 - Works instantly
  13. I was messing around, trying to get it going, and realised that there are some major differences in the logs after 6.4 starts and after the latest version starts. I also realised that I had never posted either of them. Sorry about that. Here they are Calibre-64-Log.txt Calibre-66-Log.txt
  14. Same result unfortunately - Could it have anything to do with 6.11.0 and the fact that I had to remove the Nerdpack as it's not compatible? Perl is now baked in, apparently, and I don't think I had anything other than Perl installed via the Nerdpack, but I figured I would ask.
  15. Here you go, and thanks docker run -d --name='Transmission_VPN' --net='bridge' --privileged=true -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="wolfnas" -e HOST_CONTAINERNAME="Transmission_VPN" -e 'OPENVPN_USERNAME'='xxx' -e 'OPENVPN_PASSWORD'='xxx' -e 'OPENVPN_CONFIG'='default' -e 'OPENVPN_PROVIDER'='SURFSHARK' -e 'LOCAL_NETWORK'='192.168.0.0/24' -e 'TRANSMISSION_RPC_USERNAME'='xxx' -e 'TRANSMISSION_RPC_PASSWORD'='xxx' -e 'OPENVPN_OPTS'='--inactive 3600 --ping 10 --ping-exit 60 --mute-replay-warnings' -e 'PUID'='99' -e 'PGID'='100' -e 'TRANSMISSION_DOWNLOAD_DIR'='/downloads/Transmission' -e 'TRANSMISSION_RPC_AUTHENTICATION_REQUIRED'='true' -e 'TRANSMISSION_RATIO_LIMIT_ENABLED'='true' -e 'TRANSMISSION_DOWNLOAD_QUEUE_SIZE'='20' -e 'TRANSMISSION_CACHE_SIZE_MB'='10' -e 'TRANSMISSION_INCOMPLETE_DIR'='/downloads/incomplete' -e 'TRANSMISSION_WEB_UI'='transmission-web-control' -e 'GLOBAL_APPLY_PERMISSIONS'='false' -e 'WEBPROXY_ENABLED'='false' -e 'PIA_OPENVPN_CONFIG_BUNDLE'='openvpn-tcp' -e 'TRANSMISSION_PEER_PORT_RANDOM_LOW'='51413' -e 'TRANSMISSION_PEER_PORT_RANDOM_HIGH'='51613' -e 'TRANSMISSION_SPEED_LIMIT_UP'='500' -e 'TRANSMISSION_SPEED_LIMIT_UP_ENABLED'='true' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:9091]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/activ/docker-templates/master/activ/images/transmission-icon.png' -p '9091:9091/tcp' -p '1194:1198/tcp' -v '/mnt/user/Downloads/':'/data':'rw' -v '/mnt/user/Downloads/':'/downloads':'rw' -v '/mnt/user/Downloads/watch/':'/watch':'rw' -v '/mnt/user/T_Media/Torrent/':'/mnt/user/T_Media/Torrent/':'rw' -v '/mnt/user/Downloads/Transmission/config/':'/config':'rw' --cap-add=NET_ADMIN --restart=always --log-opt max-size=50m --log-driver json-file --dns 8.8.8.8 --dns 8.8.4.4 'haugene/transmission-openvpn:latest' fb11c1c05d9ae8b68e0d51e783d9bbfcd1948342e18e777d77c2ec0576f8e3bd

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.