mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 08:14:25 +00:00
e7b47c5215
* align "make help" * format * untouch build/generate-svg.js * untouch .eslintrc * combine editorconfig's * rm editorconfig Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
541 B
541 B
date | title | slug | weight | toc | draft | menu | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2019-10-06T08:00:00+05:00 | Usage: Git LFS setup | git-lfs-setup | 12 | true | false |
|
Git Large File Storage 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
; Where your lfs files reside, default is data/lfs.
LFS_CONTENT_PATH = /home/gitea/data/lfs