Adding a robots.txt file #880

Open
opened 2024-09-21 05:45:20 +00:00 by earl-warren · 3 comments
Contributor

In the context of Forgejo test instances (for instance v9), it would be useful to always add a robots.txt file with the following:

User-agent: *
Disallow: /

What is the idiomatic way to do that?

In the context of Forgejo test instances (for instance [v9](https://code.forgejo.org/infrastructure/k8s/src/branch/main/forgejo-v9)), it would be useful to [always add a `robots.txt` file](https://code.forgejo.org/infrastructure/documentation/issues/10) with the following: ``` User-agent: * Disallow: / ``` What is the idiomatic way to do that?
Owner

will add an optional config next week

will add an optional config next week
Author
Contributor

As I'm automating the creation of v*.next instances now, this would be useful. It can be added manually in the meantime.

As I'm automating the creation of v*.next instances now, this would be useful. It can be added manually in the meantime.

any update?
will it be inside this helm-chart or just a mount of a configmap over values.yaml ?

any update? will it be inside this helm-chart or just a mount of a configmap over `values.yaml` ?
Sign in to join this conversation.
No milestone
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
forgejo-helm/forgejo-helm#880
No description provided.