Open
Description
Description
-
wrong url or wrong filename?
Router:
URL in repo settings page:
↑ the file name isdirect
Then inDownloadHandler
The filename will be decoded by base64? -
will not redirect to the direct URL when
SERVE_DIRECT
is true
InDownloadHandler
, we do not checkSERVE_DIRECT
and will download it from Gitea sever.
What is the difference between the following 2 links?
- http://localhost:3000/{ownername}/{reponame}/media/branch/main/{lfsfilename}
- http://localhost:3000/{ownername}/{reponame}.git/info/lfs/objects/{oid}/direct
Gitea Version
latest
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
build
Database
None