Closed YoMamasNerd closed 1 month ago
A quick fix is to make sure that the owner of the data and config folders (and their contents) in the host is 101:101
chown -R 101:101 data config
This is because inside the container the UID 101 is running the nginx process (open shell inside container and run ps -aux
and cat /etc/passwd | grep 101
Closing as SCALE isnt a supported platform any longer. Feel free to open a new Issue if the issue persists on one of the currently supported platforms.
This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists
App Name
baikal
Operating System
TrueNAS SCALE 23.10.1
App Version
0.9.4
Application Events
Application Logs
Application Configuration
Describe the bug
Baikal is deploying fine but isn't able to access needed files.
Error - Insufficient permissions on the configuration folders
In order to work properly, Baïkal needs to have write permissions in the Specific/ and config/ folder.
To Reproduce
Expected Behavior
Screenshots
N/A
Additional Context
I've read and agree with the following