diff --git a/roles/gitea/templates/app.ini.j2 b/roles/gitea/templates/app.ini.j2 index d61507b..c806263 100644 --- a/roles/gitea/templates/app.ini.j2 +++ b/roles/gitea/templates/app.ini.j2 @@ -28,10 +28,12 @@ ROOT_URL = {{ gitea_root_url }} DISABLE_SSH = false SSH_PORT = 22 LFS_START_SERVER = true -LFS_CONTENT_PATH = /var/lib/gitea/data/lfs LFS_JWT_SECRET = {{ gitea_lfs_jwt_secret }} OFFLINE_MODE = false +[lfs] +PATH = /var/lib/gitea/data/lfs + [mailer] ENABLED = false