Configuring environment variables ?
-
Is it possible to configure Baserow enviroment variables in Cloudron? https://baserow.io/docs/installation/configuration
For example, I would like to edit the user file upload configuration to use S3 storage for user uploads and disable the Google docs file preview ?
-
@girish a good thing to add to the baserow docs for Cloudron.
-
Currently the app package does not support setting those config options via environment variables. We would need to add a .env file of sorts which is sourced by the app on startup. I will check if and how this can be added for the next app package release.
-
-
-
@girish Are Plugins currently possible? https://baserow.io/docs/plugins%2Finstallation
-
@girish ,
@Sam_uk Currently, no. Do you know of any useful plugin to test? https://community.baserow.io/c/plugins/17 doesn't have much.From there, https://community.baserow.io/t/modify-web-frontend-plugin-baserow-dependency/1046/3 has a nice explanation of the baserow plugin structure.
-
@Sam_uk Apparently, you can just set an env variable named
BASEROW_PLUGIN_DIR
per this. So, something likeexport BASEROW_PLUGIN_DIR=/app/data/plugins
and then create directory and put a plugin inside it.That said, none of the plugins seem to be in active development afaict. So, I suspect things probably may not work, not sure.