calcom / docker

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
MIT License
619 stars 323 forks source link

robots.txt Indexing #IMPORTANT #314

Closed prononext closed 4 months ago

prononext commented 7 months ago

How do I rejects any indexing from search engines on a self hosted instance ruuning on docker=

voska commented 4 months ago

You could fork calcom/cal.com and edit robots.txt https://github.com/calcom/cal.com/blob/main/apps/web/public/robots.txt then build your own image.

prononext commented 4 months ago

Yes I can map a robots.txt into the container also, but would be nice to just have a security settings to set your robots.txt in the GUI as its a basic privacy setting which should not require building a own image or mapping some file into your docker container.