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.

SPOautos

Members
  • Joined

  • Last visited

Everything posted by SPOautos

  1. Can this along side the change you showed help with general playback of videos? I have 4K blueray videos that we like to play and while it plays them find, the CPU runs between 40% - 70% and I'd like to bring that down some. I'm wondering if these adaptations can have any impact on playback or if that will still be mostly using the CPU. Is 4GB enough to transcode a 4K blueray? I guess I need to visit that other thread lol
  2. I'm back home and fixing to try to get started with this dashboard. I've got no idea what any of this stuff is like Telegraf but the gauges look awesome so I want to try to make this happen! lol I'll just say though that I'm not a 'computer guy'....we own a childrens clothing store and I build this out of necessity and then mixed some fun into it with stuff like Plex. So please forgive my lack of understanding lol. I have a couple questions to get going......I installed your app, but do I also need to install a app called Telegraf? Should I download the 1.3 file, then when I open the webgui of your app there is a place to import that? In the template of your app, should I be able to leave it as is? In the template it has a lot of fields in "show more settings" related to Telegraf so I'm guessing I may need to install and set Telegraf up first?
  3. Is anyone doing this with Plex? He is transcoding his content totally off of RAM instead of a hdd/ssd. Is anyone else doing this? Curious anyone elses results with this and how much ram its taking up....especially when transcoding a 4k blueray down to a 720p or 1080p.
  4. Will that remove the plugin also or just the settings? I'm sure this will be a stupid question I've only been with Unraid for about a month.........how do you delete it that file on the flashdrive? When I go to "main" then to the files on the flash drive it wont let me delete it. If I try to open it in Krusader it wont let me access the files on the flash drive. Should I just power down the server, put the usb drive in my pc, delete that file, then bring the server back up?
  5. Hello, on the OP of the this thread it seems to say that no additional script needs to be added (has a line through it and such). BUT, in CA where you download the plugin, it says an additional script needs to be added and to check the support thread. I just downloaded the plugin and just want to verify if I need to install a script or if it is now added to the plugin. Thanks!
  6. When you open the Plex Webui (directly on the server) will it allow you to log into Plex and play movies right there in the Firefox browser? It seems like it should since I can from other devices and browsers and Plex says it supports playback on Firefox....however, I cant seem to get it to work. Wondering if it works for others. Thanks
  7. Did you add ports in your Heimdall template? Once I added ports (I used 280 and 2443) then it let me access the webgui. Its the fields "http port" (280) and "https ports" (2443)
  8. I have my server hooked up to a TV via hdmi and often view Unraid that way. Is there a way to play Plex movies directly? For instance, in Unraid, go to the Plex container, access the Plex webgui, select a movie and play it? I cant seem to get it to work, actually for some reason often the webgui wont even let me log in when I am in Unraid directly it its Firefox browser. But when I log into Unraid with my laptop using Chrome, then open the Plex webgui it works fine. But I would like to do it from Unraid directly in its firefox browser.
  9. So looking closer.....Heimdall and Swag are both using ports 80/443 and when I go to the Swag webgui I get a messed up view of my Heimdall page. My Swag has been forwarded to 180/1443 but the two webgui's still seem to be having some kind of conflict. Shouldn't something be changed so that these two containers webgui's aren't interfering with eachother? I am new to all of this stuff so I really don't know enough about all this to understand what's really going on and if this needs to be addressed or not.....but it seems like it needs to be addressed.
  10. You have to go into the Heimdall container template and assign port numbers. It conflicts with the port numbers of Swag....when I opened the Swag webgui it took me to a messed up view of the Heimdall webgui. So in the template for http I used 280 and for https 2443. Now I can access Heimdall from the webgui and from my custom url. Somone said it doesn't need a port number but it appears its best to use them, and if you don't it interferes with Swag
  11. I wanted to have this on a subdomain https://server.mydomain.com so I edited the subdomain.config and took sample off and have it so that I can see it at my custom subdomain and its working great.....HOWEVER, I still cant access it through the webgui at the container un Unraid. When I select the Webgui it just opens another instance of Unraid. Is that because something like my ports are messed up? When looking in the Docker tab to the right of Heibdall where it shows the ip/ports it has...... 172.18.0.9:443/TCP myserverip: (with no port number next to the server ip after the colon) 172.18.0.9:80/TCP myserverip: (with no port number next to the server ip after the colon) Does it need to have the port numbers edited for the Webgui to work?
  12. Awesome looking dashboard! I just downloaded the app, I'll try to figure out what all I need to do tomorrow to get it going. On a side note, with CPU usage, is it possible to see what all is running and how much CPU each is using? (kind of like how Win task manager does). There are times where my CPU usage gets kind of high but I have a lot of things going and not sure which one is running up the resource usage. Excited to get this setup, looks great!
  13. I installed it and its running, however when I go to the Webgui it just opens up another instance of Unraid instead of going to the Heimdall gui Is it doing that because I need to go in to the config folder and remove "sample" and the rest of these instructions from the blog?..... Once the containers are set up, we'll find the file named heimdall.subfolder.conf.sample under letsencrypt's /config/nginx/proxy-confs folder and rename it to heimdall.subfolder.conf. If we look inside that conf file, we'll see that it is set to use location / {, which will cause an issue because there is already a location defined for / inside the default site config for letsencrypt. So we need to edit the default site config at /config/nginx/site-confs/default and comment out the location block for / inside our main server block so it reads: #location / { # try_files $uri $uri/ /index.html /index.php?$args =404; #} That way, nginx will use the / location block from our heimdall proxy conf instead. After that, when we navigate to https://linuxserver-test.com, we'll see the Heimdall interface. In that section above, the instructions talk about removing "sample" from the "subfolder.conf"......however what about the subdomain.conf file? Does sample need to come off of it as well like I had to do for Sonarr and other? Also, so I need to do anything in the subdomain file so that the custom domain is tied to Heimdall? Thanks!
  14. Hey guys, let me start off saying I'm VERY new to Unraid and computers in general. I've got this far with the use of videos and such. Anyway, I have the reverse proxy setup and everything works great where I can type in my own domain and access Sonarr, Radarr, Nextcloud. I'd like to set up the Heimdall app but I dont know much about it, I have read through the blog that was posted on page 6 of this thread but still have questions. First, when I install the docker and the ports for http and https are blank, do I just make them up myself and use something that is available....or do I need to use specific ports that relate to SWAG (LetsEncrypt) or something else?
  15. Yup, I just got the missing mapping component figured out. I had it going to the right folder in the docker template, however you also have to set it up inside of the android app. I thought since the app was pointed to my server (which is the core) and I had it mapped in the docker template that it would work. But the final step (for anyone else planning to use the android app as a endpoint) is to go into the mobile app settings/storage and "add folder". The add folder will drop down showing the file system in my server and I had to select my music folder there then select "import". Then it brought all the music into Roon and will continuously watch that folder for new music to show up. On the off change that anyone is technically handicapped such as myself, maybe that info will help lol
  16. Thank you for the info. I installed Roon and set up the 14 day trial and just finished installing it on my phone. It looks just as you said....like Plex, I have to connect to the stereo with my phone and process through the phone instead of the computer. To be honest, from a usability standpoint this app leaves a lot to be desired. Its feels hard to navigate and even in Tidal, all of the music I have marked in Tidal that I listed to a lot aren't all showing up in Roon, only some of them are. I hope they get their app pulled together better. Maybe it just needs more time for things to sync up.
  17. Hey, please forgive my ignorance....I've never actually used Roon but have heard its excellent and now that I have a Unraid server setup and its being used as our main media source I am interested in using Roon for my music. With the Roon server docker that would install on my Unraid server, would it be able to play to my stereo directly? For instance, my server has optical out that I can run to my stereo system. Can I use the Roon Android mobile app to select music, but all of the playback happen within my server and its connection to the stereo as opposed to my phone needing to be connected to a stereo? Currently I use the Plex music app (PlexAmp for Plex Pass suscribers) but I plays the music through my phone so I have to use Chromecast audio from my phone to the stereo. I would rather bypass my phone and go straight from the server to the stereo and just use the phone more as a remote instead of a actual player. I also have a Chromcast audio on my stereo, I know that Roon can use Chromcast....however I'm not sure if Roon in my Unraid has the ability to connect to the Chromcast. Would that somehow be possible with this Roon docker?
  18. nevermind....got it working
  19. I suppose it is browser cache like you said....on my phone when I use a incognito window it opened right up to the sonarr login. Dukes of Hazard takes me back! It feels like looking through a old photo album of the past. Love it! This stuff is a lot to chew through for someone who hasnt done much more with a computer than email, browsing, Word docs, saving pictures lol. I'm in WAY over my head, but the forum and SI videos has been a HUGE help....slowly fighting my way through it all, seeing that login screen is like a light at the end of the tunnel lol.....or maybe like the pile of dirt that I'm fixing to ramp 100' off of LOL I appreciate you checking it out for me! Thanks!
  20. I enabled authentication in Sonarr...thanks for that! However, I'm still getting this same "Welcome to our server" page. I even tried it from my phone so that I wouldn't be on the same internet connection as my server. Are you able to pull it up??? Thank!
  21. Sorry for all the posts but I'm still trying to beat my way through all of this and get it working....I dont know much about computers so just trying to figure all this out. BUT, its coming along....a little progress here and there and I appreciate you guys! OKAY, So when you rename a configuration file to remove the ".sample" then restart SWAG, should it put another sample version of the same file back in? Where I now have two....the sample version and the new one without sample? I went to the config files in Krusader and tried just right clicking and renaming, then going down to properties and renaming it there, then I tried to open with Kate and rename then save. In any case, once I restart SWAG it puts a sample version back in there so that I have both. Is that correct? The reason I am questioning if I am doing this correct is because when I go to the subdomain in the browser instead of getting the apps GUI, I am getting this page.... That says "welcome to out server" Any idea on what is the most likely problem that would be causing this page instead of the GUI? Thanks for all your advice!
  22. Does that mean something is wrong with the CNAME? I made the Host Name sonarr.s2white.com and the points to value is a duckdns.org address that points to my server IP In the linuxserver link you shared (thank you for that).....I see where it says this.... "Nextcloud is a bit trickier because the app has various security measures built-in, forcing us to configure certain options manually. As with the other examples, let's make sure that we have a CNAME for nextcloud set up on our dns provider (a wildcard CNAME * will also cover this) and it is pointing to our A record that points to our server IP. If we are using the docker cli method, we also need to create the user defined bridge network (here named lsio) as described above. For DuckDNS, we do not need to create CNAMES, as all sub-subdomains automatically point to the same IP as our custom subdomain, but we need to make sure that it is the correct IP address for our server. We also need to make sure that port 443 on our router is forwarded to the correct port on our server." To be honest I'm not sure what all that means to what I have already done. Have things changed since the SI video where I should now use a A record instead of a Cname and point it directly to my server ip address instead of a duckdns address? So is this saying that instead of doing it the way SI shows, I now need to make a single Cname like Nextcloud.mydomain.com that points to a A record that I also create at Godaddy which in turn points to my servers IP address, then basically dont do anything with DuckDNS? I do have my router set to reserve the IP address so I think that means it will always keep that domain so I dont really NEED DuckDNS I dont THINK....but I'm not positive about how all that works.
  23. UPDATE to my last post - I went ahead and "applied" those settings I mentioned above..... "Currently I used my newly purchased Domain Name in the domain field, added the sub's, then dont have anything in the field asking for a DuckDNS tocken.....but I'm not wanting to move past this screen unless I know its correct because if all this doesnt work at the end, I will have NO idea where to look. So I REALLLLY want to get it right as I go though all of this." BUT in the logs all of the challanges failed. It seems like it was looking for a A record where I created CNames....is that why? With the A record though you have to point it to a IP address, it wont let me point it to a Duckdns address. Could this be because I just purchased the domain and created the Cnames about 2-3 hours ago? Does it need more time? Or do I just have the settings wrong? Here is the SWAG log..... [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support the app dev(s) visit: Certbot: https://supporters.eff.org/donate/support-work-on-certbot To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 50-config: executing... Variables set: PUID=99 PGID=100 TZ=America/Chicago URL=s2white.com SUBDOMAINS=server,sonarr,radarr,lidarr,nextcloud EXTRA_DOMAINS= ONLY_SUBDOMAINS=false VALIDATION=http DNSPLUGIN= [email protected] STAGING=false SUBDOMAINS entered, processing SUBDOMAINS entered, processing Sub-domains processed are: -d server.s2white.com -d sonarr.s2white.com -d radarr.s2white.com -d lidarr.s2white.com -d nextcloud.s2white.com E-mail address entered: [email protected] http validation is selected Different validation parameters entered than what was used before. Revoking and deleting existing certificate, and an updated one will be created Generating new certificate Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator standalone, Installer None Obtaining a new certificate Performing the following challenges: http-01 challenge for lidarr.s2white.com http-01 challenge for nextcloud.s2white.com http-01 challenge for radarr.s2white.com http-01 challenge for s2white.com http-01 challenge for server.s2white.com http-01 challenge for sonarr.s2white.com Waiting for verification... Challenge failed for domain lidarr.s2white.com Challenge failed for domain nextcloud.s2white.com Challenge failed for domain radarr.s2white.com Challenge failed for domain s2white.com Challenge failed for domain server.s2white.com Challenge failed for domain sonarr.s2white.com http-01 challenge for lidarr.s2white.com http-01 challenge for nextcloud.s2white.com http-01 challenge for radarr.s2white.com http-01 challenge for s2white.com http-01 challenge for server.s2white.com http-01 challenge for sonarr.s2white.com Cleaning up challenges Some challenges have failed. IMPORTANT NOTES: - The following errors were reported by the server: Domain: lidarr.s2white.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for lidarr.s2white.com - check that a DNS record exists for this domain Domain: nextcloud.s2white.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for nextcloud.s2white.com - check that a DNS record exists for this Domain: radarr.s2white.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for radarr.s2white.com - check that a DNS record exists for this domain Domain: server.s2white.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for server.s2white.com - check that a DNS record exists for this domain Domain: sonarr.s2white.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for sonarr.s2white.com - check that a DNS record exists for this domain - The following errors were reported by the server: Domain: s2white.com Type: unauthorized Detail: Invalid response from http://s2white.com/.well-known/acme-challenge/II7qAGyVqDFhBJ7WLQg2obnFCDxtWDqCxANhUwOgLVM [34.102.136.180]: "<!doctype html><html lang=\"en\"><head><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\"><meta name=\"viewport\" con" To fix these errors, please make sure that your domain name was entered correctly and the DNS A/AAAA record(s) for that domain contain(s) the right IP address. - Your account credentials have been saved in your Certbot configuration directory at /etc/letsencrypt. You should make a secure backup of this folder now. This configuration directory will also contain certificates and private keys obtained by Certbot so making regular backups of this folder is ideal. ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container
  24. Hey guys, I could use a little guidance....I'm not a computer guy by any stretch of the imagination so setting up Nextcloud with ReverseProxy is WAY over my head.....I'm just following SI video instructions and have no idea what everything is actually doing. Anyway, in the video when setting up Letsencrypt/SWAG he used the duckdns.org and his duckdns subdomains. I registered my own personal domains and created Cnames...BUT they forward to a duckdns url. So in the field asking for the Domain Name....do I use my main URL I purchased or the DuckDNS.org that everything is forwarding too? Additionally, at the bottom of SWAG it has a field for a DuckDNS token, that was not in the old app that SI was using.....Do I need to include that? Currently I used my newly purchased Domain Name in the domain field, added the sub's, then dont have anything in the field asking for a DuckDNS tocken.....but I'm not wanting to move past this screen unless I know its correct because if all this doesnt work at the end, I will have NO idea where to look. So I REALLLLY want to get it right as I go though all of this. ALSO, do I need to make subdomains for EVERYTHING like SAB, NZBget, PLEX and other things like that which are on my server but go out onto the net? Thanks for any guidance you can give....greatly appreciated!
  25. Hello, I have some Blueray dvd's I would like to rip. What drive have you guys found to be the best for this? I would also like to use it to play a wide assortment of disks in addition to ripping. Also, what software/app do you guys use that works in Unraid? I have MakeMKV and Handbrake, but neither of them will play anything directly in Unraid, displayed on my TV. Is there anything that will allow for that?

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.