Unraid install 1.0 issues
I'm getting errors during installation, do I need to fill this portion out?
55 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
You probably have to remove all the database things that are empty. Then it could work, but not sure. Maybe our system should deal with empty env variable values better
Is there something I should be filling in there?
I left these empty as well:
Try with
DATABASE_URL
= /appdata/db/db.sqlite
Thats okayhere's the log now
Do I need to add user and pass for db maybe?
No, it's sqlite so a file, wait
do you have AUTH_PROVIDERS somewhere?
That should be
credentials
Here's the full config:
Yes, try set AUTH_PROVIDERS to "credentials"
And please recreate your encryption key
I'll create an issue on github so that we ignore empty env variable values and always fallback to the correct values
Ok, should I also keep this or remove this?
You can try without it, but add it again if it fails
Working now!
Great!
I tried without it and it worked fyi
Let you know once the change has landed
Perfect, thanks for the help!
GitHub
bug: empty env variables should be ignored · Issue #1984 · homarr-l...
Describe the bug For example with the unraid template it sets empty strings for AUTH_PROVIDERS or DOCKER_PORTS. It would be better if those would only be picked up when they have an actual value. A...
I can confirm, that the missing piece for me was the AUTH_PROVIDERS credentials. Also perhaps the hidden PGID and PUID variables should perhaps have defaults set. Thanks for this helpful interaction. Updated the issue with this info.
Hello, I have homarr installed on unraid.
ghcr.io/ajnart/homarr:latest
. It will be no longer updated? I see now only one Homarr in CA:No it will generally no longer receive updates, we'll release a final update to inform users
How to migrate to that new docker?
You mean your data?
After the installation | Homarr documentation
Read our glossary if you are new to Homarr.
thank You
Hi, can You tell me if I have to install new database and fill that fields?
and what db works faster? better-sqlite or mysql2?
Depends, when you don't want to deal with the database, I would suggest sqlite, otherwise you need a seperate container with mysql.
If you want to use sqlite, you can remove all the fields from Database URL to Database password, otherwise you have to fill them out with the mysql configurations
OK, I remove everything with database but thaere are hidden options:
1000 and 1000 will be OK?
Depends on your setup, we normally run it with root (0) within the container. If you change it you need to follow the following docs:
https://homarr.dev/docs/advanced/running-as-different-user/
Running as a different user | Homarr documentation
By default the container is running with user root and group root.
so userID: 0 and group ID: 0?
Or you just remove it as well when you don't care about changing it
it don't start when empty
I mean click the remove button beside it
Or does that just clear the input field?
no matter what I do I get 500 internal error
With what logs?
set AUTH_PROVIDERS to "credentials"
one of those or add new variable?
There should be one called
AUTH_PROVIDERS
alreadythat's all
Authentication: Single sign on authentication provider (4th last in last screenshot)
Yes
there's what You tell
Set it to
credentials
now works 🙂
I will start migration now
Thanks
Your welcome
I have some issues like right panel don't work, calendar widget don't work and my main board is no longer my main board. But rest is ok.