RichardU

Members
  • Posts

    148
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

RichardU's Achievements

Apprentice

Apprentice (3/14)

11

Reputation

  1. FWIW, EMAIL_URL didn't work for me until I switched from smtp://... to smtps://...
  2. What would be the container path for that? I'm guessing: /app
  3. I'm no expert, but my installation is working with: mongodb://192.168.1.123:27017/mydatabase I believe you can put whatever you want for mydatabase and it will be created if it doesn't exist.
  4. FYI, I am completely unable to get this running on a fresh install of unRaid 6.12.8. The WebUI gives me: This site can’t be reached I have tried various combinations of: Repository: n8nio/n8n:1.29.1 environment variable N8N_SECURE_COOKIE: false N8N_EDITOR_BASE_URL: various changing the owner of appdata/n8n Suggestions are welcomed.
  5. I have two Wordpress installations and both were dead this morning. Editing the MariaDB docker and switching the Repository to mariadb:11.2.3 fixed it. I'm glad there seems to be no data loss.
  6. Has anyone had experience with adding the environment variables required for Baserow to send emails?
  7. Solved: Fix for running Wordpress behind Nginx Proxy Manager. I could view my wordpress page at http://[ipaddress:port], but https://wp.example.com gave me: redirected too many times. The soludion is to edit your appdata/wordpress/wp-config.php file (might need to change permissions first). Add this at the top: $_SERVER['HTTPS'] = 'on'; Cheers, Richard
  8. Where is the site health tool, please?
  9. I have two unraid servers, both running Version: 6.12.4. When I browse a user share on one, I get checkboxes that allow me to select a folder or file like this: My other server doesn't show the checkboxes. I've gone through every setting I can think of. How do I turn on this behavior? Cheers, Richard
  10. That's exactly what I want to do. Did you figure this out? Richard
  11. This WordPress docker is fantastic - much better than the VM I ran on the same hardware. My only question is, how to I set up FTP so I can connect with Filezilla? Cheers, Richard
  12. I have n8n installed on my unRaid server A and just tried installing it on my unRaid server B. When trying to copy over the settings, I noticed that the new installation wasn't asking for: Basic Auth, Basic Auth Username, and Basic Auth Password. Am I supposed to add those manually? When I install without those, I get the same error as frankie666. For fun, I added those variables manually and got the same error. You can see the error clearly if you check the logs quickly after starting. If you wait long enough the errors time out and the logs only flash what frankie666 showed.
  13. Thanks so much for this awesome plugin. My only quibble is the section label: "Notifications, scheduling and retention". Seems like Retention options are actually in the Main settings area, or else I am completely missing something.
  14. Perfect. This is the kind of thing I deal with about every 4-5 years so I appreciate the help. Thanks.