Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

mfwade

Members
  • Joined

  • Last visited

Everything posted by mfwade

  1. Good Morning All, I am working through configuring DashMachine and am curious if anyone else has been able to get Emby to work - similarly to what is displayed for Plex and Tautuli? If so, would you mind posting your configurations for those and maybe others e.g. Pi-Hole, Adguard Home, etc.? I ask because the internet is a bit scarce when it comes to this dashboard. That being said, I like it. Now just need to figure out how to make the individual sections auto update after X seconds for the numbers to change and the http polling to perform checks. I do have Heimdall however, I like the way this dashboard allows for a more custom layout and card template collections. Note: for the Emby config, I was able to get it to work albeit showing the amount of Movies and TV shows. As stated above, I would like show the streams, etc. instead of the Movies and Shows. Thank you all in advance for your support! Plex Config: [plex-a_data_source] platform = plex host = http://IP Address:32400 token = plex token here value_template = Sessions: {{sessions}}<br />Transcodes: {{transcodes}} [Plex-A] prefix = http:// url = IP Address:32400 icon = static/images/apps/plex.png description = Plex data sources example open_in = iframe data_sources = plex-a_data_source Tautulli Config: [tautulli_http_status_test] platform = http_status resource = http://IP Address:8181 return_codes = 2xx,3xx,4xx [tautulli_stream_data] platform = curl resource = http://IP Address:8181/api/v2?apikey=API KEY HERE&cmd=get_activity value_template = <p style="font-size:12px">Sessions: {{value.response.data.stream_count}}</p><p style="font-size:12px"> Direct: {{value.response.data.stream_count_direct_play}}</p><p style="font-size:12px">Transcodes: {{value.response.data.stream_count_transcode}}</p><p style="font-size:12px">WAN: {{(value.response.data.wan_bandwidth/1000)|round(1, 'common')}} Mbps</p> response_type = json [Tautulli] prefix = http:// url = IP ADDRESS:8181 icon = static/images/apps/tautulli.png sidebar_icon = static/images/apps/tautulli.png description = Example description open_in = iframe data_sources = tautulli_http_status_test, tautulli_stream_data Emby Config: [emby_http_status_test] platform = http_status resource = https://domain name return_codes = 2xx,3xx [embydata] platform = curl resource = http://IP ADDRESS:8096/emby/Items/Counts?api_key=API KEY HERE value_template = <p style="font-size:10px">{{value.MovieCount}} Movies</p><p style="font-size:10px">{{value.SeriesCount}} TV Series</p> response_type = json [Emby-A] prefix = http:// url = IP ADDRESS:8096 icon = static/images/apps/emby.png sidebar_icon = static/images/apps/emby.png description = Example description open_in = iframe data_sources = emby_http_status_test,embydata
  2. Well, I hope this forums is still viewed... At any rate, I have a question regarding how to input recipe text. If I enter the following it shows up like: Enter this: Header: text here Looks like: Header 1. text here Does anyone have a cheat sheet on how to enter text such that I can enter sub bullets or tabbed references. Example: Header: 1. text here additional text here Any help is appreciated. Thank you.
  3. Thanks for letting me know. Right now I am good however, in the near future when I add more 14 TB drives I now know the shelf will work. -MW
  4. I too have been having issues as of late. Plex sits arounf 423mb used then spikes to 7.4G then 14G, etc. I found that the /tmp dir was the culprit. I found an article that states the developers are aware of it and is related to the recent "Skip Introโ€ feature. That being said, it mentioned setting the following setting to never: (Settings - Server - Library - โ€˜Generate intro video markersโ€™ set to โ€œneverโ€ until this issue is fixed. I didn't set mine to never, rather i added an additional Path (below). I also created an additional Path to /tmp that resides outside of the docker image, see below for my settings. I believe this will only need to be done temporarily until the real issue is resolved. -MW
  5. Yes, i found an article that states the developers are aware of it. That being said, it mentioned setting the following setting to never: (Settings - Server - Library - โ€˜Generate intro video markersโ€™ set to โ€œneverโ€ until this issue is fixed. I didnt set mine to never, rather i added an additional Path (below). I also created an additional Path to /tmp that resides outside of the docker image, see below for my settings. I believe this will only need to be done temporarily until the real issue is resolved. -MW
  6. No, I do not. I have been contemplating setting it up however, just never got around to it. -MW
  7. The "transcode" share and configuration has been set up from day one. Thank you, -MW
  8. Interestingly enough, I too am having issues as of late - say a few days ago. My docker.img wavered around 27% used or so (20G size) and all of a sudden it crept up to 90% utilized. I removed the img and recreated at 30G, reinstalled all of the dockers and see that Plex was at a small 423mb (yesterday) size. 24 hours or so later it is sitting at 7.2G. I suspect it may double in size again as it did previously (yesterday when i got the utilization report/alert) to over 14G in 24 hours. Transcode resides on its own share in cache. I creted a text file (touch test.txt) to verify in the Plex console that Plex is actually seeing and able to write tothat directory and it is. Nothing else other than reinstalling Plex has changed for a long time.... This is net new behavior. Docker run command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Plex' --net='host' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'VERSION'='docker' -e 'NVIDIA_VISIBLE_DEVICES'='' -e 'TCP_PORT_32400'='32400' -e 'TCP_PORT_3005'='3005' -e 'TCP_PORT_8324'='8324' -e 'TCP_PORT_32469'='32469' -e 'UDP_PORT_1900'='1900' -e 'UDP_PORT_32410'='32410' -e 'UDP_PORT_32412'='32412' -e 'UDP_PORT_32413'='32413' -e 'UDP_PORT_32414'='32414' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/movies/':'/movies':'rw' -v '/mnt/user/tvshows/':'/tv':'rw' -v '/mnt/user/music/':'/music':'rw' -v '/mnt/user/transcode/':'/transcode':'rw' -v '/mnt/user/appdata/plex/':'/config':'rw' 'linuxserver/plex' 7b62f9fb6c0ba757bbe78663cd8155d3a29bb848162f0c40004eb0b9b8cfb640 Any help this group can provide is appreciated. -MW tower-diagnostics-20200602-1022.zip
  9. I finally found the answer on how to take care of it in the "extra parameters" section by adding --hostname=(whatever I want to call it).
  10. Good Morning Everyone, May I ask, would someone mind sharing how to change the pihole hostname? Currently it displays the name of the container. I believe I saw somewhere that stated it could be done with a docker variable however, I am unable to find any screenshots on what needs to be done. Thank you all in advance for your help. -MW
  11. Out of curiosity, do you know what the largest dive that SAS card and drive shelf will support? I have a few of each (haven't used yet) and am wondering if it is worth it. I ask as I have several EMC DAE drive shelves currently in use and it appears spotty on support for drives 8TB and larger - some 8TB work, others aren't recognized.
  12. Thanks Johnnie, for now I will just remain on 6.8.2 unless you have a compelling reason for me to go up to 6.8.3. I typically try to go to the newer versions at home however, for now I will use the same tactic I use for work N-1 and 6.8.2 is the -1 for now. Thanks again, -MW
  13. Good Morning Johnnie, I reverted back to 6.8.2 and the temp are showing up again. Diagnostics attached. Thanks again. -MW tower-diagnostics-20200309-0553.zip
  14. Bonieni , thanks for the response. Unfortunately, after 17 hours of uptime (since the upgrade reboot) the drives still do not display their temps. I did not make any changes as you outlined in your response. It isnโ€™t really that important rather a minor nuisance. I wonder if anyone else is experiencing similar or am I just that lucky ๐Ÿ˜€ An additional note, I may open a different thread, the issue that others previously reported wherein when clicking the view logs button from the main tab, it now prompts for a user name and password from my Mac (safari and chrome), and iPad (safari and chrome). I will try from a Winblows laptop later today and report back. Thanks agin, -MW
  15. Good Evening All, Just upgraded Unraid from 6.8.2 to 6.8.3, all went well - Thank you Unraid team... The only issue I am experiencing is that 4 of my data drives (spinners - out of the 28) are no longer displaying their temperature in the Main tab. They did previously under 6.8.2. Just curious if anyone else is seeing this, maybe a big, firmware related, or I just chalk it up to 'stuff' happens. At any rate, flawless upgrade and thanks again to the Unraid team! -MW tower-diagnostics-20200307-2347.zip
  16. Set it up to use the custom br0 and set a static IP.
  17. Please accept my apologies. I missed this section in the readme... "Certs are checked nightly and if expiration is within 30 days, renewal is attempted. If your cert is about to expire in less than 30 days, check the logs under /config/log/letsencrypt to see why the renewals have been failing. It is recommended to input your e-mail in docker parameters so you receive expiration notices from letsencrypt in those circumstances." Thanks again for all the hard work. It is truly appreciated! -MW
  18. If I may, I am setting up an S3 Compatible (Minio) container and would like to use Letsencrypt to generate the certs. I found another docker online (not Linuxserver) that states: -This image runs certbot under the hood to automate issuance and renewal of letsencrypt certificates. -Initial certificate requests are run at container first launch, once the image responds on a specified health check url. -Then certificates validity is checked at 02:00 on every 7th day-of-month from 1 through 31, and certificates are renewed only if expiring in less that 28 days, preventing from being rate limited by letsencrypt. -Issued certificates are made available in the container's /certs directory which can be mounted on the docker host or as a docker volume to make them available to other applications. So far everything is working great with the Linuxserver container (huge thank you by the way). Am just wondering how the container handles auto renewing the existing certs. Thanks for a great container! -MW

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.