Hi there,
just playing around with Cloudron & trying to evaluate if this is could be a possible solution for my customers.
I've already setup Calcom manually & know that the setup process could be a pita
I've encountered the case that after installing the package from your appstore there a no apps inside of Calcom.
It seems that the database seeding after install is missing. I've done the following steps manually & hope that you can fix this in your package?
- Install Cal.com
- Open terminal
- cat .env file & copy the whole string DATABASE_URL=xxxxxx
- cd apps/web
- DATABASE_URL="your_database_url_here" yarn workspace @calcom/prisma db-seed
This fixes the issue for me & all apps are visible inside of Calcom.