Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
I have a use case where I run git daemon --verbose --export-all --base-path=. --reuseaddr in a controlled Tailscale environment really only allowing read-only access to all of the git repos inside a folder. I was wondering if there was an equivalent with soft serve
Describe alternatives you've considered
The only real alternative is git daemon --verbose --export-all --base-path=. --reuseaddr
Additional context
N/A