From 710a8686fed0b524ed922b55068a70f0c11e4f67 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 25 Aug 2024 08:19:09 -0500 Subject: [PATCH] r/gitea: Update LFS config syntax --- roles/gitea/templates/app.ini.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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