Posted August 5, 20213 yr I cant find the correct forum to post this issue in. It if needs to be moved to another forum please feel free to do so. I've been trying to get Almond Server running on docker in Unraid but I continuously receive the same errors in the logs. Here is the command I am running (obviously running from the Docker gui in Unraid: docker run -p 3000:3000 -v $HOME/.almond-server:/var/lib/almond-server stanfordoval/almond-server:latest-portable And here is the log output with the error I receive each time: Frontend initialized in development mode Failed to load translations: The expression evaluated to a falsy value: assert_1.default(fs.existsSync(modir)) Snowboy initialized Home directory not accessible: Permission denied Uncaught exception: Not available I know that docker might not know the location of $HOME in the variable shown in the command, so I have also tried '-v /root/.almond-server' and '-v /home/.almond-server'. I've also tried to set that variable to the /mnt/user/appdata/ location. Does anyone know why this might be happening and how I might be able to fix it?? Thank you for any assistance in advance.
August 5, 20213 yr Community Expert You're probably best to ask the question here https://github.com/stanford-oval/almond-server/issues
March 21, 20223 yr I'd also like to try out Almond in an Unraid docker. Please keep us up to date if you got this working.
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.