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
  • Brite
  • 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 - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Grist | The Evolution of Spreadsheets

Grist | The Evolution of Spreadsheets

Scheduled Pinned Locked Moved Solved App Wishlist
69 Posts 28 Posters 23.7k Views 33 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.
  • C Offline
    C Offline
    Camille
    wrote on last edited by
    #57

    @timconsidine : Thanks very much for this, I'll test asap

    timconsidineT 1 Reply Last reply
    1
    • C Camille

      @timconsidine : Thanks very much for this, I'll test asap

      timconsidineT Online
      timconsidineT Online
      timconsidine
      App Dev
      wrote on last edited by
      #58

      @Camille no rush

      Let me know any issues.
      Not sure I will use much myself so might not encounter them.

      I packaged because there seemed to be demand by others. Hope it helps.

      Indie app dev, scratching my itches, lover of Cloudron PaaS

      jdaviescoatesJ 1 Reply Last reply
      2
      • timconsidineT timconsidine

        @Camille no rush

        Let me know any issues.
        Not sure I will use much myself so might not encounter them.

        I packaged because there seemed to be demand by others. Hope it helps.

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

        @timconsidine I think part of the interest is that I think it integrates with Outline

        I use Cloudron with Gandi & Hetzner

        1 Reply Last reply
        2
        • timconsidineT Online
          timconsidineT Online
          timconsidine
          App Dev
          wrote on last edited by
          #60

          OMG an integration 😨
          Ok will investigate

          Indie app dev, scratching my itches, lover of Cloudron PaaS

          1 Reply Last reply
          2
          • timconsidineT timconsidine

            @shrey

            Grist for Cloudron now shared.

            Git repo : https://git.cloudron.io/timconsidine/cloudron-gristcore
            Built docker image : tcmbp132021/cloudron-gristcore:v1.1.0
            Available on hosted CCAI or use your own private CCAI-P (remember to pull the latest master catalogue

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

            @timconsidine I tested this package (2-3 days ago) and it installs and runs well! When I create a new spreadsheet , clicking on a cell throws some error . Do you see the same?

            timconsidineT 1 Reply Last reply
            1
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #62

              It has something to do with grist sandboxing. GRIST_SANDBOX_FLAVOR can apparently be pyodide or gvisor. Not sure which one we have to use, but the Dockerfile has some python install, so we are going for pyodide is it?

              https://support.getgrist.com/self-managed/#how-do-i-sandbox-documents

              timconsidineT 1 Reply Last reply
              0
              • girishG girish

                @timconsidine I tested this package (2-3 days ago) and it installs and runs well! When I create a new spreadsheet , clicking on a cell throws some error . Do you see the same?

                timconsidineT Online
                timconsidineT Online
                timconsidine
                App Dev
                wrote on last edited by timconsidine
                #63

                @girish I will check it out
                Thanks for taking a look at it

                Just trying to get AppFlowy and ZeroNet out the door.
                Will then re-check Grist package

                Pretty sure it is pyodide from memory

                Indie app dev, scratching my itches, lover of Cloudron PaaS

                1 Reply Last reply
                1
                • girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #64

                  Looks like pyodide wants deno (?) There is some confusing error.

                  In the meantime, I am trying to make some sense of gVisor . If we want this, it will require support from the platform via some extension to the manifest.

                  robiR 1 Reply Last reply
                  1
                  • girishG girish

                    Looks like pyodide wants deno (?) There is some confusing error.

                    In the meantime, I am trying to make some sense of gVisor . If we want this, it will require support from the platform via some extension to the manifest.

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

                    @girish if you're doing this, might as well revisit Nestybox and Sysbox the container runtime.

                    Conscious tech

                    1 Reply Last reply
                    0
                    • girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #66

                      I don't think we will add a new container runtime. gVisor needs one - https://gvisor.dev/docs/user_guide/install/ . We have to get grist working with pyodide somehow.

                      BTW, is https://www.nestybox.com/ dead? Gives me bad cert error.

                      robiR 1 Reply Last reply
                      0
                      • girishG girish

                        I don't think we will add a new container runtime. gVisor needs one - https://gvisor.dev/docs/user_guide/install/ . We have to get grist working with pyodide somehow.

                        BTW, is https://www.nestybox.com/ dead? Gives me bad cert error.

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

                        @girish they were acquired by Docker, so I guess now it's only sysbox.

                        Conscious tech

                        1 Reply Last reply
                        0
                        • girishG girish

                          It has something to do with grist sandboxing. GRIST_SANDBOX_FLAVOR can apparently be pyodide or gvisor. Not sure which one we have to use, but the Dockerfile has some python install, so we are going for pyodide is it?

                          https://support.getgrist.com/self-managed/#how-do-i-sandbox-documents

                          timconsidineT Online
                          timconsidineT Online
                          timconsidine
                          App Dev
                          wrote on last edited by
                          #68

                          @girish I fixed the 'deno' issue
                          Pushed update to git.cloudron.io/timconsidine/cloudron-gristcore

                          Screenshot 2026-01-24 at 13.43.49.png

                          Indie app dev, scratching my itches, lover of Cloudron PaaS

                          1 Reply Last reply
                          5
                          • girishG Offline
                            girishG Offline
                            girish
                            Staff
                            wrote on last edited by
                            #69

                            @timconsidine thank you so much!

                            I have published grist as unstable now. The repo moved to https://git.cloudron.io/packages/grist-app

                            1 Reply Last reply
                            5
                            • girishG girish marked this topic as a question on
                            • girishG girish has marked this topic as solved on
                            • girishG girish locked this topic on

                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                            With your input, this post could be even better 💗

                            Register Login
                            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