feat: forgejo 11 #45
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "forgejo"
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?
just tested it on sutty's instance, it deployed though it took longer to become healthy than
abra app deploy
expectedYou can configure a
TIMEOUT=...
where...
can be e.g.300
for 300 seconds in your.env
. It depends mostly on your server / network / etc. and how fast things go. You can adjust to a value that you expect should work.@fauno my understanding is that Forgejo has now become a hard fork so I think a separate repo maybe seems appropriate. What do you think?
@3wordchant yeah i was thinking on forking this repo, but how would operators proceed on changing the recipe for the same domain? will abra keep the volumes if i undeploy gitea to deploy the new forgejo recipe?
Great question! I think it "might" just work to change
TYPE
toforgejo
in the.env
file (removing any version spec so that abra doesn't get confused).As long as the stack names match! They're based on the
.env
file name by default, but can be manually overridden withSTACK_NAME
.