Everything posted by questionbot
-
[Support] binhex - Lidarr
when I search apps in unraid for "Lidarr" I can only find a BETA binhex version... is that this version? Or is there another one I should be using?
-
[REQUEST] DC++ client
I'd also like one
-
[Support] binhex - Plex Pass
Hi... I have been using this for a while now and not really ever had a problem. So that is awesome. But I thought I would try the "remote" viewing feature and I can not seem to get it to work. I go to options via the web interface, click remote acess and then click ENABLE REMOTE ACCESS and everything seems to work. It sorta connects and turns green and all that. When I go to play on my phone (not connected to the wifi) it even plays. The problem is that only after a small amount of time, or even sometimes a refresh of the page, the green will go red and it will stop working. I have tried forwarding the port this dose not seem to help. I have a static IP on my local network for the unraid server. 1) Is there any special way to forward ports to dockers? Or do I just open the port in my router like normal and point to the ip of the computer? 2) Is there any fancy stuff I need to do besides just clicking "enable remote access" 3) Any advise on getting remote access working correctly thanks!
-
Additional Scripts For User.Scripts Plugin
could you explain this a little more. I do not understand what is happening? I just paste that exact code into the top of the script and the other at the end?
-
Additional Scripts For User.Scripts Plugin
How can I make a script that dose not run if it is currently running? if pgrep -x "/boot/config/plugins/user.scripts/scripts/scriptName/script" > /dev/null then echo "Running" else echo "Stopped" fi something like this?
-
[Plugin] rclone
how do you mount a remote when you have an encrypted config file? I had it all working.. then went to encrypt the config.. now rclone mount is asking for the password every time it is run. So my mount script is broken.... Is there a way to get mounting to work somehow?
-
[Plugin] rclone
if I make a script and set it to daily like this... is this going ot work? #!/bin/bash rclone sync /path1 remote1: rclone sync /path2 remote2: rclone sync /path3 remote3: rclone sync /path4 remote4: Do I need some kind og code to determine if the script is already running? Then not run if it is?
-
[Plugin] CA User Scripts
is my script correct? Will that do what I want it to.. simply run my rclone sync thing but if the script is already running... not run it. Like the name of the file is "/boot/config/plugins/user.scripts/scripts/rclone_sync/script" right? so if pgrep -x "/boot/config/plugins/user.scripts/scripts/rclone_sync/script" > /dev/null then #echo "Running" rclone sync /sourceDir remote: else #echo "Stopped" fi
-
[Plugin] CA User Scripts
How dose the "custom" tab work in schedule? Like how would I make a script run every hour for example... Also how would I add code to the script to make sure is is not running when it tries to execute? if pgrep -x "rclone_Sync.sh" > /dev/null then #echo "Running" rclone sync /sourceDir remote: else #echo "Stopped" fi
-
[Plugin] rclone
Hey guys... I got rClone working and have been able to link my gDrives using custom APIs and all that stuff, drop box and Mega's and wot not.. but they are all sort of mounted as directories.. and this is great for some of them.. but I would also like to have a traditional type of cloud were the files are actually mirrored locally and changes to the files, or files added are mirrored back to the cloud.... How would I go about setting this up.. if it is possible?
-
[Support] binhex - qBittorrentVPN
Excellent... it is all up and running now... thank you for your quick response, even though the info was already there : ( .... anyway. as usual your work is appreciated and exceptional.
-
[Support] binhex - qBittorrentVPN
fantastic guys.... I'll work through those options now... cheers!
-
[Support] binhex - qBittorrentVPN
Hey guys... I'm running this docker and running a few others through it to share the VPN connection.. so all the internet tragic is going through this one.. it has been working fine for ages... but suddenly I can no longer access thee webUIs of the dockers using it.. I made a detailed post about it here... I thought I would cross post it over here in case BinHex (as all the dockers apart form NZBget are BinHex) may have some bug in the last set up updates or something? If anyone has any idea of what is going on or a better way to go about this I could switch to.. I would be regally appreciative as I mainly use unraid as a media server, and at the moment it has not usable : (
-
[Plugin] rclone
Hi... this thread is 32 pages long.. so not sure if this has been discussed, I am sure it has but I couldn't find it.... I watched SpaceInvaders rClone tutorial - In it he tells us to boot into GUI mode, but my server is completely headless and I am not able to put a monitor and keyboard on it with out a ton of effort... I was hoping there is a way to install rclone without GUI mode.... he dose mention briefly that there is but dose not actually show how to do it. TL;DR : How do I install and setup the plugin with out GUI Mode turned on?
-
[Support] binhex - HexChat
How heavy is this? Seems like a ton of stuff for a irc client?
-
[Support] binhex - qBittorrentVPN
Seems to be working fine... but what options do I put into the settings of qbittorrent to make it so the webUI is only usable by computers on my local network and not from external networks?
-
[Support] binhex - Krusader
I'm very new to all this.. do I just run it with default values? Or do I change things in the config file that pops up? SpaceInvader's tutorial video fore this does not have the same options? I ended up using the default options.. seems to work fine.... One more thing though.. I accidental deleted something "to trash"... how do you clear the trash? If you right click a file you can "delete" without sending to trash, so I am doing that now... but yeah.. how to disable trash, or how do you clear trash? Also, if I am copying a lot of files... (for example moving my old file archives to my new sever), if I close the browser window.. dose that stop krusader from running the copy command that is in progress?