rgit icon indicating copy to clipboard operation
rgit copied to clipboard

Static File Path Support

Open captn3m0 opened this issue 8 months ago • 1 comments

I would like to serve a robots.txt file. Having an option to set a static path directory would be the nicest way to do this - that is what I used to do on Gitea for eg.

captn3m0 avatar May 08 '25 19:05 captn3m0

One of implementation is that rgit supports X-Forwarded-For headers to append prefix with it, so reverse proxy can work correctly for rgit builtin static files and users create their own path router for others.

Vonfry avatar Oct 22 '25 09:10 Vonfry