Cal.com (was Calendso) - Calendly Alternative
-
wrote on Jun 8, 2022, 4:26 PM last edited by jdaviescoates Jun 8, 2022, 4:27 PM
I've just created this "It's not yet possible to deploy Cal on Cloudron" issue on their github, chime in!
-
I've just created this "It's not yet possible to deploy Cal on Cloudron" issue on their github, chime in!
wrote on Jun 18, 2022, 12:05 PM last edited by@jdaviescoates / @girish - Thank you!!
-
I've just created this "It's not yet possible to deploy Cal on Cloudron" issue on their github, chime in!
wrote on Jun 19, 2022, 10:12 AM last edited by@jdaviescoates That was a well phrased post. It looks like it is gaining some responses.
-
wrote on Jun 19, 2022, 2:13 PM last edited by
Definitely excited about this possibility!
-
wrote on Jul 15, 2022, 5:44 PM last edited by
The latest comment I see is that they don't plan to support Cloudron, but they open to merge it in, if someone will do the job of integrating, unfortunately.
-
The latest comment I see is that they don't plan to support Cloudron, but they open to merge it in, if someone will do the job of integrating, unfortunately.
wrote on Jul 15, 2022, 7:05 PM last edited by@potemkin_ai yeah, hoping they'd package it for us was a bit hopeful, but still worth putting it out there imho
Hopefully someone else will take a look.
-
@fbartels I'm about to give up, just checked where cal.com wants to write during the yarn process and there are many many folders. The Dockerfile their community provides is also no help, since the URL needs to be supplied during build, which doesn't work in Cloudrons case. So yea, the current status is pretty useless to improve from
wrote on Aug 10, 2022, 7:02 PM last edited by@msbt
Hi, I would like to take a look at this. I recently built my own N8N instance. And would really like to get cal.com running on cloudron.Could you share more of your work in progress?
-
@msbt
Hi, I would like to take a look at this. I recently built my own N8N instance. And would really like to get cal.com running on cloudron.Could you share more of your work in progress?
wrote on Aug 11, 2022, 5:02 PM last edited by@roofboard Ohhh... I like your n8n changes! I have a couple questions if you don't mind. I'll send you message.
-
wrote on Aug 21, 2022, 10:23 PM last edited by
@thetomester13 What is the connection between Calendso and Cal.com? Is Calendso just a community edition / Free Software version of Cal.com?
-
@thetomester13 What is the connection between Calendso and Cal.com? Is Calendso just a community edition / Free Software version of Cal.com?
wrote on Aug 22, 2022, 12:16 AM last edited by@LoudLemur no, cal.com is the new name for calendso
-
wrote on Sep 19, 2022, 5:37 PM last edited by
Hello folks, anyone with some news on this? They just released version 2.0
-
wrote on Sep 21, 2022, 3:51 PM last edited by
Would love to have this as well. Please make it happen
-
wrote on Sep 23, 2022, 4:08 PM last edited by roofboard Sep 23, 2022, 4:08 PM
@mabaker @chetbaker I am working on this happy to join up and hack together on it. If you wanna hack on this with me just set a time on my calendar and we can work on it. https://short.draglabs.com/cal
-
@mabaker @chetbaker I am working on this happy to join up and hack together on it. If you wanna hack on this with me just set a time on my calendar and we can work on it. https://short.draglabs.com/cal
wrote on Sep 23, 2022, 7:28 PM last edited by@roofboard Iβm not a developer, but happy to test out when thereβs any unstable self hosted implementation.
-
@mabaker @chetbaker I am working on this happy to join up and hack together on it. If you wanna hack on this with me just set a time on my calendar and we can work on it. https://short.draglabs.com/cal
wrote on Sep 24, 2022, 1:48 PM last edited by@roofboard great news, thanks! Hopefully @staff or @appdev can help out too!
-
wrote on Oct 23, 2022, 12:40 AM last edited by
I have made some progress here apparently calcom needs access to a database while running yarn build, and while running yarn it would be writing to /app/code
So I created a temporary database so long as you build this on a server with access to postgres this will work. The only problem is that I cannot figure out why it is stuck on localhost:3000 as opposed to accepting the new dns settings
https://git.draglabs.com/davidjstrom/cloudron-calcom-v2/-/tree/localhost-issue
@girish
Any thoughts? -
I have made some progress here apparently calcom needs access to a database while running yarn build, and while running yarn it would be writing to /app/code
So I created a temporary database so long as you build this on a server with access to postgres this will work. The only problem is that I cannot figure out why it is stuck on localhost:3000 as opposed to accepting the new dns settings
https://git.draglabs.com/davidjstrom/cloudron-calcom-v2/-/tree/localhost-issue
@girish
Any thoughts?wrote on Nov 6, 2022, 10:36 PM last edited by@roofboard said in Cal.com (was Calendso) - Calendly Alternative:
So I created a temporary database so long as you build this on a server with access to postgres this will work. The only problem is that I cannot figure out why it is stuck on localhost:3000 as opposed to accepting the new dns settings
Your work looks very promising! Unfortunately, there is not much feedback I can provide from the technical perspective.
-
I have made some progress here apparently calcom needs access to a database while running yarn build, and while running yarn it would be writing to /app/code
So I created a temporary database so long as you build this on a server with access to postgres this will work. The only problem is that I cannot figure out why it is stuck on localhost:3000 as opposed to accepting the new dns settings
https://git.draglabs.com/davidjstrom/cloudron-calcom-v2/-/tree/localhost-issue
@girish
Any thoughts?wrote on Nov 7, 2022, 9:52 AM last edited by@roofboard said in Cal.com (was Calendso) - Calendly Alternative:
I have made some progress here apparently calcom needs access to a database while running yarn build, and while running yarn it would be writing to /app/code
So I created a temporary database so long as you build this on a server with access to postgres this will work. The only problem is that I cannot figure out why it is stuck on localhost:3000 as opposed to accepting the new dns settings
https://git.draglabs.com/davidjstrom/cloudron-calcom-v2/-/tree/localhost-issue
@girish
Any thoughts?Thanks for working on this! Cal.com now works really well with Nextcloud calendar (I'm using the hosted service) so it'd be absolutely fantastic to have it on Cloudron!
Hopefully @staff can take a look at this package @roofboard has started and help get it finished up and into the app store!
-
wrote on Nov 18, 2022, 5:13 AM last edited by
Let's get this across the finish line!
A decent scheduling alternative will be huge!
From what I can tell one of us just needs to:
- successfully complete a docker build (looks like @roofboard has made a start, well done
)
- add the cloudron packaging files
I'm knew to this game, but it seems like we should then send a pull request to the main cal.com repo -- why not just stick with the primary repository on this one?
(thanks to @jdaviescoates 's github issue, they've stated their friendly to having this available on cloudron)
- successfully complete a docker build (looks like @roofboard has made a start, well done