Everything posted by aptalca
-
[Support] Linuxserver.io - OpenVPN AS
Are you using https?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
It's explained in the readme
-
[Support] Linuxserver.io - OpenVPN AS
Post your docker run
-
[Support] Linuxserver.io - Code-server
You didn't even mention the name of the plugin. I don't know what to tell you.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Did you change it to host networking? Because right now nginx isn't even starting. You said "I'm being told that the cert. . . has expired". Who told you that? Email or browser?
-
[Plug-In] Community Applications
- The Complete UnRAID reverse proxy, Duck DNS (dynamic dns) and letsencrypt guide
https://blog.linuxserver.io/2019/04/25/letsencrypt-nginx-starter-guide/- [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
That email means, "one of the certs that you received with that email address is expiring". In this case, it's not the cert that your server is currently using.- [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
1) turn off cloudflare proxy 2) fix your port forwarding- [Support] Linuxserver.io - OpenVPN AS
You can have access to your entire lan in bridge mode. Don't change every setting in the gui, especially don't try and change the server ip. Just add your subnet to the nat settings and check the box to allow clients access to other devices on your lan- [Support] Linuxserver.io - Heimdall
Update again. That was already fixed last night- [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Glad to hear you figured it out. And just an fyi, "Literally just upgraded the container to the latest version" often means "I changed a bunch of other things as well but I can't remember at the moment" 😉- [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
It's been discussed to death. Harmless lua error. Unrelated. Server ready means nginx is up and running. Check your dns settings and port forwarding- [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
https://blog.linuxserver.io/2019/07/10/troubleshooting-letsencrypt-image-port-mapping-and-forwarding/- unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
You know about "mc", right? Midnight Commander- [Support] Linuxserver.io - OpenVPN AS
Not sure, it's a docker security feature to block connections between host and macvlan. I don't recommend using macvlan unless you really have to. I only have 2 services on macvlan just so I can set up an ip based rule to let them bypass vpn. But even that is a fringe case- [Support] Linuxserver.io - OpenVPN AS
Use bridge networking- [Support] Linuxserver.io - OpenVPN AS
No idea with the little info you provided- [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
That ip is what letsencrypt is getting for your domain name. Check your dns settings if that is not your public ip- [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
You can leave it. When you type address in the url bar (inside your lan), use https so the requests go to letsencrypt. Http requests will go to unraid's port 80- [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
That was just added a few days ago. It will be included in the next letsencrypt build: https://github.com/linuxserver/reverse-proxy-confs/pull/111- [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
The readme explains how to troubleshoot that- [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Look into hairpin nat- [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
The letsencrypt log you posted earlier shows port 80 going to unraid gui- [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
It's your router and/or port settings. I'm assuming you're running unraid on port 443. Your router is redirecting internal (lan) requests to your domain to the unraid ip in the same 443 port, so you're getting unraid. You can move unraid's https port to something else and run letsencrypt on 443 instead - The Complete UnRAID reverse proxy, Duck DNS (dynamic dns) and letsencrypt guide