PlanarAlly icon indicating copy to clipboard operation
PlanarAlly copied to clipboard

[FEAT] [Sanity Check on Permissions]

Open develroo opened this issue 4 years ago • 0 comments

Ok this is just a FYI for people using the docker image. I separated out the data and assets to their own volume to make backups easier on my part. However, I discovered when you map that volume to the container, it defaults to root.root ownership. You need to change ownership and content of those folders to 9000.root or it will give you a blank look at show the games and assets names, but you cannot access them because the db is read-only

So just a heads-up for the developer, you might want to put a sanity permissions check in when PA first starts up to check it has access to the db and assets and throw a helpful warning both to the screen and to the logs.

develroo avatar Jul 15 '21 15:07 develroo