Jump to content

mfwade

Members
  • Posts

    90
  • 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. Are you allowing / forwarding port 32400? If you are using pfblocker, then also allow Ireland - this will keep your clients from using the Plex proxy.
  4. 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
  5. I would be curious to know what you have done. I support multiple non-profits and set up a few Minio - S3 instances that they can use. Seems to work ok however, I am always looking to refine what I can provide to them. -MW
  6. One of my previous posts may be related... I am not using any GPU's nor am I using RAMDISK however, it sounds like the same issue you are having with the tmp dir. I created a share like the following plex => transcode => tmp Post: 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
  7. 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
  8. 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
  9. No, I do not. I have been contemplating setting it up however, just never got around to it. -MW
  10. The "transcode" share and configuration has been set up from day one. Thank you, -MW
  11. 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
  12. 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).
  13. 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
  14. Well, the operation was successful. I was able to remove the drives all the while preserving cache. Thanks you all who responded. -MW
  15. I am not sure I follow on the serial number. In reviewing past diagnostics on another controller (previous server/controller) and in comparing them with the new server/controller, I see in the SMART settings the make, model, and serial number information. Which specific folder/file are you reviewing in the diagnostics file to come to that conclusion? None the less, I know what order the drives are to be installed/listed in so no biggie there. You mentioned there is nothing needed to be done with cache. It is my understanding that when invoking a new configuration, I will need to configure the 4 member cache pool again of which will cause it to format. Is that not the case? Thanks again for everyones assistance! -Marvin
  16. Greeting Everyone, I have just finished swapping out several of my exisitng drives for larger sizes. As a result of this, I have been able to migrate the remaining data with the help of Unbalance to those larger drives thus freeing up 18 no longer needed drives. I would like to remove them from the array. I am 'assuming' I will need to create a new configuration of which will induce a parity check. All good so far. The question comes into play with the new configuration and the 4 member cache pool. I really don't want to have to recreate everything all over again. What have other users done to preserve the contents? Should I simply migrate the shared folders (downloads, transcode, domains, appdata, etc. folders to the array for now? Any help is sincerely appreciated. I have also included the latest diagnostics. Thanks again! tower-diagnostics-20200518-1621.zip -Marvin
  17. Edit the docker image and where you have your drive configuration, click edit. Select RW/Slave option. I am not using unassigned devices for my configuration however, the edit option remains the same and can be used as an example of how to configure the app data location.
  18. 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.
  19. I dont believe the bitwardenrs container requires any licensing fees as it is self hosted and not reliant upon any external services from Bitwarden at all. (I have several individuals on without issues). See screenshot for the licensing type contained in the docker container. This taken from the Bitwarden application loaded on my Mac - logged in to my self hosted Bitwarden instance (Bitwarden => Account => Premium Membership)
  20. 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
  21. 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
  22. 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
  23. 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
  24. You can install the NerdPack Gui. Once installed, install the sg3_utils software. When thats done, issue the following: This scans the bus and reports back ALL devices connected. Identify the drive you want to convert / format. # sg_scan -i /dev/sg8: scsi6 channel=0 id=7 lun=0 NETAPP X287_S15K5288A15 NA00 [rmb=0 cmdq=1 pqual=0 pdev=0x0] /dev/sg9: scsi6 channel=0 id=8 lun=0 NETAPP X287_S15K5288A15 NA00 [rmb=0 cmdq=1 pqual=0 pdev=0x0] For this example, we will select the first drive. # sg_format --format --size=512 /dev/sg8 NETAPP X287_S15K5288A15 NA00 peripheral_type: disk [0x0] Mode Sense (block descriptor) data, prior to changes: Number of blocks=573653847 [0x22314357] Block size=520 [0x208] A FORMAT will commence in 10 seconds ALL data on /dev/sg8 will be DESTROYED Press control-C to abort Now sit back and wait until it is complete - will take some time. If you want to do multiple drives from the same box, you can either install screen (using the NerdPack GUI) and do them each individually AND log out of your computer or do them all on the same screen and simply lock it. Have fun.
  25. I don't know that i would expose direct SSH to the world. VPN in and do your tasks or use Guacamole (or other) to remote in for SSH. I can send you screenshots of what I have done in both my PaloAlto and Unifi firewalls of you like.
×
×
  • Create New...