Everything posted by morbidpete
-
[Support] binhex - qBittorrentVPN
I feel like an idiot. I used /downloads/started instead of /data/started like I had in my original docker (non-vpn one before i switched) after fixing the mappings for the categories and default locations its all working. Thank you for noticing that
-
[Support] binhex - qBittorrentVPN
My turn to request help. After requesting Celo VPN open port because torrent would get metta data but never download the files after. Didnt help Torrent never download a byte after metadata. Logs indicate VPN is established. Any ideas? https://pastebin.com/hmRzHdzC my ovpn profile dev tun persist-tun persist-key cipher AES-256-GCM ncp-disable auth SHA256 tls-client client resolv-retry infinite remote nl1.celo.net 161 udp auth-user-pass remote-cert-tls server push "redirect-gateway def1" script-security 2 dhcp-option DNS 185.66.140.230 dhcp-option DNS 77.81.120.211 # Only on ubuntu client, you also need following directives: up /etc/openvpn/update-resolv-conf down /etc/openvpn/update-resolv-conf <ca> -----BEGIN CERTIFICATE----- xxx -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- xxx -----END CERTIFICATE----- </ca> setenv CLIENT_CERT 0 <tls-crypt> # # 2048 bit OpenVPN static key # -----BEGIN OpenVPN Static key V1----- xxx -----END OpenVPN Static key V1----- </tls-crypt>
-
[Support] Linuxserver.io - Plex Media Server
This would be better suited as it's own thread. But to answer quickly. 1. mounting the share from the HTPC to unraid will not make the drive inaccessible from the PC. that would defeat the entire purpose of shares. 2. When the htpc is powered off, the share to unraid will be disconnected. The share will only work with the PC on 3. If you do power cycle the htpc, you will have to go back into the unraid gui and remount it unless you make a cron job to test/remount when needed
-
[Support] Linuxserver.io - Plex Media Server
@wgstarks yes its still PlexPass only https://www.plex.tv/blog/smooth-stream-operator/
-
[Support] Linuxserver.io - Plex Media Server
If you dont add those to your go file, you will have to ssh in every reboot and manually do it.
-
[Support] Linuxserver.io - Plex Media Server
- [Support] Linuxserver.io - Plex Media Server
on unraid or within the container. I didnt find one in unraid either. but I found it inside the plex container. You have a link tot he instructions you are trying to follow?- [Support] Linuxserver.io - Duplicati
Where is it keeping the temp files or whatever it makes? I'm getting an unraid error that the docker img is filling up until it purges the backup to my destination drive. Would liek to pass in a variable to let the temp files go somewhere else (cache drive) until its ready to spit out the backup to the real destination :update: found it. Was simply the /tmp directory. Mapped that to a tmp folder in the docker folder and good to go. no more docker img filling up when backing up more than 30 gigs (all i have free int he docker image)- [Support] Linuxserver.io - Radarr
no issues using the cardigann unraid docker in Radarr. used torrent potato. TPB is down right now so test's will fail.- Problem stopping array - Retry unmounting user share(s)
Also a screen session can cause this - easy to forget they might still be hanging around waited an hour until googling this. Found this post. Damn screen sessions thanks for the tip- [Support] Linuxserver.io - Jackett
This please :-P- [Deprecated] Linuxserver.io - CouchPotato
I'm guessing that the IMDB changed some things around. Cp gives me this when I try to add a movie Only noticed because plex request is giving a similar error so I tried CP directly. Should I post this to the Github as an issue?- [Plug-In] SNMP
So awesome!!!! Thank you- [Plug-In] SNMP
I guess you're looking for size? I suppose I could write a custom script like I did for the drive temps. Disk size is easy because query it is relatively fast. Looking at the unraid GUI, there's a "free" column next to the shares. It looks like that data comes from /var/local/emhttp/shares.ini, perhaps updated every few minutes by unraid. That would be easy. Would that work for you? If so, I need some recommendation on where the data should end up. Can I just "extend" something like I did for disk temps? Unfortunately computing the size is hard. That requires walking the whole tree, which for a big share could take several minutes. The other complexity is that you'll probably want a UI to configure which folders to monitor. This is a part of plugin design that I haven't waded into yet. Thanks for the reply. The free space available from the shares.ini is just fine. I would love that.- [Plug-In] SNMP
so after reading this thread I didn't see an answer for a question I have. Is it possible to get it to report the user folder or even individual shares as a drive. Worse case scenario, I would be ok with all my disk's showing. right now its only tracking Log, boot and libvirt- [CONTAINER] CrashPlan & CrashPlan-Desktop
Try editing your server appdata/crashplan/conf/my.service.xml file, around line 23 may say: <serviceUIConfig> <serviceHost>127.0.0.1</serviceHost> If necessary, change this to: <serviceUIConfig> <serviceHost>0.0.0.0</serviceHost> This makes crashplan listen to non host clients without the use of the ssh tunnel. Restart the Crashplan docker and the Crashplan-Desktop docker should now connect without issue. As this is less secure, once logged into crashplan, change the security settings to require a password to use the client. That did it. Thank you!- "Run a command if the folder changes" container
Cool docker. Ill keep this in mind. Would have been great to update plex using wget. I now use cURL and a bat file called by my download and parser. I'm sure ill find a use for it. Thnaks- [CONTAINER] CrashPlan & CrashPlan-Desktop
Having the same issue with Mate I am able to connect to Mate via RDP with no issue. But the CP GUI will not connect to the engine. Like others, I know it is running because I can see it and start a backup from other CP installs on PC's that are being backed up. The Mate gui will connect the first time the CP Engine docker is installed, But if the docker is restarted, It never connects again. Any ideas? ::UPDATE:: able to connect when setting window client to connect by changing ui.properties and making the tunnle via putty. CP engine docker si set to bridge mode BTW both MATE and Engine are 4.2.0- Server Layout Plugin for unRAID v6
This is great. Got it up and running with no issues. will make life a ton easier in the future when I need to replace a drive. Easier since I am literately building the box now. Will take some time to setup on my rig at home as I don't know the location of any of the drives. I sued the notes section to type in what sata port on the mobo or raid card each drive is plugged into. Thank you a ton!- Preclear plugin
- Preclear plugin
I have 3 drives preclearing right now. Used screen on all 3 sessions. installed the plugin. Actually picked up all 3 preclears and is reporting status. Awesome! I do wish I could enable the email notification after the fact. but not a big deal. Awesome job man! - [Support] Linuxserver.io - Plex Media Server