Solved 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 ?
-
This is implemented in the new package along with baserow 1.11.0. See https://docs.cloudron.io/apps/baserow/#custom-configuration
-
@girish a good thing to add to the baserow docs for Cloudron.
-
@robi Agreed as the docs on Cloudron are currently empty.
-
-
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.
-
nebulon
-
This is implemented in the new package along with baserow 1.11.0. See https://docs.cloudron.io/apps/baserow/#custom-configuration
-
girish
-
-
@girish Are Plugins currently possible? https://baserow.io/docs/plugins%2Finstallation
-
@Sam_uk Currently, no. Do you know of any useful plugin to test? https://community.baserow.io/c/plugins/17 doesn't have much.
-
@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.