Support multiple app catalogues #139
Open
opened 2021-09-09 13:03:39 +00:00 by decentral1se
·
6 comments
Labels
Clear labels
abra
awaiting-feedback
backups
bug
build
ci/cd
community organising
contributing
coopcloud.tech
design
documentation
duplicate
enhancement
fedi
fedi-infra
finance
funding
good first issue
help wanted
installer
legal
performance
proposal
question
security
test
wontfix
Everything to do with abra
Ping/pong on comms
Something is not working
Go build related issues
Getting the robots into the mix
Opening this thing up
Contributors stuff
Our main website
Design thinking required
Let's write things together
This issue or pull request already exists
New feature
Democratic decision making
Money things
Anything related to grant funding
Easy start with development
Need some help
Installation related issues
Performance related
Large change which requires feedback & decisin making
More information is needed
Securing our shit
Unit or integration test suite
This won't be fixed
No labels
enhancement
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
BornDeleuze
Brooke
carla
cas (Cassowary)
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
iexos
jade (Jade Ambrose)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
moosemower
moritz
notplants
oxaliq (sorrel)
p4u1
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
renovate-bot (Comrade Renovate Bot)
ripclap
simon
sixsmith (Sixsmith)
stevensting
trav (Trav Fryer)
val (val (he/him))
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/organising#139
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
So folks don't have to rely on https://recipes.coopcloud.tech.
Will support using own set of releases, recipes etc.
Could support multiple? "official" / "custom" / etc. Unsure.
coop-cloud/organising#321 is related.
Some points while they're flying around in my head:
This could fit into coop-cloud/organising#303 perhaps? You could specify which catalogue you want to target and read from there? This might be easy to specify a new catalogue but not multiple?
We could support
~/.abra/cataogues.d/...where people can just clone in some directory that has a convention ofcatalogue.jsonor something. Then askabrato merge all those files and present the catalogue internally? How do we deal with conflicting versions though?abrastill internally polls git.coopcloud.tech for the recipes listing to build the catalogue onabra catalogue generateand also elsewhere, i believe. this would need a investigation to see how to consolidate catalogue reading into once place that is then pluggable for new catalogues? Unknown.Some hardcoded stuff
5739758c3a/pkg/config/env.go (L23-L26)😬Like from the high level, we need:
whatever)
recipescan override anything to do with that with --chaos at all times.Re-discussed this with @p4u1 again today and coop-cloud/organising#303 definitely seems like a prerequisite for getting this done because we need to be able to define the alternate catalogues URLs (Git or otherwise).
There is a work-around for now, focused on per-recipe overriding:
https://docs.coopcloud.tech/operators/handbook/#remote-recipes