Everything posted by aptalca
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
You need to tell curl to follow redirects
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
That doesn't seem like the correct config for that. In that configuration, http auth is not dependent on the source ip, only general access is. Http auth is requested for every successful connection
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
502 means letsencrypt can't reach the service at the specified address and port
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Your issues are with "outgoing" connections, not incoming. That's why I suggested dns
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Did you confirm it's not dns or networking issues?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Yup, and the line after that, which closes the the bracket
-
[Support] Linuxserver.io - DuckDNS
So you can connect to your server without having to keep track of ip changes. Just connect to the domain
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
You have networking or dns issues. The container cannot reach out to letsencrypt servers. Check your dns, turn off pihole or whatever else blocker you may be using.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
The readme covers that
-
[Support] Linuxserver.io - Boinc
No idea what port it uses to connect but you would need to map that port so it can connect to boinc
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I guarantee cloudflare is a better option than your current dns provider. Do yourself a favor, get a free account, point your nameservers there and do dns validation with wildcard
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Edit the default site conf and comment out the block with listen 80 Also, if you use dns validation, you don't have to forward port 80
-
[Support] Linuxserver.io - OpenVPN AS
The readme tells you not to set/change the interface in bridge
-
[Support] Linuxserver.io - Code-server
Because it's not a desktop os, it's a docker container
-
[Support] Linuxserver.io - Plex Media Server
Set version var to docker so it doesn't update during start
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
https://blog.linuxserver.io/2019/04/25/letsencrypt-nginx-starter-guide/
-
[Support] Linuxserver.io - Code-server
Click on open folder, delete everything in the bar and put a forward slash `/` in there, it will let you browser the entire container contents including other mapped folders
-
[Support] Linuxserver.io - Code-server
Not restarted but when recreated/updated
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
There are a multitude of options to update ip on dns. Many routers provide that feature. We also have a ddclient image that does just that
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
A records point to IP addresses
-
[Support] Linuxserver.io - Folding@home
You have to wait until you're assigned a job
-
[Support] Linuxserver.io - Code-server
Did you look at the link above your post?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
The heimdall subfolder method is only for setting the homepage of the main domain. You don't need to do that for the homepage of a secondary domain because it is not already set up. For ombi as the homepage of the second domain, just use the ombi subdomain conf, and edit the server name to read "seconddomain.com"
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Server name directive. Create a new subdomain conf for the new server name
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
For the last two posters: 502 means letsencrypt can't reach the other service at the address and port defined. Fyi, 443 is not the correct port for ombi. Also ombi does not use https, it's http