Everything posted by aptalca
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
In your sonarr container settings, open advanced and into extra arguments enter --network-alias=sonarr
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
If you need help with troubleshooting, start with posting your docker log Also, it's not a good idea to test a reverse proxy right off the bat. Set up the container first, check the logs to make sure the certs are retrieved correctly. Then test to make sure you can get to the placeholder homepage. Only then you should test the reverse proxy. Step by step. And here's a detailed guide that covers many scenarios: https://blog.linuxserver.io/2019/04/25/letsencrypt-nginx-starter-guide/
-
[Support] Linuxserver.io - Heimdall
I meant force refresh your browser. Ctrl-F5
-
[Support] Linuxserver.io - Heimdall
Force refresh
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
You forgot to rename the second variable name in your works one. Fix the last line for proxy pass
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Post the new confs you're using and check the error log in the config folder
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Try changing the variable name to upstream_nextcloud_works
-
[Support] Linuxserver.io - OpenVPN AS
Return all those values to the defaults. Only add your lan subnet to the routing section
-
[Support] Linuxserver.io - OpenVPN AS
Perhaps read the documentation? On github or docker hub
-
[Support] Linuxserver.io - OpenVPN AS
Download a new client config. Your current config was generated before you fixed the hostname on your server.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Nope. Certbot added an up to 10 minute delay to renewal attempts so no more renewals during container start. Only via cron
-
[Support] Linuxserver.io - OpenVPN AS
Provide more clarification
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Do you shut down your server at night? There should be a renewal attempt every night at 2:08am
-
[Support] Linuxserver.io - OpenVPN AS
Yeah, but it's good to have a backup, in case you can't connect to one for some reason. I have my pfsense one with udp on the standard port, the container on unraid that is tcp stream proxied by letsencrypt on port 80 and wireguard on an rpi3. Some public wifi block all outgoing udp connections and tcp over non-http/s so the port 80 one saved my a$$ quite a few times
-
[Support] Linuxserver.io - Ombi
Post your docker run command
-
[Support] Linuxserver.io - Ombi
Changing what variable?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
You don't need to add that line to the bottom, it's already in proxy.conf Is znc on the same user defined bridge network as letsencrypt? Is the container named "znc"? Is it running? Can you reach it via http://unraidip:6501 ?
-
[Support] Linuxserver.io - OpenVPN AS
Post a screenshot of your container settings. Your networking is selected in there
-
[Support] Linuxserver.io - OpenVPN AS
1. Ignore that error. Openvpn tries to start itself via systemd but our image uses s6 instead. We start it later. 2. No ideas about intermittent connectivity 3. Don't set it to match your lan config, they will clash. Make sure it has different subnets used for the openvpn network (leave those as is). Just add your network's subnet into vpn settings/routing. And make sure routing is set to to nat and the other 2 questions are answered yes. What kind of networking are you using?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Just read the last few posts man, come on now
-
[Support] Linuxserver.io - OpenVPN AS
Docker blocks connection between host and macvlan. Not much you can do about it
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Go to services/dns resolver and add your host overrides at the bottom
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
All the conf files are in the config folder. /config/nginx/site-confs/default is the one you want to edit for https redirection. There are instructions in there
-
[Support] Linuxserver.io - OpenVPN AS
That's host networking, not bridge. See the first item on the list above
-
[Support] Linuxserver.io - Plex Media Server
Assuming this is a fresh install, go to http://unraidip:32400/web from a computer that is in the same network subnet as unraid If the subnet is different, you can use the ssh tunnel method described at the bottom of this page under on a different network: https://support.plex.tv/articles/200288586-installation/