Passbolt Configuration in Docker Compose with Traefik: Preventing URL Indexing

Hello everyone,

I currently have Passbolt installed using Docker Compose and have configured it with Traefik as a proxy. However, I would like to prevent browsers from indexing the URL. My initial thought was to add a robots.txt file, but Traefik, being a proxy rather than a web server, does not allow the placement of files like robots.txt.

Any recommendations on how to address this issue?

1 Like

By default every passbolt instance pages contains

<meta name="robots" content="noindex, nofollow">

in order to prevent search engine indexing. So there should be nothing for you to do there.