January 28, 20251 yr So I currently run this through huggingface but I'd prefer to run this docker on unraid to self host. I'm wanting to use this config.yml file https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-hf.yaml however I'm not sure where to place it given the docker template doesn't create an appdata folder like most do. Are you able to assist?
February 2, 20251 yr What I did was create my own appdata folder /mnt/user/appdata/librechat, and inside that, I created librechat.yaml Within the current docker config in Unraid, I then mapped the file as per this method - note the . infront of the file path so that it doesn't try to use a directory:
February 12, 20251 yr I have added the .env file as well, so I don't have to add a gazillion environment vars to the docker config in Unraid. Seems to work perfectly. I migrated all the docker template's settings to the .env file, so only this is left: Edited February 12, 20251 yr by Ruuddie
February 13, 20251 yr On 12/9/2024 at 6:00 AM, trytofly said: Could you give me a pointer on how to use docker compose in unraid like that? Did you use a VM? You need to use the unraid docker compose plugin....that installs docker compose. Then I just followed the official librechat instructions for installing it using docker compose. This requires basic understanding of terminal command line stuff: cloning the librechat github repo editing the yaml files in the repo for your specific needs using the docker compose up and down commands troubleshooting using docker logs commands etc
September 1, 2025Sep 1 Hi, I changed the repo to ghcr.io/danny-avila/librechat:latest to avoid daily updates.Any disadvantages known?Thank you!
September 1, 2025Sep 1 Author 5 hours ago, FeelNiceInc said:Hi, I changed the repo to ghcr.io/danny-avila/librechat:latest to avoid daily updates.Any disadvantages known?Thank you!I don't use LibreChat anymore, but I updated the CA template to use release instead of dev. Wasn't aware updates were daily now!
September 1, 2025Sep 1 9 minutes ago, pureelectricity said:I don't use LibreChat anymore, but I updated the CA template to use release instead of dev. Wasn't aware updates were daily now!Thanks for the info.What alternative did you end up with for you?
September 23, 2025Sep 23 Hi, I have just installed app on UNRAID and cannot perform initial registration. Either though I set the variable EMAIL_HOST to my external smtp server, while registering new user in logs I receive error: Error in registering user: connect ECONNREFUSED 127.0.0.1:587. Do you know why this is happening?
October 9, 2025Oct 9 On 1/28/2025 at 7:58 AM, bambalam said:Has anyone successfully setup Unraid and LibreChat with a "librechat.yaml" configuration? I attempted it today but ran into persistent "package.json" errors when trying to start the container. From what I can tell, adding an /app directory to the configuration seems to cause LibreChat to look for the package.json file within this newly created directory. For testing, I only placed a librechat.yaml file in the /app directory inside the appdata folder. I assume the package.json contents might be located within MongoDB with the standard configuration. I'm not entirely sure what's happening here, and honestly, this is a bit beyond my understanding. Any insights or guidance would be appreciated!Looks like email related error so this should be configured?But as is package does not work out of the box due to recent librechat changes so maybe owner can fix it?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.