Meta: Gitea max file size for releases? #25
Labels
No Label
accepted
bug
clj
documentation
enhancement
errors
infrastructure
later
next
now
optimization
proposal
question
research
semantics
syntax
ux
vm
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: twc/ludus#25
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@matt Can you increase the max file size for release files? The current max in Gitea is 4MB, and the Bun-based JS compiled binary is 47MB. (Because, of course, it packs a whole JS runtime into the binary.) The GraalVM binaries are much faster, but not much smaller (because they have to pack a whole JVM runtime...). Either way, the binaries are going to be bigger than 4MB.
I found this: https://forum.gitea.com/t/increase-size-for-release-files/7113, which links to https://docs.gitea.com/administration/environment-variables, but I couldn't figure out how to set Gitea environment variables.
(Also, our Gitea is apparently out of date; there's a new version; I couldn't figure out how to upgrade that, either.
docker
eludes me.)Could you look into this? No rush; nobody's using the Ludus CLI but me right now. And maybe you.
i think this is working now ... ?