Everything posted by Djoss
-
[Support] Djoss - Nginx Proxy Manager
Which error are you getting exactly ? Are you accessing your site locally or remotely ?
-
[Support] Djoss - Nginx Proxy Manager
Can you try to run "tail -f /mnt/user/appdata/NginxProxyManager/log/proxy_host-XX.log", on the log file for your proxy host? Then access the site and see what is being logged.
-
[Support] Djoss - FileBot
Correct, a license is required, unless you stick with an old version. See https://github.com/jlesage/docker-filebot#donation-supported-version
-
[Support] Djoss - Nginx Proxy Manager
And how did you configure the access list ? Do you have usernames/passwords and/or IP addresses ? Do tou have "Satisfy Any" enabled ?
-
[Support] Djoss - Nginx Proxy Manager
The 502 error usually indicate that NPM cannot reach your app. Can you manually access https://192.168.1.22:9999 ?
-
[Support] Djoss - Nginx Proxy Manager
When you setup a "/live02" custom location, did you try to access it via "code.mydomain.com/live02" or "code.mydomain.com/live02/" (with or without ending slash) ?
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Is your Docker container image up-to-date ?
-
[Support] Djoss - Nginx Proxy Manager
Look at /mnt/user/appdata/NginxProxyManager/log/letsencrypt.log, you should have more details about the failure.
-
[Support] Djoss - Nginx Proxy Manager
Ok, so this confirms that your WP instance is doing a redirect...
-
[Support] Djoss - Nginx Proxy Manager
Good catch. I will try to find what changed and how this can be fixed.
-
[Support] Djoss - Nginx Proxy Manager
I just tried the same steps and it worked for me... Is it possible for you to share your appdata folder of your "test" instance? I can try to see if I can reproduce using your data.
-
[Support] Djoss - Nginx Proxy Manager
The error you get is really because the email entered in the login page is not found in the database. Do you see any spaces around the email address in the db ? Did you try to manually type the email address in the login page (no copy/paste, no automatic filling)?
-
[Support] Djoss - Nginx Proxy Manager
And what the following command is returning: curl -v http://192.168.50.108
-
[Support] Djoss - Nginx Proxy Manager
Did you try to reset you password ?
-
[Support] Djoss - Nginx Proxy Manager
Not sure what you are trying to do with the custom location, but it doesn't look right. Can you try to remove it to see if it fixes the issue ?
-
[Support] Djoss - Nginx Proxy Manager
Yes for the domain you have trouble with (so the configuration you did using the NPM UI).
-
[Support] Djoss - Nginx Proxy Manager
Sorry, I meant the Nginx Proxy Manager configuration.
-
[Support] Djoss - Nginx Proxy Manager
Using curl, we see that a redirect to the same URL is returned: curl -v https://marcbuhmann.com/ * Trying 76.243.195.200:443... * TCP_NODELAY set * Connected to marcbuhmann.com (76.243.195.200) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /usr/share/curl/ca-bundle.crt CApath: none * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): * TLSv1.3 (IN), TLS handshake, Certificate (11): * TLSv1.3 (IN), TLS handshake, CERT verify (15): * TLSv1.3 (IN), TLS handshake, Finished (20): * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): * TLSv1.3 (OUT), TLS handshake, Finished (20): * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=marcbuhmann.com * start date: Oct 23 20:33:34 2020 GMT * expire date: Jan 21 20:33:34 2021 GMT * subjectAltName: host "marcbuhmann.com" matched cert's "marcbuhmann.com" * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 * Using Stream ID: 1 (easy handle 0x47c570) > GET / HTTP/2 > Host: marcbuhmann.com > user-agent: curl/7.67.0 > accept: */* > * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): * old SSL session ID is stale, removing * Connection state changed (MAX_CONCURRENT_STREAMS == 128)! < HTTP/2 301 < server: openresty < date: Tue, 27 Oct 2020 17:51:07 GMT < content-type: text/html; charset=UTF-8 < content-length: 0 < location: https://marcbuhmann.com/ < x-ua-compatible: IE=edge < x-redirect-by: WordPress < x-served-by: marcbuhmann.com < Can you share the config of your proxy host ?
-
[Support] Djoss - Nginx Proxy Manager
The latest image now uses sqlite instead of mariadb. See my previous command for the SQL command to run. If password needs to ne be reset: docker run NginxProxyManager /opt/nginx-proxy-manager/bin/reset-password <user> <password>
-
[Support] Djoss - Nginx Proxy Manager
Yes, this is the expected output. Not sure what happened. Let me know if the problem comes back.
-
[Support] Djoss - Nginx Proxy Manager
Are you using the correct user ? You can list users with the following command: docker exec NginxProxyManager sqlite3 -cmd 'SELECT * from user;' /config/database.sqlite
-
[Support] Djoss - Nginx Proxy Manager
Note that this file is refreshed periodically, so the problem may come back...
-
[Support] Djoss - Nginx Proxy Manager
To be execute in unRAID terminal, not from the container itself. If you want to run from container, do "add-pkg curl" before.
-
[Support] Djoss - Nginx Proxy Manager
What the following commands are returning ? curl https://www.cloudflare.com/ips-v4 curl https://www.cloudflare.com/ips-v6
-
[Support] Djoss - FileBot
There are multiple ways to solve this. The idea is to make sure that files to be moved are under the same parent directory. In other words, you need to use a single Docker volume mapping. For example, you could add a new read/write "Path" that map "/mnt/user" to "/workdir" in the container. If you use the UI to rename your files, just make sure to select them under "/workdir/media/torrents" and set the output to "/workdir/media". If you use AMC, then you set the environment variables (you need to click Show more settings) "Automated Media Center: Input Directory" to "/workdir/media/torrents" and "Automated Media Center: Output Directory" to "/workdir/media".