Everything posted by touz
-
[SUPPORT] Tandoor Recipes - CorneliousJD Repo
were you able to solve this? I'm trying to import from NextCloud Cookbook, which seems to work at first, but only maybe 15% of the recipes are imported.
-
[Support] binhex - qBittorrentVPN
I finally for things to work with Jackett, Sonarr and Radarr, thanks to all the amazing posts in this thread. However I'm running 3 instances or LinuxServer's Sonarr and can't get things to work with instances 2 and 3. By removing the port allocation of Sonarr, it seems to default back to port 8989, which is already taken from Sonarr's 1st instance. Even if I change the WebUI port to 9090, it doesn't seems to work. If I stop instance #1 and start instance #2, instance #2 is accessible via port 8989 instead of the 9090 where it's to be expected. Anyone has an idea about what I should try? Here's a part of the log of the 2nd Sonarr instance: Fatal] ConsoleApp: Address already in use. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions Thanks! Sonarr #1 - working Sonarr #2 - not working both Sonarrs in Docker view, same port allocated by the system qbittorrentvpn - Sonarr #1 - working qbittorrentvpn - Sonarr #2 - not working Additionnal ports in qbittorrentvpn
-
**VIDEO GUIDE How to route any container through the network of another (VPN)
not sure i got this right, but this isn't working either... 7879 doesn't want to connect when trying to pass radarr traffic through the vpn. When putting back bridge and removing the extra parameter, radarr's webui is working again, but with my home ip instead of the vpn. Could this be an incompatibility between Binhex-qbittorrent docker and linuxserver Radarr?
-
**VIDEO GUIDE How to route any container through the network of another (VPN)
the ip is 192.168.20.7 (on a VLAN) If I revert back the modifications from the Radarr container, and also remove the radarr port allocation from the qbittorrentvpn container, yes Radarr is working properly. This has been my working setup for the past 3 months Thanks!
-
**VIDEO GUIDE How to route any container through the network of another (VPN)
Here they are qbittorrentvpn root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-qbittorrentvpn' --net='bridge' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='REDACTED' -e 'VPN_PASS'='REDACTED' -e 'VPN_PROV'='airvpn' -e 'VPN_CLIENT'='openvpn' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'WEBUI_PORT'='8080' -e 'LAN_NETWORK'='192.168.20.0/24' -e 'NAME_SERVERS'='9.9.9.9 9 149.112.112.112' -e 'ADDITIONAL_PORTS'='' -e 'DEBUG'='true' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '6881:6881/tcp' -p '6881:6881/udp' -p '8080:8080/tcp' -p '8118:8118/tcp' -p '7878:7878/tcp' -v '/mnt/user/downloads/':'/downloads':'rw' -v '/mnt/user/tv/':'/tv':'rw' -v '/mnt/user/movies/':'/movies':'rw' -v '/mnt/user/games':'/games':'rw' -v '/mnt/user/videos-misc/':'/videos-misc':'rw' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn' ef28020fec7c867a43d0770cfef0e9f46a14d2f26da839cf797326cb170f03b9 The command finished successfully! --- Radarr root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='radarr' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/downloads/':'/downloads':'rw' -v '/mnt/user/movies/movies/':'/movies':'rw' -v '/mnt/user/recycle_bin/radarr':'/recycle_bin':'rw' -v '/mnt/user/movies/movies-kids/':'/movies-kids':'rw' -v '/mnt/user/movies/movies-kids-older/':'/movies-kids-older':'rw' -v '/mnt/user/videos-misc/music/':'/music':'rw' -v '/mnt/user/videos-misc/shorts/':'/shorts':'rw' -v '/mnt/user/appdata/radarr':'/config':'rw' --net=container:binhex-qbittorrentvpn 'linuxserver/radarr' c171599811d796e62c2e617246a910779bda637e4be1eff7dfc6f94b695525e2 The command finished successfully!
-
**VIDEO GUIDE How to route any container through the network of another (VPN)
-
**VIDEO GUIDE How to route any container through the network of another (VPN)
Anybody got this working with passing sonarr and radarr through the binhex-qbittorrentvpn? The ip of radarr is the one from the vpn, but i can't access the radarr webui by browsing to unraid_ip:7878. Thanks!
-
[Support] Linuxserver.io - Beets
when trying to import genres with lastgenre, I get the error lastgenre: last.fm error: NetworkError: [Errno 99] Address not available. Anyone was able to use lastgenre with this container?
-
[Support] binhex - Emby
After many hours of headache, you are my savior. Took me 2 minutes to setup with the linuxserver docker. Thank you, kind man
-
[Support] binhex - Emby
Has anyone been able to enable quick sync with this container? I have an i3-10100 cpu and enabled iGPU in the bios. I'm able to see the iGPU in /dev/dri, pass the /dev/dri device has a parameter for the container, but I can't see the iGPU in the transcoding section in Emby, under Advanced.