this post was submitted on 12 Jun 2023
482 points (100.0% liked)
Technology
1928 readers
7 users here now
Rumors, happenings, and innovations in the technology sphere. If it's technological news, it probably belongs here.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ah. You sound like you've looked at the code, can you say if there's some sort of admin command to sync a whole instance?
I've looked at some stuff... More to get an understanding of ActivityPub in specific.
I do not particularly know of a specific "sync everything" command and even if there was one that would be problematic... Sync everything... as in what exists right now? or forever in perpetuity?
The only way I can think of doing it right now would be to grab a list of all the communities on a server and just script searching for them all one by one. That would effectively sync everything forever for all the communities that currently exist.
Yeah, that would work. Paging @[email protected], who started this discussion and who does self-host. To save you a click, here's the libraries you could use for that.