Community Recipes simplification #688
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?
The current sign-up for recipes makes it difficult to have your own recipes. Some reasons you might not want to sign up on https://git.coopcloud.tech/coop-cloud :
I see value in curated recipes on https://git.coopcloud.tech/coop-cloud, but there is also value in an easier onboarding process. I can think of two possibilities:
abra app newto accept an URL withgit@andhttps://protocolsNow that I think about it, I like
2.very much: the defaultabra app new appnamecan go togit@git.coopcloud.tech/coop-cloud/appname, which is the curated list of recipes. But if I want to add a recipe to my project, I can then useabra app new git@cloudforge.org/ineiti/danu/coop/nodeand create a new app for a danu-node.You can just clone your own recipe to
$ABRA_DIR/recipesand thenabra app newwill do what you want. I would welcome a patch to clone directly from a URL. This would then be some sort of "syntactic sugar" on that manual workflow? Good Idea ™️Probably under-documented, but you can already avoid it: https://docs.coopcloud.tech/operators/handbook/#remote-recipes
abrawill try to respect local tags that are not present in the catalogue. There may be edge-case, please let us know how you get on and report issues. I'd love to make it more visible how you can not rely on git.coopcloud.tech. This has been an open issue for ages: #139