Everything posted by ijuarez
-
[Support] Linuxserver.io - Nextcloud
Is clam-av available in a container? Sent from my SM-N960U using Tapatalk
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
TO ALL REMEMBER THESE GUYS DO NOT GET PAID TO DO THIS. Sent from my SM-N960U using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
Simple test do a nslookup test for your domain, if it outputs your IP then it's something in the nextcloud config but if it's not then your ddns is not setup correct. Sent from my SM-N960U using Tapatalk
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Google it and it will out up the link on how to fix it. Sent from my SM-N960U using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
Prior to using LE, I had my firewall running DDNS to my domain and then when i would browse to it it would be http://mydomain.com:444 and it would work. Where did you get your domain?
-
[Support] Linuxserver.io - Plex Media Server
I am adding this as another option on how I did it. You can request LSIO to modify the template but I think it will introduce more confusion for noobs. TL;DR version In order to achieve this you will need to have the plex docker access two networks Proxy (which is already a member of) and host. Long version I have all of my dockers on the proxy and can be reached via the web. In my setup I have multiple vlans for different purposes. I configure my unraid server to various vlans because i have multiple nics. In my setup br0 corresponds to eth0 and so on. My issue was that 2 dockers are on the proxynet and the 3rd docker was on a different network. So the proxy dockers could not talk to the third. Bang my head for a few days read a lot about dockers Poof! a docker container can be a part of multiple networks via the docker network command. example in my case br0 default (unraid) br1 (network 1) where 3rd docker was located on the CLI of unraid ran this docket network connect br1 *name of docker* What that did was join that second network and it grabbed an ip for from the DHCP pool. to find that ip you can look at your router/dhcp server or run docker network inspect "name of container" The only issue is that when the docker is restarted it will loose that attachment to that other network, I'm sure there's a way to make it stick but i haven't bothered.
-
[Support] Linuxserver.io - Plex Media Server
When you created the proxynet you told docker to create a network (subnet) it created an internal subnet, usually a 172.18.XXX.XX or whatever. At that point everything that is using that proxynet network became inaccessible because your physical network has no clue on how to talk to that network because its internal. However, since LE is on the proxynet and so are the dockers they can talk to each other. Putting the dns resolver to the side, you should be able to use a smart phone plugin your domain and it pulls up plex, correct? If so from a pc on your home network have you tried to pull plex by the domain address not by ip:port?
-
[Support] Linuxserver.io - Plex Media Server
If you want to use the proxy with a custom domain you will need to setup DNS resolver as Saarg mention or hair pinning. I am not sure how that is done on Unifi but im sure someone has done it before. I use pfsense for a firewall, cisco 3750 for switching, and Unifi AP with controller using the proxy and it works well.
-
[Support] Linuxserver.io - Plex Media Server
They would disappear because you created a custom network that's using the proxy to connect to your Dockers. You should be able to access it using the https://plex.xxxxx.com from with in your home. I believe spaceinvader tells you that on the network settings of Plex to change it from the default to listen on the https://plex.blahblah.com You should still be able to click on the docker and close webui and it should open. Sent from my SM-N960U using Tapatalk
-
[Support] Linuxserver.io - Plex Media Server
Have you setup let's encrypt? Are you setting up Plex to use the proxy? If the answer to those questions are yes. How are you trying to access Plex? Sent from my SM-N960U using Tapatalk
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
This is why this community is awesome, developer got right on it and made a custom change for one person, that is probably going to benefit everyone else.
-
[Support] Linuxserver.io - Plex Media Server
Post the docker command
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
That's was going to be my next suggestion. I use it since all of my sites have their comodo ssl, I still run LEGlad you got it working Sent from my SM-N960U using Tapatalk
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I guess it should, so you have a static IP? Sent from my SM-N960U using Tapatalk
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
You need a DDNS so your name cheap knows your IP Sent from my SM-N960U using Tapatalk
-
[Support] Linuxserver.io - Unifi-Controller
Awesome work Sent from my SM-N960U using Tapatalk
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Good, great to hear. That stinks that they force you to rent their router. Sent from my SM-N960U using Tapatalk
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Why do you have to use that? Why not spin up a pfsense box or buy your own router that can handle gigabit speeds. Sent from my SM-N960U using Tapatalk
-
[Support] Linuxserver.io - Plex Media Server
Two versions of unraid or Plex? Sent from my SM-N960U using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
Learned this the hard way
-
[Support] Linuxserver.io - Plex Media Server
damn autocorrect, I bought the same card, i dont have a 4k tv so no 4k vids. i also got the same LSI controller in IT mode, but i thought that even with the expander one raid card could only do 16 drives?
-
[Support] Linuxserver.io - Plex Media Server
What is the hourly sas expander that you are using? Like to know since I just bought a used one of eBay for my 24disk move from 10 disk. Thank you Sent from my SM-N960U using Tapatalk
-
[Support] Linuxserver.io - Unifi-Controller
Is unifi the only docker that's running on port 8080? Sent from my SM-N960U using Tapatalk
-
[Support] binhex - PrivoxyVPN
Ha ha ha, didn't realize the verbiage i used would cause confusion, I meant I recommend Airvpn for a vpn provider. Sorry
-
[Support] Linuxserver.io - Unifi-Controller
This an awesome docker Sent from my SM-N960U using Tapatalk