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. Rallly - alternative to Doodle

Rallly - alternative to Doodle

Scheduled Pinned Locked Moved Solved App Wishlist
18 Posts 7 Posters 3.0k Views 8 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #9

    Yeah I wouldn't suggest using the current version. I'd be curious about the vulnerabilities in the node dependencies given that the last update to them was 3 years ago 👀 👀 👀 👀 👀

    1 Reply Last reply
    2
    • marcusquinnM marcusquinn

      "Collaborative Scheduling Done Right
      Rallly lets you and your friends vote on a date to host an event"

      • https://rallly.co/
      • https://github.com/lukevella/Rallly
      • https://alternativeto.net/software/rallly/

      Doesn't seem to do timezones, which is a handy feature with remote international teams but I signed up for a preview and the dev seems to be aware of that: https://github.com/lukevella/Rallly/issues/22

      Otherwise seems to be the best of the bunch for this?

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

      @marcusquinn said in Rallly - alternative to Doodle:

      Doesn't seem to do timezones, which is a handy feature with remote international teams but I signed up for a preview and the dev seems to be aware of that: https://github.com/lukevella/Rallly/issues/22

      This got fixed recently, time to give this a packaging try.

      jdaviescoatesJ M 2 Replies Last reply
      1
      • M Offline
        M Offline
        main.wheel7527
        wrote on last edited by
        #11

        It seems now there are updates, it seems to work good and it's good looking.
        https://github.com/lukevella/Rallly

        1 Reply Last reply
        1
        • girishG girish

          @marcusquinn said in Rallly - alternative to Doodle:

          Doesn't seem to do timezones, which is a handy feature with remote international teams but I signed up for a preview and the dev seems to be aware of that: https://github.com/lukevella/Rallly/issues/22

          This got fixed recently, time to give this a packaging try.

          jdaviescoatesJ Offline
          jdaviescoatesJ Offline
          jdaviescoates
          wrote on last edited by
          #12

          @girish said in Rallly - alternative to Doodle:

          time to give this a packaging try.

          How far did you get? Be great to finally have a doodle alternative on Cloudron! 🙏

          I use Cloudron with Gandi & Hetzner

          1 Reply Last reply
          0
          • girishG girish

            @marcusquinn said in Rallly - alternative to Doodle:

            Doesn't seem to do timezones, which is a handy feature with remote international teams but I signed up for a preview and the dev seems to be aware of that: https://github.com/lukevella/Rallly/issues/22

            This got fixed recently, time to give this a packaging try.

            M Offline
            M Offline
            msbt
            App Dev
            wrote on last edited by msbt
            #13

            No idea why, but today I felt like building something and here it is:
            https://git.cloudron.io/msbt/rallly-app

            There are a few caveats:

            • There are no official tags or releases, this package clones the latest files from the Github repo, which may be problematic at some point.
            • yarn build didn't work with symlinks, so the workaround is as follows:
              • yarn is being triggered in the Dockerfile
              • on startup the files are being copied to /run/rallly
              • from there yarn prisma migrate deploy, yarn build and finally yarn start are being triggered in start.sh - not sure if /run is being emptied at some point, but I've added a check to copy and run the commands again if this should happen
            • There are no user accounts, everyone can use your instance (it's possible to add Cloudron auth to it, but that somewhat defeats the point when sending out emails to a non-public site. That said, maybe only some endpoints could be protected, but again, the dev might change those along the way and it will stop working)
            • I don't think you can edit the main page, so you basically have a clone of their site

            Other than that I only tested for a bit but the important things seems to be working (i.e. email, export,...)

            girishG jdaviescoatesJ 2 Replies Last reply
            4
            • M msbt

              No idea why, but today I felt like building something and here it is:
              https://git.cloudron.io/msbt/rallly-app

              There are a few caveats:

              • There are no official tags or releases, this package clones the latest files from the Github repo, which may be problematic at some point.
              • yarn build didn't work with symlinks, so the workaround is as follows:
                • yarn is being triggered in the Dockerfile
                • on startup the files are being copied to /run/rallly
                • from there yarn prisma migrate deploy, yarn build and finally yarn start are being triggered in start.sh - not sure if /run is being emptied at some point, but I've added a check to copy and run the commands again if this should happen
              • There are no user accounts, everyone can use your instance (it's possible to add Cloudron auth to it, but that somewhat defeats the point when sending out emails to a non-public site. That said, maybe only some endpoints could be protected, but again, the dev might change those along the way and it will stop working)
              • I don't think you can edit the main page, so you basically have a clone of their site

              Other than that I only tested for a bit but the important things seems to be working (i.e. email, export,...)

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

              @msbt The front page issue is discussed here - https://github.com/lukevella/rallly/discussions/137

              1 Reply Last reply
              2
              • M msbt

                No idea why, but today I felt like building something and here it is:
                https://git.cloudron.io/msbt/rallly-app

                There are a few caveats:

                • There are no official tags or releases, this package clones the latest files from the Github repo, which may be problematic at some point.
                • yarn build didn't work with symlinks, so the workaround is as follows:
                  • yarn is being triggered in the Dockerfile
                  • on startup the files are being copied to /run/rallly
                  • from there yarn prisma migrate deploy, yarn build and finally yarn start are being triggered in start.sh - not sure if /run is being emptied at some point, but I've added a check to copy and run the commands again if this should happen
                • There are no user accounts, everyone can use your instance (it's possible to add Cloudron auth to it, but that somewhat defeats the point when sending out emails to a non-public site. That said, maybe only some endpoints could be protected, but again, the dev might change those along the way and it will stop working)
                • I don't think you can edit the main page, so you basically have a clone of their site

                Other than that I only tested for a bit but the important things seems to be working (i.e. email, export,...)

                jdaviescoatesJ Offline
                jdaviescoatesJ Offline
                jdaviescoates
                wrote on last edited by jdaviescoates
                #15

                @msbt said in Rallly - alternative to Doodle:

                I don't think you can edit the main page, so you basically have a clone of their site

                I wonder if Kukkee might better in this regard, looks like another one to explore at least (although seems like it's still early days).

                Edit: Framadate too, of course, from the good people at Framasoft (and also the app in this space that currently has the most upvotes in the wishlist)

                I use Cloudron with Gandi & Hetzner

                1 Reply Last reply
                1
                • marcusquinnM Offline
                  marcusquinnM Offline
                  marcusquinn
                  wrote on last edited by
                  #16

                  Rallly has the best UI/UX and active development of all of them by far, IMHO. This would be my top pick. Great work @msbt

                  Web Design https://www.evergreen.je
                  Development https://brandlight.org
                  Life https://marcusquinn.com

                  1 Reply Last reply
                  2
                  • marcusquinnM Offline
                    marcusquinnM Offline
                    marcusquinn
                    wrote on last edited by
                    #17

                    Seems to handle timezones too.

                    Web Design https://www.evergreen.je
                    Development https://brandlight.org
                    Life https://marcusquinn.com

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

                      This is published as unstable. Forum section is at https://forum.cloudron.io/category/154/rallly

                      1 Reply Last reply
                      2
                      • nebulonN nebulon marked this topic as a question on
                      • nebulonN nebulon has marked this topic as solved on
                      • nebulonN nebulon locked this topic on
                      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