Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Djoss

Community Developer
  • Joined

  • Last visited

Everything posted by Djoss

  1. Which error are you getting exactly ? Are you accessing your site locally or remotely ?
  2. 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.
  3. Correct, a license is required, unless you stick with an old version. See https://github.com/jlesage/docker-filebot#donation-supported-version
  4. And how did you configure the access list ? Do you have usernames/passwords and/or IP addresses ? Do tou have "Satisfy Any" enabled ?
  5. The 502 error usually indicate that NPM cannot reach your app. Can you manually access https://192.168.1.22:9999 ?
  6. 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) ?
  7. Is your Docker container image up-to-date ?
  8. Look at /mnt/user/appdata/NginxProxyManager/log/letsencrypt.log, you should have more details about the failure.
  9. Ok, so this confirms that your WP instance is doing a redirect...
  10. Good catch. I will try to find what changed and how this can be fixed.
  11. 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.
  12. 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)?
  13. And what the following command is returning: curl -v http://192.168.50.108
  14. Did you try to reset you password ?
  15. 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 ?
  16. Yes for the domain you have trouble with (so the configuration you did using the NPM UI).
  17. Sorry, I meant the Nginx Proxy Manager configuration.
  18. 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 ?
  19. 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>
  20. Yes, this is the expected output. Not sure what happened. Let me know if the problem comes back.
  21. 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
  22. Note that this file is refreshed periodically, so the problem may come back...
  23. To be execute in unRAID terminal, not from the container itself. If you want to run from container, do "add-pkg curl" before.
  24. What the following commands are returning ? curl https://www.cloudflare.com/ips-v4 curl https://www.cloudflare.com/ips-v6
  25. 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".

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.