I’m running into problems deploying the Homepage app.
The logs report that the application is unable to write to the config folder. The application metadata reports the container is running as UID and GID of 1000. The default built in users and groups for TrueNAS Scale does not include a user or group with an ID of 1000.
I’ve tried to set environment variables to run the container as user and group 568 which corresponds to the built in ‘apps’ user and group which has the requisite permissions to the folder I want to use for the app config.
When I start the container with these environment variables set, the metadata still reports it as running as user and group 1000.
The naming of the environment variables is taken from the Homepage docker install guide - Docker Installation - Homepage
Any thoughts?