Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Baserow
  3. Configuring environment variables ?

Configuring environment variables ?

Scheduled Pinned Locked Moved Solved Baserow
17 Posts 5 Posters 3.0k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H hakunamatata

    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 ?

    robiR Offline
    robiR Offline
    robi
    wrote on last edited by
    #2

    @girish a good thing to add to the baserow docs for Cloudron.

    Conscious tech

    H 1 Reply Last reply
    1
    • robiR robi

      @girish a good thing to add to the baserow docs for Cloudron.

      H Offline
      H Offline
      hakunamatata
      wrote on last edited by
      #3

      @robi Agreed as the docs on Cloudron are currently empty.

      1 Reply Last reply
      1
      • H Offline
        H Offline
        hakunamatata
        wrote on last edited by
        #4

        @girish @nebulon have you had some time to look into this? or is it a question better suited over at the baserow community?

        1 Reply Last reply
        0
        • nebulonN Offline
          nebulonN Offline
          nebulon
          Staff
          wrote on last edited by
          #5

          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.

          1 Reply Last reply
          1
          • nebulonN nebulon marked this topic as a question on
          • girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #6

            This is implemented in the new package along with baserow 1.11.0. See https://docs.cloudron.io/apps/baserow/#custom-configuration

            H 1 Reply Last reply
            1
            • girishG girish has marked this topic as solved on
            • girishG girish

              This is implemented in the new package along with baserow 1.11.0. See https://docs.cloudron.io/apps/baserow/#custom-configuration

              H Offline
              H Offline
              hakunamatata
              wrote on last edited by
              #7

              @girish @nebulon awesome, thank you!

              Sam_ukS 1 Reply Last reply
              0
              • H hakunamatata

                @girish @nebulon awesome, thank you!

                Sam_ukS Offline
                Sam_ukS Offline
                Sam_uk
                wrote on last edited by
                #8

                @girish Are Plugins currently possible? https://baserow.io/docs/plugins%2Finstallation

                girishG 1 Reply Last reply
                2
                • Sam_ukS Sam_uk

                  @girish Are Plugins currently possible? https://baserow.io/docs/plugins%2Finstallation

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by girish
                  #9

                  @Sam_uk Currently, no. Do you know of any useful plugin to test? https://community.baserow.io/c/plugins/17 doesn't have much.

                  robiR Sam_ukS 2 Replies Last reply
                  0
                  • girishG 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.

                    robiR Offline
                    robiR Offline
                    robi
                    wrote on last edited by
                    #10

                    @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.

                    Conscious tech

                    1 Reply Last reply
                    1
                    • girishG 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.

                      Sam_ukS Offline
                      Sam_ukS Offline
                      Sam_uk
                      wrote on last edited by
                      #11

                      @girish It's the Calendar one I want to try please: https://baserow.io/docs/plugins/view-type

                      girishG 1 Reply Last reply
                      0
                      • Sam_ukS Sam_uk

                        @girish It's the Calendar one I want to try please: https://baserow.io/docs/plugins/view-type

                        girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #12

                        @Sam_uk ah ok, are you thinking of developing plugins ? Is it enough to just symlink the plugin directory?

                        Sam_ukS 1 Reply Last reply
                        1
                        • girishG girish

                          @Sam_uk ah ok, are you thinking of developing plugins ? Is it enough to just symlink the plugin directory?

                          Sam_ukS Offline
                          Sam_ukS Offline
                          Sam_uk
                          wrote on last edited by
                          #13

                          @girish maybe. in short term users have requested being able to use a calendar view. I think a symlink should work for that?

                          girishG 1 Reply Last reply
                          0
                          • Sam_ukS Sam_uk

                            @girish maybe. in short term users have requested being able to use a calendar view. I think a symlink should work for that?

                            girishG Offline
                            girishG Offline
                            girish
                            Staff
                            wrote on last edited by
                            #14

                            @Sam_uk Apparently, you can just set an env variable named BASEROW_PLUGIN_DIR per this. So, something like export 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.

                            robiR 1 Reply Last reply
                            0
                            • girishG girish

                              @Sam_uk Apparently, you can just set an env variable named BASEROW_PLUGIN_DIR per this. So, something like export 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.

                              robiR Offline
                              robiR Offline
                              robi
                              wrote on last edited by
                              #15

                              @girish perhaps an update to the package with this as default, good to make it obvious where plugins go, even if empty, visible in FM.

                              Conscious tech

                              girishG 1 Reply Last reply
                              0
                              • robiR robi

                                @girish perhaps an update to the package with this as default, good to make it obvious where plugins go, even if empty, visible in FM.

                                girishG Offline
                                girishG Offline
                                girish
                                Staff
                                wrote on last edited by
                                #16

                                @robi yeah, makes sense. But before that, I think we need a way/someone to verify plugins are working. The site also says they are in pre-alpha state, so I don't want to push this anymore than needed.

                                robiR 1 Reply Last reply
                                0
                                • girishG girish

                                  @robi yeah, makes sense. But before that, I think we need a way/someone to verify plugins are working. The site also says they are in pre-alpha state, so I don't want to push this anymore than needed.

                                  robiR Offline
                                  robiR Offline
                                  robi
                                  wrote on last edited by
                                  #17

                                  @girish they will get there, until then, they'll have a place to go.

                                  Conscious tech

                                  1 Reply Last reply
                                  0
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes


                                  • Login

                                  • Don't have an account? Register

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • Bookmarks
                                  • Search