Everything posted by endiz
-
Cache drive read-only - BTFS errors
Ok, I did think I was pushing the limits of my 450w PSU. I'll replace it and change up the sata cables. Thanks! *Update* replaced PSU and SATA cables just in case, so far so good. Thanks @JorgeB
-
Cache drive read-only - BTFS errors
Time to replace SSD? This happened when I had very high IOPS going. Attached diagnostics. endizraid-diagnostics-20240111-2259.zip
-
[Support] Linuxserver.io - Plex Media Server
Thanks squid. I do have a display that supports HDR & DV, and it looks great. But if i'm watching on a non-hdr screen remotely (e.g. cell phone), it says it's transcoding but the tone mapping is off with the strange green tint mentioned above. Anyways, i think it's a plex issue so i posted in their forums. I'll post back if i come across a solution.
-
[Support] Linuxserver.io - Plex Media Server
Is hdr tone mapping broken? I have hw transcoding enabled with an Nvidia gpu. I know it's working as I see transcoded files encoding and decoding in hw. But when I watch an hdr film on a non hdr display that requires transcoding, I get a green tint. See screenshot attached.
-
LAN to LAN WireGuard
Using this method, is it possible to route specific internet destined traffic from a client in Network-1 to Network-2 using static routes?
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Can you add progress? It's a great little tool that tracks coreutils (cp, mv) progress! https://github.com/Xfennec/progress
-
Dynamix - V6 Plugins
I'm having the same issue. Did anyone ever find a solution?
-
[Plugin] CA User Scripts
I had to fresh install unraid.. after installing user scripts it seems like the icon is missing.. anyone else experiencing this issue?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Anyone have any guides to get fail2ban working with nzbget, radarr and sonarr? I use the built in http auth of each app, but i'm OK with disabling the built-in mechanisms and utilizing nginx for all authentication so it integrates nicely with fail2ban. Thanks
-
[Support] Linuxserver.io - Plex Media Server
Update: I was using the new cloudflare DNS and it seems to be causing the direct connection issues. Coincidentally, my ISP was having the same issue which is why I switched to the cloudflare DNS. I just switched to google DNS (8.8.8.8) and everything seems to be working.
-
[Support] Linuxserver.io - Plex Media Server
yes i manually forwarded it since i have upnp disabled.
-
[Support] Linuxserver.io - Plex Media Server
I keep getting "direct connection unavailable" while trying to connect to plex remotely. I've tried setting a static DNS (google 8.8.8.8) in unraid and the router, but i still have the issue.. does anyone have any recommendations?
-
SSH and Denyhosts updated for v6.1
Is it safe to install this plugin with 6.5?
-
[Plugin] unbalanced
Is it possible to scatter to the same source disk + other disks? ex. i started off with 1 disk in the array (which is now full), but i recently just added a second disk with the same size. Now i want to split the data across the 2 disks. Thanks!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Thanks! Changing HTTP to port 80, setting the HTTPVAL variable to true and port forwarding 80 > 81 on the unraid server worked.
-
SSH and Denyhosts updated for v6.1
Thanks, this fixed everything after upgrading to 6.4!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Anyone have a working config entry for organizr?
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Any chance we could get support for aufs? I want to move away from unionfs. Thanks!
-
SSH and Denyhosts updated for v6.1
is there any way to copy over public keys using this plugin? EDIT: Never mind, figured it out. You have to generate the key and copy the public openssh key to /boot/config/plugins/ssh/<username>/.ssh/authorized_keys file. As per readme: Upon restarting SSH, the plug-in will look for (and find) authorized_keys and copy this file to the users home directory. eg. /home/someuser/.ssh/authorized_keys
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Thanks, i found phaze's plugin and it's working great so far.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
hey jonp, thanks for the great collection. Any thoughts on adding filebot?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Has anyone tried creating a webdav folder using this docker? Would you mind sharing your nginx config for the webdav location? I'm looking to share a few unraid shares behind an htpasswd file.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Yea good point, I'll just ssh tunnel in if I need it. Thanks for your devoted support CHBMB, appreciate it.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
anyone have location settings for putting unraid behind nginx?