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

Everything posted by PureLoneWolf

  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
  16. I do keep periodically trying (hope springs eternal) and I now see this at the top: ./etc/openvpn/fetch-external-configs.sh: line 16: config_repo_temp_dir: unbound variable uk-gla.prod.surfshark.com_udp.ovpn uk-lon-mp001.prod.surfshark.com_tcp.ovpn uk-lon-mp001.prod.surfshark.com_udp.ovpn uk-lon-st001.prod.surfshark.com_tcp.ovpn uk-lon-st001.prod.surfshark.com_udp.ovpn uk-lon-st002.prod.surfshark.com_tcp.ovpn uk-lon-st002. ********SNIP*************** And this at the bottom: NB: Remember to not specify .ovpn as part of the config name. Starting container with revision: a95f586492b2b7e8ff2cc8ac7f91bc43c0cccc40 Creating TUN device /dev/net/tun Using OpenVPN provider: SURFSHARK Running with VPN_CONFIG_SOURCE auto No bundled config script found for SURFSHARK. Defaulting to external config Downloading configs from https://github.com/haugene/vpn-configs-contrib/archive/main.zip into /tmp/tmp.SdXxgbOF93 It does say something at the end after the downloading, but I can't catch it before the window closes and then the log refreshes as it restarts
  17. Thanks - I was already using that - It seems to unpack the Surfshark ovpn files and loops after that - I can't seem to get a complete log as it clears itself during the loops. Shame, I much prefer Transmission over the others
  18. I saw that too, but I am not sure where to begin to troubleshoot that. I just setup another client using Surfshark and it works without issue. Maybe the ovpn connections changed, but I can't find them to check.
  19. My Transmission_VPN container restarted and it refuses to load now. It just loops - I can't view the logs at all until I force it to stop I'm using Surfshark, which is working fine on my other containers. The log just shows a list of the SS ovpn files and then this at the bottom Starting container with revision: a95f586492b2b7e8ff2cc8ac7f91bc43c0cccc40 WARNING: initial DNS resolution test failed Creating TUN device /dev/net/tun Using OpenVPN provider: SURFSHARK Running with VPN_CONFIG_SOURCE auto No bundled config script found for SURFSHARK. Defaulting to external config Downloading configs from https://github.com/haugene/vpn-configs-contrib/archive/main.zip into /tmp/tmp.U2GEmwrowd Would anyone have any ideas? I didn't see an update, it was working fine last night.
  20. Just to re-visit this one as I saw a new update pushed to docker hub, which just immediately gave me a "Refused to connect" once applied. I have attached my docker config, just for a sanity check against others that got it working. For interest, I added the "--security-opt" parameter to my working 6.4.0 install and it still works perfectly. However, when I go to the latest version, I just get a "Refused to connect error". I am on the latest Unraid Stable Version: 6.11.0 If anyone has any ideas, it would be appreciated
  21. That doesn't want to work for me unfortunately. With that option set, I just get "Refused to connect" responses in the browser
  22. Edit your docker and change the repository to: linuxserver/calibre:6.4.0
  23. Hi all I just updated my Calibre and I can't seem to access the guac client - Just getting server refused to connect - I didn't change anything, just updated. I can't see any errors in the logs at all - Anyone else having issues?
  24. Good shout - Thank you I had checked a few times after it didn't work - But hadn't checked in a while. All up and running again now
  25. Hi all I literally just updated my Calibre and now it doesn't launch - The docker starts up normally and doesn't seem to generate errors...but when I try to go to the WebGUI, I just get a black screen in the browser window. The little circle appears that lets me choose to show the on-screen keyboard and browser files etc is there and works, but Calibre never launches and, since the move to Guacamole, if I don't launch Calibre at least once in a browser window...the OPDS server doesn't start and I can't connect my apps. Would anyone have any ideas? Thanks

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.