Replies: 1 comment 1 reply
-
Hi @acherla, thanks for the suggestion! However, I'm curious about the use cases where users would want to customise the directory? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the app upload directory base path is statically defined via the following basepath /app/upload-data/ in uploads.py.
Instead allow for this to be an optionally configured directory that can be defined as an environment variable in order to modify this on the fly. This would allow a user to specify their own shared PVC mount directory and specify a different path as needed.
IE: APP_UPLOAD_DIRECTORY=/app/upload-data/
Beta Was this translation helpful? Give feedback.
All reactions