Unraid
Our images can be deployed on Unraid using the built-in Docker manager. There is no Community Apps template required — you can add any image manually.
Adding a Container
Section titled “Adding a Container”-
Open the Docker tab and click Add Container.
-
Set Repository to the full image reference, e.g.
ghcr.io/trueforge-org/home-assistant:2025.5.1. -
Add Path, Port, and Variable mappings as needed.
-
Under Extra Parameters, set the user so volumes are owned correctly:
--user 568:568
Permissions
Section titled “Permissions”Unraid traditionally uses nobody:users (99:100) on the array. Either:
- Mount the volume and
chown -R 568:568it once, or - Override the container user to
99:100(see Rootless Containers).
Updates
Section titled “Updates”Use Unraid’s built-in update check, or pin the image tag and rely on Renovate to bump it in your configuration repository.