Everything posted by RichardU
-
[Support] tmchow - n8n workflow automation
I see there is a new n8n app from Balya in the app store. Has anyone tried it?
-
[Support] tmchow - n8n workflow automation
For those with accessibility problems, I have found that I needed to manually set permissions on /appdata/n8n to RW for all users. Maybe that will help.
-
Why no love for NocoDB?
I discovered NocoDB in the Unraid app store but it's gone now. Nonetheless it is an incredibly reliable and lightweight solution with a great API. If anyone ever needs a template for unraid, I'll see if I can upload mine.
-
OpenWebUI, Ollama and local AI
I'm running Ollama on a windows machine that has a better GPU than my unraid server. I'm happy with gemma3:4b-it-qat. I'm running Lobe-Chat and Open-webui on unraid, and frankly Lobe-Chat works better for me.
-
Problem with forum profile - Your email address is blocked in our system
For anyone else, this is apparently an insurmountable problem. I contacted support and was told there is nothing they can do except change my forum account to a different email address. I have used this email for decades, and no one else seems to have a problem with it. If they could explain the problem, I could try to fix it but it seems that is outside the scope of this forum software.
-
Problem with forum profile - Your email address is blocked in our system
I'm getting that message in the unRaid (this) forum, but when I go to my profile, I see no way to edit my email, or to otherwise fix that problem.
-
[Support] tmchow - n8n workflow automation
Should I? I never tried that. I have only done plain vanilla stand-alone installs.
-
[Support] tmchow - n8n workflow automation
Firstly, thanks for this container. n8n is amazing and I'm glad it's readily available on unRaid. However, having installed it on several different unRaid servers, I have found the need to manually set permissions on /appdata/n8n to RW for all users. Cheers
-
[Support] tmchow - n8n workflow automation
The github link in the original post is a dead link. I'm guessing it should be https://github.com/n8n-io/n8n and the banner should be https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png
-
How do I turn on the mysterious 'status bar' for File Manager
On my new unraid server 7.0.0 when a File Manager operation is in progress, if I close the modal I see this at the bottom left of my screen, and clicking on the blue icon restores the modal. On my old unraid server upgraded to 7.0.0 when a File Manager operation is in progress, if I close the modal I don't see anything at the bottom left of my screen. How can I turn on this behavior on my old server?
-
Problem after updating to 7
Check: Settings/ManagementAccess and make sure you are using the Local access URLs shown there. Be sure to really clear your browser cache.
-
[SUPPORT] blakeblackshear - Frigate
For anyone using a Cloudflare tunnel to access frigate via port 8971, it works for me when I add this to config.yml: tls: enabled: False
-
[Support] binhex - Syncthing
Syncthing has stopped working for me. I'm trying to add a folder path: `/media/Backup/test_me` Syncthing creates a test_me folder in my Backup share But then it apparently can't create `.stfolder` because I immediately get the Folder Marker Missing error. Here's my config:
-
[PLUGIN] ZFS Master
I just noticed maybe a hundred of these legacy datasets. What are they? How can I get rid of them, or prevent them from happening? Or should I not?
-
ZFS Master showing many "legacy" datasets
There are maybe a hundred of these. What are they? How can I get rid of them, or prevent them from happening? Or should I not?
-
<Support> Kru-x - Wekan and MongoDB-wekan templates
FWIW, EMAIL_URL didn't work for me until I switched from smtp://... to smtps://...
-
[Support] pureelectricity - LibreChat
What would be the container path for that? I'm guessing: /app
-
[Support] pureelectricity - LibreChat
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.
-
[Support] tmchow - n8n workflow automation
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.
-
[Support] MariaDB Official
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.
-
[SUPPORT] BASEROW
Has anyone had experience with adding the environment variables required for Baserow to send emails?
-
[Support] kru-x - wordpress
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
-
[Support] kru-x - wordpress
Where is the site health tool, please?
-
Where is my checkbox to select files/folders?
Right you are. Thanks!
-
Where is my checkbox to select files/folders?
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