December 8, 20241 yr Has anyone else using Windmill been able to configure a resource to read/write files in user shares? I'd like for a script I run in Windmill to be able to save files locally but I don't see any explanation of how to do this in the docs. They seem to emphasize storing files in the cloud but that's just not practical for my use. I'm sure there's a way to do it by exposing a path in the container config and then adding a resource with the path but I can't figure out. Any help would be greatly appreciated! And I'd love to hear what you use Windmill for too! FYI, there is no Windmill support forum so that's why I posted here. Edited December 8, 20241 yr by shattered
December 9, 20241 yr Community Expert while I haven't used windmill this seems more like a permission and file access issue. is this running in a docker? you may need to add UUID/GUID and set to 0 - root 99-nobody 100-users otherwise its a data point mount earlier that needs permissions. chmod 777 -R * chown -R nobody:users * Whith out known how your running this there's very little to assist here. you may need to make/login to a github account and communicate with them on github: https://github.com/windmill-labs/windmill/issues
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.