feat: lfs server #42
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lfs"
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?
also added a way to adapt the app.ini template to forgejo variables
@ -61,2 +61,4 @@
SSH_PORT = {{ env "GITEA_SSH_PORT" }}
START_SSH_SERVER = true
LFS_START_SERVER = {{ env "GITEA_LFS_START_SERVER" }}
{{ if eq (env "FORGEJO") "1" }}
Perhaps reusing the
COMPOSE_FILE
value withstrings.Contains
for"compose.forgejo.yml"
is also an option? I feel like people might forget that switch (FORGEJO
) or not understand what it relates to (since it is only used now for the LFS functionality. Up to you!i was thinking of setting ENVVAR=gitea for gitea and ENVVAR=forgejo, or even forking the recipe to make one exclusive for forgejo if they start being too different. i couldn't come up with a descriptive name for ENVVAR though
@fauno tbh i think now that forgejo is a hard fork splitting up the recipe would be best (like we do for Mastodon/Hometown). but that's a bit of work... the
ENVVAR
approach is fine for now tho. Maybe open a ticket so we don't forget about it?done!
Checkout
From your project repository, check out a new branch and test the changes.