From aaccd6ba973f59e2359869fc0caaa784e748aac0 Mon Sep 17 00:00:00 2001 From: Itms Date: Sun, 15 Jun 2025 17:42:38 +0200 Subject: [PATCH] Explictly set the LFS remote URL for all forks As the Gitea LFS server does not abstract access to LFS remotes (see https://github.com/go-gitea/gitea/issues/17715), it is necessary to explicitly set the main repository as LFS storage, including for forks. --- .lfsconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .lfsconfig diff --git a/.lfsconfig b/.lfsconfig new file mode 100644 index 0000000000..e065edf7a4 --- /dev/null +++ b/.lfsconfig @@ -0,0 +1,2 @@ +[lfs] + url = https://gitea.wildfiregames.com/0ad/0ad.git/info/lfs