Leaderboard

Popular Content

Showing content with the highest reputation on 09/26/20 in all areas

  1. Plex/Varken is coming... Possibly Planned For 1.5
    2 points
  2. I *was* a plank. having read the run command output, I realise that the names of the folders I assigned in the container were what the GUI was expecting to have in the fields, not the *actual* paths - DOH: This is the GUI now with correctly identified paths and no more missing folders
    2 points
  3. Ultimate UNRAID Dashboard (UUD) Current Release: UUD 1.6 UUD NEWS: 2022-06-19: The UUD Forum Topic Reaches 200,000 Views! ๐Ÿ‘€๐Ÿ‘€๐Ÿ‘€ 2022-04-17: The UUD Tops 5,000 Unique Downloads ๐Ÿ’พ๐Ÿ’พ๐Ÿ’พ ๐ŸŽ‰ 2021-05-26: The UUD Forum Topic Reaches 1,000 Replies! 2021-04-17: The UUD Forum Topic Reaches 100,000 Views! ๐Ÿ‘€๐Ÿ‘€ 2021-03-26: The UUD Tops 2,500 Unique Downloads ๐Ÿ’พ๐Ÿ’พ ๐ŸŽ‰ 2021-03-23: UUD 1.6 is Featured Again in the "Best of the Forum" Blog ๐Ÿฅ‡๐Ÿฅ‡ 2021-03-21: The UUD Forum Topic Reaches 75,000 Views! ๐Ÿ‘€ 2021-03-20: UUD Version 1.6 is Released 2021-01-19: The UUD Forum Topic Reaches 50,000 Views! ๐Ÿ‘€ 2021-01-11: The UUD Tops 1,000 Unique Downloads ๐Ÿ’พ ๐ŸŽ‰ 2021-01-07: UUD is Featured as the FIRST "Best of the Forum" Blog ๐Ÿฅ‡ 2021-01-06: UUD Donations Site is Created 2020-12-31: UUD Version 1.5 is Released 2020-10-09: UUD Version 1.4 is Released 2020-09-28: The UUD is Featured in the Official UNRAID Monthly Newsletter (September 2020)! 2020-09-21: UUD Version 1.3 is Released 2020-09-14: UUD Version 1.2 is Released 2020-09-12: UUD Version 1.1 is Released 2020-09-11: The UUD is Born and Version 1.0 is Released Overview: Welcome to the OFFICIAL UUD forum topic. The UUD is my attempt to develop the Ultimate Grafana/Telegraf/InfluxDB/Plex/Tautulli/Varken dashboard. This entire endeavor started when one of our fellow users @hermy65 posed a simple, but complex question in another forum topic (see post #3). I decided to give it a shot, as I am an IT professional, specifically in enterprise data warehouse/SQL server. After a few days of hard work, UUD version 1.0 was released. We are currently on Version 1.6, and the project is in active development. If you are a Grafana developer, or have had experience building dashboards/panels for UNRAID, please let me know. I would love to collaborate. Version 1.6 Screenshots (Click the Images as They are Very High Resolution): Disclaimer: This is based on my 30 Drive UNRAID Array. So this shows an example of a fully maxed out UNRAID setup with max drives, dual CPUs, Dual NICs, etc. You will/may need to adjust panels & queries to accommodate your individual UNRAID/PLEX architecture. I have spent many hours custom coding new functionality and features based on that original template. Much has been learned and I am excited to see how far this can go in the future. Thanks again! Developers: Primary Developer: @falconexe (USA) UUD Creator | Active Development | Panels | Database Queries | Integration | Look & Feel | GUI | Refinement | Support Developer/Colleague: @GilbN (Europe) Dashboard Examples | Back-end | Dynamics | REGEX | Support | Tutorials Contributors: @hermy65 @atribe @Roxedus @SpencerJ @testdasi @ChatNoir @MammothJerk @FreeMan @danktankk @Dazog @MrLondon @LTM @mattekure @ptchernegovski @caplam @RockDawg @corgan @jbartlett @Hoopster @LTM @skaterpunk0187 @valiente @Agent531C @JudMeherg Dependencies (Last Updated On 2021-03-20) Docker - InfluxDB Docker - Telegraf Docker Network Type: HOST (Otherwise You May Not Get All Server Metrics) ๐Ÿ‘‰ Create Telegraf Configuration File ๐Ÿ‘ˆ (DO THIS FIRST!) Create and Place a File into Directory "mnt/user/appdata/YOUR_TELEGRAF_FOLDER" Enable and Install Telegraf Plugins Telegraf Plugin - [[inputs.net]] Enable in telegraf.config Telegraf Plugin - [[inputs.docker]] Enable in telegraf.config Telegraf Plugin - [[inputs.diskio]] Enable in telegraf.config To Use Static Drive Serial Numbers in Grafana (For DiskIO Queries) Do the Following: Edit telegraf.conf > [[inputs.diskio]] > Add device_tags = ["ID_SERIAL"] > Use ID_SERIAL Flag in Grafana Now Upon Booting, You Don't Have to Worry About SD* Mounts Changing (So Your Graphs Don't Get Messed Up!) You Can Also Set Overrides on the Query Fields to Map the Serial Number to a Common Disk Name Like "DISK01" etc. Telegraf Plugin - [[inputs.smart]] Enable in telegraf.config Also Enable "attributes = true" Bash Into Telegraf Docker and Run "apk add smartmontools" Telegraf Plugin - [[inputs.ipmi_sensor]] Enable in telegraf.config Bash Into Telegraf Docker and Run "apk add ipmitool" Telegraf Plugin - [[inputs.apcupsd]] Enable in telegraf.config Telegraf Docker Config Add New Path (NOTE: This path has now been merged into Atribe's Telegraf Docker Image. (Thanks @GilbN & @atribe) Post Arguments "/bin/sh -c 'apk update && apk upgrade && apk add ipmitool && apk add smartmontools && telegraf'" Docker - Grafana Grafana Plugins Pie Chart Panel Run Following Command in Docker: grafana-cli plugins install grafana-piechart-panel World Map Run Following Command in Docker: grafana-cli plugins install grafana-worldmap-panel JSON API Run Following Command in Docker: grafana-cli plugins install marcusolsson-json-datasource Dynamic Image Panel Run Following Command in Docker: grafana-cli plugins install dalvany-image-panel Docker - Tautulli Docker - Varken Docker - UNRAID API CA Plugin: IPMI Tools License: GeoLite2 (Free) NON SERVER HARDWARE (If You Cannot Use "IPMI" and Need to Use "Sensors") As an alternate to IPMI to monitor CPU/System/Aux Temps, you can try the Sensors Plugin. Telegraf Plugin - [[inputs.sensors]] Enable in the Telegraf Config (Uncomment It) Bash into the Telegraf Docker and Execute "apk add lm_sensors" Stop All 3 Dockers (Grafana > Telegraf > InfluxDB) If You Want to Keep This Plugin in Perpetuity, You Will Need to Modify Your Telegraf Docker Post Arguments (Adding lm_sensors): "/bin/sh -c 'apk update && apk upgrade && apk add ipmitool && apk add smartmontools && apk add lm_sensors && telegraf'" Start All 3 Dockers (InfluxDB > Telegraf > Grafana) Dashboard Variables (Update These For Your Server): Let me know if you have any questions or are having any issues getting this up and running if you are interested. I am happy to help. I haven't been this geeked out about my UNRAID server in a very long time. This is the cherry on top for my UNRAID experience going back to 2014 when I built my first server. Thanks everyone! VERSION 1.6 (Current) Ultimate UNRAID Dashboard - Version 1.6 - 2021-03-20 (falconexe).json VERSION 1.5 (Deprecated) Ultimate UNRAID Dashboard - Version 1.5 - 2020-12-31 (falconexe).json VERSION 1.4 (Very Deprecated) Ultimate UNRAID Dashboard - Version 1.4 - 2020-10-09 (falconexe).json VERSION 1.3 (Extremely Deprecated) Ultimate UNRAID Dashboard - Version 1.3 - 2020-09-21 (falconexe).json VERSION 1.2 (Just Don't... Deprecated) Ultimate UNRAID Dashboard - Version 1.2 - falconexe.json
    1 point
  4. ***Update*** : Apologies, it seems like there was an update to the Unraid forums which removed the carriage returns in my code blocks. This was causing people to get errors when typing commands verbatim. I've fixed the code blocks below and all should be Plexing perfectly now Y =========== Granted this has been covered in a few other posts but I just wanted to have it with a little bit of layout and structure. Special thanks to [mention=9167]Hoopster[/mention] whose post(s) I took this from. What is Plex Hardware Acceleration? When streaming media from Plex, a few things are happening. Plex will check against the device trying to play the media: Media is stored in a compatible file container Media is encoded in a compatible bitrate Media is encoded with compatible codecs Media is a compatible resolution Bandwith is sufficient If all of the above is met, Plex will Direct Play or send the media directly to the client without being changed. This is great in most cases as there will be very little if any overhead on your CPU. This should be okay in most cases, but you may be accessing Plex remotely or on a device that is having difficulty with the source media. You could either manually convert each file or get Plex to transcode the file on the fly into another format to be played. A simple example: Your source file is stored in 1080p. You're away from home and you have a crappy internet connection. Playing the file in 1080p is taking up too much bandwith so to get a better experience you can watch your media in glorious 240p without stuttering / buffering on your little mobile device by getting Plex to transcode the file first. This is because a 240p file will require considerably less bandwith compared to a 1080p file. The issue is that depending on which format your transcoding from and to, this can absolutely pin all your CPU cores at 100% which means you're gonna have a bad time. Fortunately Intel CPUs have a little thing called Quick Sync which is their native hardware encoding and decoding core. This can dramatically reduce the CPU overhead required for transcoding and Plex can leverage this using their Hardware Acceleration feature. How Do I Know If I'm Transcoding? You're able to see how media is being served by playing a first something on a device. Log into Plex and go to Settings > Status > Now Playing As you can see this file is being direct played, so there's no transcoding happening. If you see (throttled) it's a good sign. It just means is that your Plex Media Server is able to perform the transcode faster than is necessary. To initiate some transcoding, go to where your media is playing. Click on Settings > Quality > Show All > Choose a Quality that isn't the Default one If you head back to the Now Playing section in Plex you will see that the stream is now being Transcoded. I have Quick Sync enabled hence the "(hw)" which stands for, you guessed it, Hardware. "(hw)" will not be shown if Quick Sync isn't being used in transcoding. PreRequisites 1. A Plex Pass - If you require Plex Hardware Acceleration Test to see if your system is capable before buying a Plex Pass. 2. Intel CPU that has Quick Sync Capability - Search for your CPU using Intel ARK 3. Compatible Motherboard You will need to enable iGPU on your motherboard BIOS In some cases this may require you to have the HDMI output plugged in and connected to a monitor in order for it to be active. If you find that this is the case on your setup you can buy a dummy HDMI doo-dad that tricks your unRAID box into thinking that something is plugged in. Some machines like the HP MicroServer Gen8 have iLO / IPMI which allows the server to be monitored / managed remotely. Unfortunately this means that the server has 2 GPUs and ALL GPU output from the server passed through the ancient Matrox GPU. So as far as any OS is concerned even though the Intel CPU supports Quick Sync, the Matrox one doesn't. =/ you'd have better luck using the new unRAID Nvidia Plugin. Check Your Setup If your config meets all of the above requirements, give these commands a shot, you should know straight away if you can use Hardware Acceleration. Login to your unRAID box using the GUI and open a terminal window. Or SSH into your box if that's your thing. Type: cd /dev/dri ls If you see an output like the one above your unRAID box has its Quick Sync enabled. The two items were interested in specifically are card0 and renderD128. If you can't see it not to worry type this: modprobe i915 There should be no return or errors in the output. Now again run: cd /dev/dri ls You should see the expected items ie. card0 and renderD128 Give your Container Access Lastly we need to give our container access to the Quick Sync device. I am going to passively aggressively mention that they are indeed called containers and not dockers. Dockers are manufacturers of boots and pants company and have nothing to do with virtualization or software development, yet. Okay rant over. We need to do this because the Docker host and its underlying containers don't have access to anything on unRAID unless you give it to them. This is done via Paths, Ports, Variables, Labels or in this case Devices. We want to provide our Plex container with access to one of the devices on our unRAID box. We need to change the relevant permissions on our Quick Sync Device which we do by typing into the terminal window: chmod -R 777 /dev/dri Once that's done Head over to the Docker Tab, click on the your Plex container. Scroll to the bottom click on Add another Path, Port, Variable Select Device from the drop down Enter the following: Name: /dev/dri Value: /dev/dri Click Save followed by Apply. Log Back into Plex and navigate to Settings > Transcoder. Click on the button to SHOW ADVANCED Enable "Use hardware acceleration where available". You can now do the same test we did above by playing a stream, changing it's Quality to something that isn't its original format and Checking the Now Playing section to see if Hardware Acceleration is enabled. If you see "(hw)" congrats! You're using Quick Sync and Hardware acceleration [emoji4] Persist your config On Reboot unRAID will not run those commands again unless we put it in our go file. So when ready type into terminal: nano /boot/config/go Add the following lines to the bottom of the go file modprobe i915 chmod -R 777 /dev/dri Press Ctrl X, followed by Y to save your go file. And you should be golden!
    1 point
  5. https://gitlab.com/libvirt/libvirt/-/issues/31 Issue described in link above. Has been patched, fix should be in the 6.5.0 release. (For VM Backup plugin users, i don't use the plugin but this is likely your issue.)
    1 point
  6. unBALANCE currently runs as root, so you shouldn't have problems moving files around, specifically with regards to user ownership.
    1 point
  7. Did you install 'tips and tweaks' and set the CPU governor to performance?
    1 point
  8. SELECT moving_average("temp_input", 10) FROM "sensors" WHERE ("feature" = 'smbusmaster_0') AND $timeFilter This is how I get my Threadripper temps.
    1 point
  9. im not aware of any low speed issues with pia, pia issues at present are all around getting an incoming port assigned, both on current and next gen networks
    1 point
  10. Put it this way. A while ago I implemented code to handle these edge cases with regards to naming of docker containers. It introduced a number of problems and the easy solution was to revert back to the original code as no one noticed the edge case I was trying to solve. The code change I just submitted should handle the all explicitly disallowed characters on the flash. The other edge cases are very rare (if anyone would even set up SHARE1 and share1 with differing permissions) It is an issue, but as you said priorities aren't always in line with something that may only come up once every 10 years, and only if the user has no common sense
    1 point
  11. GUS is awesome too! I stumbled upon UUD first so I was focused on that....didn't even open GUS. And wow, that is good too! Great stuff! Hope you guys stay collaborating/synced up! The all-in-one docker container is KING!
    1 point
  12. dmacias just want to say thanks for your continued support of this app. I really appreciate it. Kind regards, craigr
    1 point
  13. Sounds like similar thing to me - I'm getting those speeds as well (I should be roughly 10-13MB/s) - Probably not the router itself, I use the Asus RT-AC86U, but I don't get those ping results, though.
    1 point
  14. Thank you for this. Works perfect with the Fijitsu 9211. I thought I was going mad trying to cross flash this card. Follow the instructions exactly in the first few posts and it works a dream.
    1 point
  15. Wenn man ehrlich ist, ist das faktisch nicht mรถglich. Es gibt immer eine Situation wo Transcoding doch notwendig wird. Sei es, weil man รผber einen Browser schaut, รผber einen Chromecast und รผberhaupt diverse Android Clients (weil die alle kein H265 unterstรผtzen). Die mobile Nutzung schlieรŸt man damit sogar vรถllig aus (wegen Komprimierung). Und Einbrennen von Untertiteln ist auch noch ein hรคufiger Grund fรผr Transcoding. Und das alles nur, weil man unbedingt was altes weiter nutzen mรถchte. Ist ja nicht so als gรคbe es keine passenden gebrauchten Komponenten. Ich bin zB mit dem i3-8100 mega zufrieden. Transcodiert drei 4K Streams und kostet gebraucht auch nur 60 โ‚ฌ. Wenn man da gleich nach einem kompletten Rechner sucht, hat man auch gleich RAM & Co fรผr kleines Geld. Die GTX1050Ti kann man ja trotzdem noch verbauen, falls man die fรผr eine VM braucht. Bedenke auch, dass man damit 50 โ‚ฌ Strom pro Jahr spart (bei 20W Differenz). Da finanziert sich der neue Rechner von alleine.
    1 point
  16. Warum will man einen Monitor und Tastatur zum Rack schleppen und dann so die VM nutzen? Klingt jetzt irgendwie ungewรถhnlich.
    1 point
  17. Nice. Not sure why all your drives aren't showing up, all 33 of mine do. We can look more into this over the weekend. I have to get back to work. Later brother. EDIT: Thanks for finding that typo (from your DM). I'll get that fixed in version 1.4. Congrats, you are now an Official UUD CONTRIBUTOR (You are now listed as such on Post #1) ๐Ÿค๐Ÿฅณ
    1 point
  18. It isnt doing it for all my drives, but its a heck of a lot closer than i was! thank you brother
    1 point
  19. Just wanted to follow up. I got everything back up and running again. That's totally a way to specify a version for steamCMD to run, at least for 7 days to die. I didn't even need to restore from the backup of the server to get it working. In the GAME_ID field, you can put "294420 -beta alphaXX.X" where XX.X is the version you want, and the steamCMD will "opt-in" for that beta version. Thank god. We were prepping for a big zombie horde night and were looking forward to the chaos this weekend. Here's the procedure I did. Stop the docker container running the 7DTD instance Edit the config Under GAME_ID: set it to "294420 -beta alpha19.0" Start the 7DTD docker container Keep the logs open and wait for the container to finish updating Stop the container after its updated Re-copy Darkness Falls 3.02 server files into the installation (Done through either Crusader or Windows Explorer if you have it mapped) Start start the container after the server files have been pasted into the server directory Enjoy the older version of Darkness Falls
    1 point
  20. Thanks Ich. To answer some things: No, I actually have a backup of the server prior to the outage. So I can restore the files in the server folder to a pre-update state. I was mainly looking for a way to prevent steamcmd from updating or changing it to update to a specific version when I start up the docker container. Passing the beta parameter to steamcmd sounds like that would work. Would I need to change the appID in the docker config to something like: "294420 -beta alpha19.0"? Or does appID only look for an integer?
    1 point
  21. Yeah, I actually just did that after posting and I think it was indeed the issue. Deleted the snapshots and space was recovered within a minute or so (although not sure the exact amount of space that was supposed to be recovered it looks right). So looks like that mystery is solved!
    1 point
  22. A consideration for those of us who don't have 43" 4k monitors (which I would imagine to be the significant majority of your audience ). Remove the word "Storage" from the top utilization boxen: On my 24" 1920x1280 monitor, I see a series of "Array Storage ..." "Array Storage ..." because the titles are too long for the box size. The same is true for the Cache storage text: Yes, I can edit the titles (and have done so for the first 2, leaving the rest as examples), but I think that the vast majority of folk will be able to figure out that an "Array Total" measured in "TB" refers to "storage" without having to be explicitly told. And for those that can't, do you really want the support nightmares of them asking eleventy-seven bajillion questions? (He asks checking his post count on this thread, noting it's approaching eleventy-two bajillion... )
    1 point
  23. You can create one like this. I use sensors on https://grafana.com/grafana/dashboards/7233 But those panels doesnt work with AMD as the current 6.8.3 kernel har some issues. Should be resolved on the 6.9 kernel..I think
    1 point
  24. Ok das dachte ich mir soweit schon. Danke fรผrs bestรคtigen. Ok dann belasse ich es auch erstmal so. Mir ging es darum, das ich mir wenn die groรŸe Version kaufen mรถchte, wenn ich dann auch dazu berechtig wรคre mehrere Server zu betreiben (USB Stick kopieren und zweite Maschine damit starten) Aktuell habe ich ein Array mit drei Platten laufen. (1 Parritรคtsplatte) Ich hoffe das es im Ausfall weiterlรคuft. Ok das verstehe ich nicht so ganz. Sind nicht Docker an sich sowieso Container? Ich selbst habe 5 Docker am laufen. Finde das auf dem Unraid absolut konfortabel. Auch das ich ohne groรŸe Aufwendungen Freigaben, Ports, etc. รคndern kann gefรคllt mir sehr gut. Was wรคre bei deinem Ansatz als optimierung zu verstehen? Da ist mein Problem, dass ich aktuell nur eine PCI-E Grafikkarte habe. Onboard ist leider nicht verfรผgbar, da nicht vorhanden. Alternativ hatte ich versucht meine USB-Hubs mit ins Spiel zu bringen, da ich hier ja auch noch eine Grafikkarte je HUB hรคtte. Das klappte aber leider noch nicht, da der USB-Hub nicht wie gewollt erkannt wird. IMMO habe ich aktiviert, jedoch wird mir der HUB nicht angezeigt. Ah OK, ich hatte "Headless" als befreiung der ersten Grafikkarte verstanden. Das ist natรผrlich blรถd fรผr mich. Du schriebst ja oben das mit der Beta. Meinst du das wรผrde mir auch die mรถglichkeit geben, meine inzige Grafikarte fรผr eine VM zu verwenden? ISt nicht so wichtig, aber wรคre mal cool gewesen das so zu nutzen. absolut, ich hatte eigentlich wie in anderen Foren mit "les doch mal hier" oder irgend anderen Kommentaren gerechnet. Wie bekomme ih das Unraid auf Deuscht gstellt. Ihr habt doch da ein Projekt am laufen. Hatte gestern versucht das Git in den Unraid zu spielen, aber das mochte der nicht so wirklich. Muss ich da i die Beta wechseln? Das ZFS Plugin habe ich am laufen. Gerne hรคtte ich die gesammte Platform unter dem Unraid als ZFS รคhnlich wie es bei Proxmox mรถglich ist. Wobei ich das ja grundsรคtzlich hรคtte machen kรถnnen, in dem ich die Hauptordner auf den ZFS Pool verschiebe. War mir da aber etwas unsicher wie ich da weiter vorgehe. Wenn Ja wie kan ich von Stable auf Beta updaten? Ich danke dir nochmal fรผr das nette Feedback
    1 point
  25. I have the same problem so I dug into it ๐Ÿ˜‰ It seems that "apcupsd" package is missing, and netdata GitHub team seems to be struggling with lots of issues... Waiting for their solution, I built a custom script you can use to add this missing packet to netdata container automatically: #!/bin/bash #description=This script adds APC UPS support to Netdata Container if (! docker exec netdata apcaccess >/dev/null ) then { docker exec netdata apk add apcupsd docker restart netdata } fi Quite simple as you can see, and keep in mind to reuse it every time netdata container is updated.
    1 point
  26. Hello, I would like to thank the unraid team that created the product For me it is simply awesome I'm a one year Unraid user and I want to share, a little, my thoughts about the server. I had some prior experience with linux(debian/ubuntu based mostly) but I always wanted something like Unraid that has both the liberty for creating scripts/custom stuff from linux console and to have predefined stuff in an interface to get repetitive things done fast (here I'm thinking dockers and community applications). Intentionally I left out the virtualisation because for me this was a selling point I was in a period where I tried to do that on my own with Fedora and stuff and it was a big hassle ... when I tried unraid and it did that out of the box ... I never looked back Bottom line now I have dockers and vm-s for everything I wanted and now with the added pools my life is even better. PS. Many many thanks to the Unraid team.
    1 point
  27. i have always seen significantly better performance with rtorrent/rutorrent (my vpn app of choice) than i have with deluge, dont ask me why but there you go, have a look at the following link Q6 for tips and tricks on performance improvements:- https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md
    1 point
  28. Hey Everyone. Just wanted to let you know that I heavily updated the Dependencies section in Post #1 to be more detailed and easier to follow. If you are old or new, please have a look. In release 1.4, I will officially be adding support for the "Sensors" plugin as an alternate to IPMI for those that run on non server hardware. This will provide an alternate source for CPU/System/Auxiliary temps. Stay tuned...
    1 point
  29. Looks like the team have just released the Booksonic-air container... - see this thread:
    1 point
  30. Wanted to share what I have achieved with this great tool Catalina over passthrough 5700XT and Samsun EVO nvme 970 Ubuntu on regular array drive and a placeholder GT710 for my rtx3080 16 cores each 28GB ram each controlling both with synergy 1 keyboard and 1 mouse Loving my system with all my soul thanks again @SpaceInvaderOne
    1 point
  31. You may have to re-connect with plex via setup. I noticed I had to do that the other day. To do this go into the settings for this plugin and click on Get Plex Token, then re-select servers and hit save. So if you require SSL be sure to select Use SSL Connection.
    1 point
  32. Is anyone willing to collaborate to make a better theme programs so we can make better themes and more control over them? My current method involves running a script in user scripts, and thats fine for me but for others its a pain, I know there is a better way buy I don't understand how. I need some who knows how to program and willing to help. My current method make a copy of the files and replaces strings withing the original files for the new colors, then when they want to change color they rerun the script and it replace the modified files with the original ones so they can edit them again. I here there is a way to do this with custom css files, but no clue how to do that. Any help is appreciated. It seems like many people would like the ability to modify many other aspects. Currently I am only focused on using the black theme, but will want to be able to edit them all. Below are some screenshots of the blue theme I made, (Script has you enter in 3 colors and it does the rest) This is what I want to create an interface for and use css instead of replacing the actual files. But no clue.
    1 point
  33. Take a look at Airsonic, its a newer fork of the original Subsonic project (which went closed source) and maintains compatibility with many of the same clients.
    1 point
  34. Many thanks! Hardest part was to find a UEFI computer... then it was very easy.
    1 point
  35. I used the aspect ratio of the default surfer sunset one (1270x90). This banner is 1920x136. Original wallpaper here: https://cdn.wallpapersafari.com/46/7/MVBOFG.jpg I just came across this Poly Background Image Generator. You can choose a size, color, and other options. https://bggenerator.com/poly_background.php
    1 point
  36. How do I limit the memory usage of a docker application? Personally, on my system I limit the memory of most of my docker applications so that there is always (hopefully) memory available for other applications / unRaid if the need arises. IE: if you watch CA's resource monitor / cAdvisor carefully when an application like nzbGet is unpacking / par-checking, you will see that its memory used skyrockets, but the same operation can take place in far less memory (albeit at a slightly slower speed). The memory used will not be available to another application such as Plex until after the unpack / par check is completed. To limit the memory usage of a particular app, add this to the extra parameters section of the app when you edit / add it: --memory=4G This will limit the memory of the application to a maximum of 4G
    1 point
  37. In Windows, go to Control Panel - Credential Manager and delete any unRAID credentials so the can be renegotiated. I think the Mac equivalent is called Keyring but have not experience with that. Also, this post from Tom explains how this is supposed to work.
    1 point