Feature Request: white label/custom logo
-
It would be nice to be able to change the logo of the instance. As per documentation, the logo is served from
/web/public
(changing the constants in/packages/lib/constants.ts
is required. Additional instance wide theming is possible inapps/web/styles/globals.css
-
while this is possible, it would require to rebuild the nextjs app bundle, which requires a lot of resources and needs to write in all kinds of places, so I don't think we will enable that. You can still fork the package and build on your own of course https://git.cloudron.io/packages/calcom-app
This is a real struggle with nextjs which is as a framework very much designed towards vercel deployments...