Git LFS setup
To use Gitea’s built-in LFS support, you must update the app.ini file:
[server]; Enables git-lfs support. true or false, default is false.LFS_START_SERVER = true
[lfs]; Where your lfs files reside, default is data/lfs.PATH = /home/gitea/data/lfsGit LFS Pure SSH protocol
Section titled “Git LFS Pure SSH protocol”The LFS Pure SSH protocol supports making LFS connections purely over SSH
(without having to expose an HTTP endpoint for the Gitea server).
Support for it can be enabled with the config option server.LFS_ALLOW_PURE_SSH:
[server]LFS_ALLOW_PURE_SSH = true