-- Anzeige/Ad --
@Codeberg i would like to add to my release in my repo an asset file (packaged app file : DMG or Zip) but as it is an electron app, the file size is quite heavy (110mo) and over the limit of 100mo.
What would be your recommandation to make that file available ?
(I think GIT LFS is not a solution as I don't want to track those files)
Tanks a lot 😀
#git
Codeberg.org
Als Antwort auf Guillaume • • •requests
Codeberg.orgCodeberg.org
Als Antwort auf Guillaume • • •Currently, tracking them in a separate Git repo with Git-LFS might be your best options.
At the moment, we cannot lift the fixed maximum asset size for individual users, but we are working on a quota implementation that solves this issue.
Also, in about three months from now, there will be official "external release assets" that allow you to link to your own hosting or the separate repository easier, but this is not yet available in the stable versions of Forgejo.
Guillaume
Als Antwort auf Codeberg.org • • •The "external release assets" seems to be exactly what I need... And I can wait, so that's perfect 😀