Are there different hardware requirements? I’m running on a raspberry pi 4, and as soon as it tries to load my movies the entire server crashes. This happened with the first release candidate, but seems to still be happening.
srasmus
- 0 Posts
- 2 Comments
Joined 1 year ago
Cake day: May 19th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


Was able to fix it. The initial library scan caused the server to crash (ran out of resources) so every database load would make the server crash since the initial scan never ran. The solution was to turn off the other containers I had running, then run the scan, then turn everything on.