PureLoneWolf

Members
  • Posts

    48
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PureLoneWolf's Achievements

Rookie

Rookie (2/14)

7

Reputation

  1. 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.
  2. 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
  3. And do you have a /mnt/user/eBooks on Unraid? If so, try /books/Calibre in the GUI and see
  4. 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.
  5. 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
  6. 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/
  7. 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
  8. 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?
  9. 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?
  10. 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
  11. 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
  12. 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
  13. 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.
  14. 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
  15. 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