From be4529005463201695737a535a00b56e5d8374c3 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Fri, 19 Apr 2024 14:17:41 +0200 Subject: [PATCH] gitea: move robots.txt to public directory Gitea wants us to move the robots.txt file to a new location. It currently logs a warning about it: 2024/04/17 19:30:56 cmd/web.go:191:serveInstalled() [E] Found legacy public asset "robots.txt" in CustomPath. Please move it to /custom/public/robots.txt Change-Id: Ic4a7f3bbe4633972e0409b37b511fdb03f968442 --- docker/gitea/custom/{ => public}/robots.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docker/gitea/custom/{ => public}/robots.txt (100%) diff --git a/docker/gitea/custom/robots.txt b/docker/gitea/custom/public/robots.txt similarity index 100% rename from docker/gitea/custom/robots.txt rename to docker/gitea/custom/public/robots.txt