Everything posted by ryanm91
-
[Support] A75G - Blueiris
need to edit path in template to be /root/prefix32/ is appdata directory. UI3 doesnt install automatically to www folder. Like said above wish i could get resolution to work. gonna keep playing this was on latest docker i switched to gpu
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
anyone?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Can anyone share a subdomain.conf for zoneminder?
-
6.8.3 use network from VPN Docker
thank you so much for this guide. I was looking for a way to use rutorrent and other containers running through VPN on my other server overseas.
-
[Support] Linuxserver.io - Nextcloud
thank you so much saarg i went in and changed client max_body_size from 10m to 2048m and now i can upload large videos !!!!
-
[Support] Linuxserver.io - Nextcloud
i reinstalled from scratch using only your guide... i can now upload via web but get error 413 when uploading from iphone a 115mb video basically i can only upload small files
-
[Support] Linuxserver.io - Nextcloud
i haven't been able to get videos to upload i just get error 413 on my iphone.using letsencrypt on 12.0.3 web uploading doesn't work it says im out of space. With my phone it can upload small photos but bigger photos and videos it stalls out
-
[Support] binhex - Couchpotato
i too have the same issue but think that its just that couchpotato hasnt been updated. Im curious why a docker container cant run git and do auto updates rather than the author having to push container updates and builds everytime
-
[Support] binhex - rTorrentVPN
have a look at this screenshot, this shows the settings you need to get a connection from sickrage to rtorrent:- https://github.com/binhex/docker-templates/blob/master/binhex/screenshots/sickrage-rtorrent.png Yeah that's what I meant by your post how to configure. I set mine up that exact way but when I hit the test button it fails. I'm running all your dockers so I'm unsure why it won't connect via scgi I looked at the rtorrent.rc config file and it's bound to 0.0.0.0 and I'm using 192.168.1.24 in the scgi address since I know dockers don't work off localhost between each other. ok and 192.168.1.24 is your unraid servers ip address right?. yes thats my local ip of my server. I'm just running one unraid server 6.2.4 running your sickrage, rutorrentvpn, and couchpotato. ok next question then :-), have you defined the 'LAN_NETWORK' environment variable?, and if so what is it set to?. i did not change this over factory - 192.168.1.0/24 and im currently running with VPN set to no now have PIA setup and working. i was going to change to this docker as my permanent and use vpn if i could get this working. Currently my other rutorrent docker is turned off and i have this one running as a test. apparently i needed to restart sickrage but i got both working now i previously was using http login with another client. i guess my only other question is the warning about PIA port forwarding in the docker log currently using port 1198 and if my connectable icon in rutorrent will always be red and not a green checkmark okay i see i had to chose a vpn server that supported port forward think i have everything running great now thank you
-
[Support] binhex - rTorrentVPN
have a look at this screenshot, this shows the settings you need to get a connection from sickrage to rtorrent:- https://github.com/binhex/docker-templates/blob/master/binhex/screenshots/sickrage-rtorrent.png Yeah that's what I meant by your post how to configure. I set mine up that exact way but when I hit the test button it fails. I'm running all your dockers so I'm unsure why it won't connect via scgi I looked at the rtorrent.rc config file and it's bound to 0.0.0.0 and I'm using 192.168.1.24 in the scgi address since I know dockers don't work off localhost between each other. ok and 192.168.1.24 is your unraid servers ip address right?. yes thats my local ip of my server. I'm just running one unraid server 6.2.4 running your sickrage, rutorrentvpn, and couchpotato.
-
[Support] binhex - rTorrentVPN
have a look at this screenshot, this shows the settings you need to get a connection from sickrage to rtorrent:- https://github.com/binhex/docker-templates/blob/master/binhex/screenshots/sickrage-rtorrent.png Yeah that's what I meant by your post how to configure. I set mine up that exact way but when I hit the test button it fails. I'm running all your dockers so I'm unsure why it won't connect via scgi I looked at the rtorrent.rc config file and it's bound to 0.0.0.0 and I'm using 192.168.1.24 in the scgi address since I know dockers don't work off localhost between each other.
-
[Support] binhex - rTorrentVPN
Binhex I've seen your post about configuring sick rage to connect to rutorrent via scgi as well as couch potato and I'm unsure how to use scgi. I want to use scgi so sick rage can manage failed downloads.
-
[Support] binhex - rTorrentVPN
im running binhex sickrage and this docker and cannot get the scgi to connect on port 5000
-
[DEPRECATED] Linuxserver.io - Rutorrent
actually i figured out a good solution. I simply added a new path linking my complete user share to the download path for the container. So path is /mnt/user/complete but container path /downloads/complete.
-
[DEPRECATED] Linuxserver.io - Rutorrent
Just add an extra path in the docker webui on Unraid. Edit the container config and do it there. unfortunately even when i do add the path when trying to edit autotools to use this folder its stuck in the download folder?
-
[DEPRECATED] Linuxserver.io - Rutorrent
is there anyway to add an additional path. I understand the download path but heres my dilemma. i want to be able to have download be a share on unraid which is on the cache and then move to a seperate share called complete so that way it goes onto the array. The cache mover cant move completed torrents while the docker is running. i tried adding -v /complete but that didnt seem to work.