Everything posted by hernandito
-
[Plugin] User Notes
A CSS for this would be nice... Times New Roman font is so 1995. Some little color accent would be nice too. Thank you for this Squid! H.
-
Greetings! And some help moving to UNRAID please?
If you like to tinker.... you will have a blast...! Enjoy.
-
[SOLVED] - Upgraded My Cache Drive - Doesnt Show Up as a Share
You pointed me in the right direction! I went to the Disk Shares section, I clicked on the Cache drive under the disk shares and: This solves it... Thank you very much!
-
[SOLVED] - Upgraded My Cache Drive - Doesnt Show Up as a Share
Thank you Itimpi, In my Settings > Global Share Settings, it looks like everything is shared... At the moment, I cant stop the array as it is in the middle of copying the old appdata into the new drive. Boy that PlexMedia appdata folder is something serious 🙃 Any ideas? Thank you again, H.
-
[SOLVED] - Upgraded My Cache Drive - Doesnt Show Up as a Share
-
[SOLVED] - Upgraded My Cache Drive - Doesnt Show Up as a Share
Hi, I am an unRAID veteran but a total newbie when it comes to ZFS. I upgraded my cache drives from a 1TB to a 2TB nvme drive. I copied the entire contents to another drive. Then I stopped the array, turned off and installed the new drive. When it re-started I deleted the Cache pool drive from the old drive. I created a new cache pool and formatted it as ZFS. Started the array and all seems good. Currently copying the content back. Before, from my WIndows PC, I could navigate to the root of the cache drive... \\TOWER\cache But now cache is not a share. How do I get my cache drive as a network share? Thank you! H.
-
[Plugin] FolderView
Better yet... this will not change the buttons at the bottom of the page... Staring at line 36 of the file, replace that section with this: button[class*='dropDown-'] { margin-top: 5px !important; margin-right: 3px !important; color: #4f4f4f !important; background: #e6e6e6 !important; border: 1px solid #999 !important; }
-
[Plugin] FolderView
Add the below code to the end of the "docker-custom.css file. input[type="button"], input[type="reset"], input[type="submit"], button, button[type="button"], a.button { color: #4f4f4f !important; background: #e6e6e6 !important; border: 1px solid #999 !important; }
-
[Plugin] FolderView
Must be because you are using Dark Mode as your web UI... I will try to play with it and see if I can figure it out.
-
[Plugin] FolderView
I have updated my "custom css" files to minimize the "Uptime" column that was taking up valuable horizontal space. I also stylized and made the CPU/Memory Usage column narrower when using "Advanced View".
-
[Plugin] FolderView
Some time back I posted a collection of animated icons for folder icons: Animated Icon Collections
-
[Plugin] FolderView
Hi Guys, Not sure if you have seen that one can customize the UI of the Docker page. @scolcipitato has been great in editing some of his code so that someone w/ some creative and CSS skills can do this. I cannot help myself, but I really enjoy tweaking these things. I have created a repo w/ some customizations (more than the image above). https://github.com/hernandito/folder.view.custom If you have any ideas or suggestions, please let me know here. If you make your own variations and feel like sharing, please post them. Enjoy.
-
[Support] b42n1 Repo
Figured it out... If you accept the default directory of /mnt/cache/appdata/swing-music this will not work. If you followed the terminal commands, your create the folder swing-music... but the terminal command you created swingmusic.... Take out the dash "-" in the default folder and you are good.
-
[Support] b42n1 Repo
Same issue here as well… but I’m not logged in on Dockerhub.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hi guys. I have a mystery that I cannot resolve. For ages my Swag as been performing perfect. But I have ran into an isue. I have my own domain being managed by No-IP.com. Their portal currently lists my external IP properly for my domain and subdomain. In Swag, I have my domain and subdomains. Starting last week, when trying to login with https://mydomain.com, I get a certificate warning. If I ignore the warning I get this: I have no clue what this is. Name and passwords don't work. I don't have anything Sophos installed. At one point I called No-Ip with the issue, they did not know what was causing this. They said my external IP did not match that of something from my ISP. They suggested I get a new external IP. I called my ISP, they said that to change IP, I needed a new cable modem from them. I got the new cable modem and it worked. Five days later, I am getting the same Sophos thing again!! In Swag docker setup, I edited my sub-domains. When relaunching Swag, it says new LE certificates are needed (as it should) and that it will generate them. Then validation fails (see image). Swag docker is still running on my server. But I cannot get to my web site even with the internal IP address...!! Then on my browser I try https://mydomain.com; I get the same Sophos portal login screen!! This is telling me that, somehow, the domain is being directed someplace else. Obviously this is why it cannot pass validation. I get the same result if I try to do this from my home internet connection or when I am at work. At one point (when the problem first happened), I swapped my router and had the same result. What is causing this??? Google did not help... Has my domain been hijacked? How is it being re-routed? Thanks, H. P.S. I was at least able to get my internal web URL working by restoring my appdata backup. Using the certificates prior to me editing the docker configuration. This will fail once the certificates expire. I still cannot get in from the outside.
-
What other containers do you recommend for Plex?
If you share your Plex library w/ friends and family, Tautulli to track the usage. And Ombi if you want your users to request Moviers and TV series.
-
Usenet setup advice!!!
I believe there are one or two major providers of the Usenet backbone… the well known Usenet providers are basically re-sellers of one of those backbones. I have been on Supernews for over a decade… it never lets me down. It finds stuff that has been posted for like 5+ years. The other challenge is to get into the better indexer sites…. For the most part they are invite only… faves of mine are omgwtfnzb and nzbplanet… Finally you configure your *arr dockers to automate everything. You will need a downloader docker…. NZBGet is my preference…. There are a lot of dots to connect…how indexers, downloader, and *rr’s talk to each other. But once you get it all down, you can’t imagine life without it. SpacerInvader’s videos will really help you connect them dots. it will be a fun journey.
-
[SOLVED] unRAID Freezes Up After a Couple of Days
Hi Jorge, My server has been up for 7+ days without a crash. Your solution worked. Thank you very much!!!
-
"SOLVED" How to disable The PC Speaker
Funny…🙂 in my recent build, my mobo did not have a built-in speaker…. So I had to buy and modify a speaker to get the beeps…they tell me once the server is back up… I have custom beeps command line in my ‘go’ file. Running headless.
-
[SOLVED] unRAID Freezes Up After a Couple of Days
it was the notification service…..thank you. i have changed to ipvlan…. Crossing fingers. Thank you.
-
[SOLVED] unRAID Freezes Up After a Couple of Days
Hi Everyone... SO I had my first crash since installing syslog. The server was locked up / unresponsive and I held the power until it went off. I unplugged the USB drive, connected to my WI machine and copied the /logs folder. I am attaching the the file contained in this folder. Some of the last lines are my Kodi HTPC accessing my media share. I have no idea what the below means Oct 21 04:17:02 Tower sSMTP[32541]: Creating SSL connection to host Oct 21 04:17:02 Tower sSMTP[32541]: SSL connection using TLS_AES_256_GCM_SHA384 Oct 21 04:17:02 Tower sSMTP[32541]: Authorization failed (535 5.7.8 https://support.google.com/mail/?p=BadCredentials What could I possibly be running that uses Google mail? Can someone please help... what is causing these crashes? Thank you, syslog
-
[SOLVED] unRAID Freezes Up After a Couple of Days
Thank you ChatNoir.... I have set up the Syslog Server to mirror to the Flash drive. Let's see what it catches.
-
[SOLVED] unRAID Freezes Up After a Couple of Days
Hi, My unRAID server seems to freeze up every few days on its own. The webGUI is not responsive, I cannot SSH into a command line, or even the command line directly on the server. I cannot figure out a pattern or what could be causing this. It seems to happen every two to five days. I don't run VMs, but VM Manager is enabled. I do run the common media related Dockers. I end up having to hold the power button until it shuts off. When back on, the parity check triggers. I am attaching diagnostics generated right after the last crash. Please help.... 😟 Thank you!! h. tower-diagnostics-20221016-2135.zip
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
SOLVED I did backups of my template and the appdata folder... I ended up adding the custom script folder inside the /appdata/sawg folder like this: Thank you Blaine for giving me strength to try this. I have never edited an LSIO template to add new parameters.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Thank you Blaine... I had already seen this... what is not clear or explained is how to approach / resolve this with the unRAID docker templates...