I’ve setup unpackerr (running inside Portainer owned by user 568) to watch a folder and unpack its contents per this guide: link and it works as it should but the extracted file is owned by root:root instead of apps:apps and the permissions of the extracted file is rw-r--r-- so the apps user cannot delete the file when needed.
I have tried to change the line in the .yml file to change the permissions of hte extracted files UN_FILE_MODE=0766 which should be rwxrw-rw- but the prior permissions persist.
Then I tried to change the owner of the portainer stack to a created user that I named “568” but when trying to change the user portainer just says that I’ve not created any users.
What will be the correct course of action? Try to fix the permissions error or try to change the owner of the stack?
Lastly, I don’t know if this is the place to post this but I could’nt find any Portainer support forum.