Everything posted by cardo
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
If I wanted prevent anyone from accessing domain.com, which .conf would the allow/deny go? I am really new to nginx.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Thanks for the response, so if I have a reverse proxy set up for Ombi like request.domain.com, adding the following to ombi.sub domain.conf will block someone from connecting to domain.com too? allow 192.168.0.0/16; deny all; I have the swag container set to only sub domains and cname record only for request.domain.com.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hi All, I set up the SWAG docker container last weekend and have reverse proxied all of the services I want except one, Pi-Hole. I had it working when I was using a physical Pi-Hole on my 192.168.0.0 network, and I have Pi-Hole running fine when I use the custom network as per @SpaceInvaderOne’s video, but I am unable to use the needed network that is shared with the SWAG container for the all of the reverse proxy containers as it is on the internal 172.18.0.0 network and I need it to be on my 192.168 network. The other issue is that UnRAID is already using port 80 and 443. I know I can change those, but port 67 is still be used by something and I’m not sure what. I tried searching this thread, but didn’t have much luck. I’m certain it’s something easy I’m missing, but just don’t know what. EDIT: After some more digging I determined that libvert binds to port 67 which makes pihole not start unless I disable my vm manager. I was able to get pihole to work by specifying the letsencrypt custom interface and specifying the IP for the pihole docker container, but now VM Manager won’t start because the pihole docker has port 67 bound now. I also just realized that my pihole is using the unRAID default internal ip and not the one I specified so that won’t work. Any recommendations/best practices here? Also, I set up Plex to reverse proxy via a subfolder as required so I’m reversing the root domain, is there a .conf file I can add the allow/deny entry so the root site domain.com is only accessible from my internal network? I have all of the other services locked down via the appropriate file in proxy-confs.
-
[SUPPORT] pihole for unRaid - Spants repo
Hi All, I am facing a fairly unique scenario with Pi-Hole and was hoping to get some assistance. I am using a Nighthawk R7800 router with the stock firmware. The stock firmware doesn’t allow you to assign a DNS server when the DHCP server hands out IP addresses. I had found that using DD-WRT did, and I had it running fine, except for one issue I was unable to solve. Whenever I would shut off the screen on my iPad or iPhone the wireless connection would drop after a short time, and since I only have WiFi on both devices I would not get email or text notifications. So, I decided it wouldn’t work and downgraded back to stock firmware and now there are no issues, except the aforementioned problem with Pi-Hole not working. Here is my goal. I want to be able to pick which devices go through the Pi-Hole as I have a work laptop that will break a lot of my tools when it send it through Pi-Hole. I want my router to continue acting as the DHCP server in the event either the docker container goes offline or some other issue occurs. I also found that the minute I disabled the router’s DHCP and used Pi-Hole I could no longer access unRAID even with a static IP set for unRAID in network settings. I read one of the FAQs on the Pi-Hole site indicating you can just manually configure the DHCP settings on the client to point at Pi-Hole. I tried this on my iPad, iPhone and Nintendo Switch, and all seem to ignore it and use the router’s DNS. I’ve even tried forgetting the network and setting the DNS setting to manual before reconnecting to the WiFi. I know, I can set my router to use the Pi-Hole for DNS, but then I face the same issue as before, my work laptop will go through the Pi-Hole. I am not local admin on my machine and they prevent us from modifying the network setting. Are there any other options or suggestions? TIA
-
[Support] Linuxserver.io - Plex Media Server
Excellent, thank you!
-
[Support] Linuxserver.io - Plex Media Server
So, you just set up the new container and pointed it at your existing PMS folder, or did you move anything around?
-
[Support] Linuxserver.io - Plex Media Server
Hi All, I hope this hasn’t been asked too many times, but I couldn’t find anything in a search. I have been running the needo Docker container for PMS for a couple of years, and received notice that it’s deprecated and I should switch to a different container. I’m already running several other linuxserverio containers, so I would like to switch. When I switched from plexpy to the beta of tautulli, I was able to switch the repository and it pulled the new data and it worked. Would I be able to do that with Plex as well, or is there a more involved process to convert from one PMS docker to another? Any help would be appreciated. Thanks!
-
[Support] binhex - DelugeVPN
Hi All, I'm not sure if this question has already been asked. I tried searching both here and on the Internet and couldn't find the answer. Is there a way to set DelugeVPN to automatically login when you launch the webui? I do not allow any remote access to my network, so I don't need it password protected. Thanks in advance!
-
[Support] Linuxserver.io - Kodi-Headless
In a nutshell: Set up a HTPC to work with and interface with MySQL / MariaDB properly (eg: set up advancedsettings.xml) The copy from the HTPC to the appdata/kodi/userdata for this app the following files: mediasources.xml passwords.xml sources.xml Then modify the advancedsettings.xml included with this app appropriately Point CP / Sonarr to talk to this app. Done NB: When setting up your HTPC, make sure that you use the default scraper with Kodi, otherwise this app will not be able to scrape the files correctly So in this case my Mac is my HTPC, would I go to kodi.tv download Jarvis 16.1 for OSX and then modify and copy the following files from OSX to unRAID? mediasources.xml passwords.xml sources.xml If so, that seems pretty straight forward. I just need to make sure my paths, etc. are correct. Yeah, once you verify that kodi works properly on the computer (interfacing and scanning correctly in conjunction with MariaDB/MySQL), then copy those files over, and modify advancedsettings.xml appropriately Hey Squid, I appreciate your help on this topic. I did have one last question if you know the answer. From what I gather using Kodi headless, the primary benefit is just having all of the metadata stored on unRAID, would that be correct? The primary reason why I wanted to set up Kodi was to use some of the addons such as acestream that aren't available on Plex, and won't run on a Mac without using Wine. Thanks again! The primary (and only benefit) to running Kodi Headless is so that CP / Sonarr have somewhere to tell to update the library with a new download. If one of your HTPC's is always on 24-7, then there is zero reason to run Kodi Headless. But if you turn off / sleep your HTPC's then running Kodi Headless will keep your library up to date. Ok thank you. That is what I figured, I appreciate you clearing it up for me.
-
[Support] Linuxserver.io - Kodi-Headless
In a nutshell: Set up a HTPC to work with and interface with MySQL / MariaDB properly (eg: set up advancedsettings.xml) The copy from the HTPC to the appdata/kodi/userdata for this app the following files: mediasources.xml passwords.xml sources.xml Then modify the advancedsettings.xml included with this app appropriately Point CP / Sonarr to talk to this app. Done NB: When setting up your HTPC, make sure that you use the default scraper with Kodi, otherwise this app will not be able to scrape the files correctly So in this case my Mac is my HTPC, would I go to kodi.tv download Jarvis 16.1 for OSX and then modify and copy the following files from OSX to unRAID? mediasources.xml passwords.xml sources.xml If so, that seems pretty straight forward. I just need to make sure my paths, etc. are correct. Yeah, once you verify that kodi works properly on the computer (interfacing and scanning correctly in conjunction with MariaDB/MySQL), then copy those files over, and modify advancedsettings.xml appropriately Hey Squid, I appreciate your help on this topic. I did have one last question if you know the answer. From what I gather using Kodi headless, the primary benefit is just having all of the metadata stored on unRAID, would that be correct? The primary reason why I wanted to set up Kodi was to use some of the addons such as acestream that aren't available on Plex, and won't run on a Mac without using Wine. Thanks again!
-
[Support] Linuxserver.io - Kodi-Headless
In a nutshell: Set up a HTPC to work with and interface with MySQL / MariaDB properly (eg: set up advancedsettings.xml) The copy from the HTPC to the appdata/kodi/userdata for this app the following files: mediasources.xml passwords.xml sources.xml Then modify the advancedsettings.xml included with this app appropriately Point CP / Sonarr to talk to this app. Done NB: When setting up your HTPC, make sure that you use the default scraper with Kodi, otherwise this app will not be able to scrape the files correctly So in this case my Mac is my HTPC, would I go to kodi.tv download Jarvis 16.1 for OSX and then modify and copy the following files from OSX to unRAID? mediasources.xml passwords.xml sources.xml If so, that seems pretty straight forward. I just need to make sure my paths, etc. are correct.
-
[Support] Linuxserver.io - Kodi-Headless
Hi All, I've read through the entire thread, and have done some searching as well and am unsure how to get Kodi up and working correctly. I have installed Kodi and mariaDB, but I don't know where to begin after that. I have used Plex for a long time, so I am used to having a UI to manage things, but I am fine with setting Kodi up from a command line, there just doesn't seem to be a guide I can follow. Does one exist? I would love to take advantage of some of the benefits that Kodi has over Plex for local viewing, but I am at a loss where to begin. I'm not looking for someone to do it for me, but if there is a getting started guide that applies to Kodi headless on unRAID, that would be really helpful. TIA!
-
[Support] binhex - DelugeVPN
Yeah, I had the same issue. I ended up reinstalling the Docker from scratch and pointed it at my existing directories. Everything was fine after that.
-
[support] gfjardim's Docker Repository
Hi All, I noticed an update available for NZBGet today and clicked update and now I'm getting the following in the web browser: Error: 404 Not Found I've stopped and restarted the service. Here is what shows in the log file for the service: *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 6 I would rather avoid deleting the template and starting over if I can help it. Did I perform the update incorrectly? Is there an easy way to roll back to the prior setup? Thanks in advance.
-
Tower cases with 5.25" drive bays top to bottom...
I am getting ready to order the parts for my UnRAID build. Does anyone know if there is a 5x3 cage that will fit the Zalman MS800 without modifying the case? Or even another case that will support three 5x3 cages without modification? Thanks!