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. App Wishlist
  3. Grist | The Evolution of Spreadsheets

Grist | The Evolution of Spreadsheets

Scheduled Pinned Locked Moved App Wishlist
52 Posts 25 Posters 9.0k Views 32 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.
  • W walski

    Ok turns out, that Grist releases after Sept. 11th come with a broken pyodide sandboxing layer (see https://github.com/gristlabs/grist-core/issues/734).

    I got everything running using an earlier Grist release (1.1.4 from Sept 8th or so). Before this can be considered for the app store I need to polish the metadata, etc. But you should be able (we do) to install it to your Cloudron using the CLI.

    Repo is here: https://git.cloudron.io/walski/grist-app

    How little? πŸ™‚

    16GB RAM, 6 core AMD whatever virtual server. Currently running 13 apps through Cloudron.

    jdaviescoatesJ Online
    jdaviescoatesJ Online
    jdaviescoates
    wrote on last edited by
    #22

    @walski said in Grist | The Evolution of Spreadsheets:

    16GB RAM

    Yeah, that's not much RAM really (especially if you're running some RAM heavy apps), so possibly not surprising it's running slow. I wonder how it'd be if you had more resources... I guess once that issues is resolves and we get it into the Cloudron App Store we'll find out! πŸ™‚

    Thank you for your efforts, much appreciated πŸ™

    I use Cloudron with Gandi & Hetzner

    1 Reply Last reply
    0
    • W Offline
      W Offline
      walski
      wrote on last edited by
      #23

      Side-note: Looks like direct OIDC support just landed on Grist's main 🎊 https://github.com/gristlabs/grist-core/pull/717

      1 Reply Last reply
      8
      • W walski

        Ok turns out, that Grist releases after Sept. 11th come with a broken pyodide sandboxing layer (see https://github.com/gristlabs/grist-core/issues/734).

        I got everything running using an earlier Grist release (1.1.4 from Sept 8th or so). Before this can be considered for the app store I need to polish the metadata, etc. But you should be able (we do) to install it to your Cloudron using the CLI.

        Repo is here: https://git.cloudron.io/walski/grist-app

        How little? πŸ™‚

        16GB RAM, 6 core AMD whatever virtual server. Currently running 13 apps through Cloudron.

        P Offline
        P Offline
        plusone-nick
        wrote on last edited by
        #24

        @walski if its not DNS its RAM 😫

        βœŒπŸ’™+1

        1 Reply Last reply
        0
        • K Offline
          K Offline
          kymj8
          wrote on last edited by
          #25

          Grist is now available for YunoHost. It was announced in the Grist Community November 2023 Newsletter.

          Looking for a simpler way to self-host Grist? Florent has also packaged Grist on YunoHost, a Debian-based OS designed to help democratize self-hosting. Check out Florent’s post in our forum for more information.

          The post:
          Self-hosting Grist made easy with Yunohost
          https://community.getgrist.com/t/self-hosting-grist-made-easy-with-yunohost/3692

          In the YunoHost Application Catalog:
          https://apps.yunohost.org/app/grist

          And on GitHub.
          https://github.com/YunoHost-Apps/grist_ynh

          This seems like a good sign for us here.🀞

          1 Reply Last reply
          3
          • W Offline
            W Offline
            walski
            wrote on last edited by
            #26

            Yip, they released v1.1.9 on Dec 2nd. That release includes the pyodide fix to run Grist sandboxed within Cloudron, as well as their direct OIDC support (see docs: https://support.getgrist.com/install/oidc/#openid-connect).

            I'm more than happy to incorporate these onto my branch and that should then give us a decent to maybe get it into the app store? I just can't promise a timeline right now πŸ˜•

            1 Reply Last reply
            8
            • S Offline
              S Offline
              seeker
              wrote on last edited by
              #27

              New release highlights below.
              I like that there is a desktop app. Has anyone been able to play with it. I assume it integrates with the cloud app? Sometimes it is nice to be able to take things offline.

              Released: Grist v1.1.11
              Highlights from recent releases:

              Forms - design forms and surveys right within Grist and watch the data roll in live. Each field is automatically tied to a spreadsheet column so analysis is super simple. https://www.getgrist.com/forms/
              
              New calendar widget for displaying dates. https://support.getgrist.com/widget-calendar/
              
              Advanced Chart and JupyterLite Notebook custom widgets - very powerful for advanced dataviz and Python work.
              

              https://support.getgrist.com/widget-custom/#advanced-charts
              https://support.getgrist.com/widget-custom/#jupyterlite-notebook

              Formula lookups and shortcuts for adding common formulas and lookups. https://support.getgrist.com/newsletters/2023-10/#formula-shortcuts
              
              Record cards that make it much easier to navigate and edit referenced data (a huge part of what makes Grist useful). https://support.getgrist.com/record-cards/
              

              GitHub repo: https://github.com/gristlabs/grist-core
              Grist overview: https://www.reddit.com/r/selfhosted/comments/su6tv3/grist_free_open_source_alternative_to_airtable/ Interactive demo (no login required):
              https://docs.getgrist.com/

              1 Reply Last reply
              2
              • W walski

                Ok turns out, that Grist releases after Sept. 11th come with a broken pyodide sandboxing layer (see https://github.com/gristlabs/grist-core/issues/734).

                I got everything running using an earlier Grist release (1.1.4 from Sept 8th or so). Before this can be considered for the app store I need to polish the metadata, etc. But you should be able (we do) to install it to your Cloudron using the CLI.

                Repo is here: https://git.cloudron.io/walski/grist-app

                How little? πŸ™‚

                16GB RAM, 6 core AMD whatever virtual server. Currently running 13 apps through Cloudron.

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

                @walski said in Grist | The Evolution of Spreadsheets:

                Repo is here: https://git.cloudron.io/walski/grist-app

                How's it running these days?

                Have you added the easy-install.sh script yet?

                Conscious tech

                1 Reply Last reply
                2
                • S Offline
                  S Offline
                  seeker
                  wrote on last edited by seeker
                  #29

                  Just discovered grist has two pages of webinars that could be helpful for onboarding. Getting people to use tools... videos are helpful.
                  https://www.getgrist.com/webinars/

                  1 Reply Last reply
                  3
                  • J Offline
                    J Offline
                    jc147
                    wrote on last edited by
                    #30

                    Hello, is there any progress on the integration of Grist with Cloudron? I can't wait for this to happen!

                    jdaviescoatesJ 1 Reply Last reply
                    4
                    • J Offline
                      J Offline
                      jagan
                      wrote on last edited by
                      #31

                      The addition of AI to grist to query data in natural language is a game changer - creates the python code needed and no-code developers can create all sorts of reports, graphs and charts.

                      Others will catch up ultimately, but for now, Grist is ahead.

                      1 Reply Last reply
                      3
                      • J jc147

                        Hello, is there any progress on the integration of Grist with Cloudron? I can't wait for this to happen!

                        jdaviescoatesJ Online
                        jdaviescoatesJ Online
                        jdaviescoates
                        wrote on last edited by
                        #32

                        @jc147 said in Grist | The Evolution of Spreadsheets:

                        I can't wait for this to happen!

                        Yeah, it'll be great to have Grist and to be able to integrate it with Outline! πŸ™

                        I use Cloudron with Gandi & Hetzner

                        1 Reply Last reply
                        2
                        • avatar1024A Offline
                          avatar1024A Offline
                          avatar1024
                          wrote on last edited by
                          #33

                          Hello, I wonder, is anyone is working on this? Seems like grist is ahead of the others regarding what it offers in the self hosted version.

                          1 Reply Last reply
                          2
                          • U Offline
                            U Offline
                            umnz
                            wrote on last edited by
                            #34

                            +1 also take my upvote for Grist. A solid alternative to Nocodb.

                            1 Reply Last reply
                            1
                            • S Offline
                              S Offline
                              SamGreenwood
                              wrote on last edited by
                              #35

                              +1 also think this would be great

                              jdaviescoatesJ 1 Reply Last reply
                              1
                              • S SamGreenwood

                                +1 also think this would be great

                                jdaviescoatesJ Online
                                jdaviescoatesJ Online
                                jdaviescoates
                                wrote on last edited by
                                #36

                                @SamGreenwood upvote the original post πŸ™‚

                                I use Cloudron with Gandi & Hetzner

                                S M 2 Replies Last reply
                                0
                                • M Offline
                                  M Offline
                                  marylou
                                  wrote on last edited by
                                  #37

                                  OMG, Grist looks amazing!! It looks like it shows referenced (aka linked) data values rather than just "2 linked values" as Nocodb does. And it comes with granular access rules. And it supports most Excel functions?? 😍 I would like to hereby add ten votes. πŸ™‚

                                  1 Reply Last reply
                                  2
                                  • C Offline
                                    C Offline
                                    cstork
                                    wrote on last edited by
                                    #38

                                    Yes, definitely interesting. Maybe finally a feasible replacement for some google sheets of mine...

                                    1 Reply Last reply
                                    1
                                    • firmansiF Offline
                                      firmansiF Offline
                                      firmansi
                                      wrote on last edited by
                                      #39

                                      Hopefully this will soon running on Cloudron

                                      1 Reply Last reply
                                      1
                                      • M Offline
                                        M Offline
                                        marylou
                                        wrote on last edited by
                                        #40

                                        I took a closer look at and tested the free version of Getgrist today, and I found it to be significantly more advanced than BaseRow and NoboDB. It offers features such as duplicate detection, complex formulas, access rules, and conditional formatting, all within the free version. It is also noticeably faster. I can't wait to make the switch and hope to see it on Cloudron soon.

                                        1 Reply Last reply
                                        2
                                        • M Offline
                                          M Offline
                                          marylou
                                          wrote on last edited by
                                          #41

                                          @timconsidine @girish @nebulon
                                          Are there any concrete plans to package Grist for Cloudron?

                                          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