Hello.
I have Gitea installed via Docker. But, its repository mirror (to Github) feature doesn’t work well if/when any files are larger than 100MB. To get around this, I want to use “Large File Storage” (LFS). Gitea has an LFS server built into it. But, in order to connect to that, you still need to install and apply “git-lfs” to large files.
The problem is that I am tracking some files on my TrueNAS server in a repo and running automatic commits via cron. So, I technically need git-lfs to be installed on TrueNAS.
I do not want to violate the “no use of apt” in TrueNAS Scale in order to install it. So, my preference would be to put git-lfs into a custom docker and then reference it from there. But, building a custom docker is new to me and am not sure if that is the most practical solution here.
Any ideas? References to how-to in my context would be great.
Thanks in advance for any help you can offer.