Everything posted by Juise99
-
Unraid OS version 6.12.0 available
"Use nano", oh you silly kids! Seriously though, thanks! I have no idea where it got that extra 0 from for the ssl port
-
Unraid OS version 6.12.0 available
After updating, nginx wont start because something is creating a port that's invalid. My default port was 5580, so I assume something was added in the version to create ssl port. Without nginx I don't know what to change to fix it. root@Teletraan-1:~# tail -f /var/log/nginx/error.log 2023/06/15 16:50:19 [emerg] 7493#7493: invalid port in "127.0.0.1:554430" of the "listen" directive in /etc/nginx/conf.d/servers.conf:23 less /etc/nginx/conf.d/servers.conf server { listen 127.0.0.1:5580; # lo listen 127.0.0.1:554430; # lo listen [::1]:5580; # lo listen [::1]:554430; # lo So the problem is 554430 is out of range obviously. If I edit the server.conf and try to start nginx these lines are added in again. Where is this coming from and how do I change it without having web access?
-
[Support] Nginx Proxy Manager (NPM) Official
OK, not sure whats going on here. I've been using Djoss's container for about 6 months no problems. I played around with a wildcard cert and it blew up. Couldn't change entries, errors deleting existing entries, just all bad. I went the lazy route and setup your container and everything worked for about 2 days. Now I haven't touched anything and I'm having the same issues as the other container. What logs should I be looking at? basic setup: home.mydomain.com is an A Record that is updated with an app if my IP changes. allmyotherstuff.mydomain.com are C names pointing to home.mydomain.com pfsense router with rules for 80 and 443 to go the reverse proxy I have entries for both public and local access everything worked! Now if I try to regenerate a new ssl cert for an existing entry I get "ENOENT: no such file or directory, open '/data/nginx/proxy_host/7.conf'"
-
[Support] Djoss - Nginx Proxy Manager
FUCKING THANK YOU FOR THIS!
-
[Support] kru-x - wordpress
Two things, when you install the current docker via Community Applications on 6.9.2 it doesn't show as an installed app. Also when you change the port during install the webui link in "docker containers" still points to the default 8080. Thanks for your work on this!