211
submitted 1 year ago* (last edited 1 year ago) by hawkwind@lemmy.management to c/selfhosted@lemmy.world

v.0.0.6

v0.0.4 - Per requests and concerns: Defaults changed and options added to prevent overloading servers, hitting rate-limiting, filtering to top x communities, etc!

Thanks for your support!

top 50 comments
sorted by: hot top controversial new old
[-] death916@lemmy.death916.xyz 18 points 1 year ago

I was working on something like this to add a bot user and follow active communities but got distracted. Looks like I can quit that side project hahah

[-] PolarBone@lemmy.world 10 points 1 year ago

I salute your efforts for working on it anyway

[-] death916@lemmy.death916.xyz 8 points 1 year ago* (last edited 1 year ago)

ahah thanks, for posterity this is how far i got. Only needed to add the command to follow https://github.com/Death916/lemmy-federation-bot

[-] hawkwind@lemmy.management 4 points 1 year ago

I'm happy to help or take PRs for lemmony. There is also https://github.com/Fmstrat/lcs which I didn't know about until well into lemmony.

[-] Chickenstalker@lemmy.world 5 points 1 year ago

No. Keep at it. More alternatives is betterer.

[-] fmstrat@lemmy.nowsci.com 16 points 1 year ago

I wrote http://github.com/fmstrat/lcs a while back which does similar, but only grabs Top feed communities to reduce load.

[-] Iteria@sh.itjust.works 7 points 1 year ago

I have been using lcs on another account for a small instance and it has been amazing for making the instance feel connected. Thanks!

[-] fmstrat@lemmy.nowsci.com 1 points 1 year ago

Glad it's working out for you.

[-] hawkwind@lemmy.management 0 points 1 year ago

When I discovered, I felt bad for not checking. As for the load stuff. I intended and wanted to see All the things, and I don't currently have resource problems for my instance. :) We'll see how that fairs as things continue to grow!

[-] eroc1990@lemmy.parastor.net 9 points 1 year ago

For anyone who might know:

So if I'm understanding this right, the bot account you create for this is the one subscribing to every community, so it's known to the local system, right? As long as I'm not mixing up my main account and my bot account, there should be no observable change on my own account?

How is storage affected on this? If the bot account is subscribing to a number of communities across the fediverse, all that remote content is going to take up quite a bit of space, no?

And will 2FA be supported at any point?

[-] hawkwind@lemmy.management 2 points 1 year ago* (last edited 1 year ago)

So if I’m understanding this right, the bot account you create for this is the one subscribing to every community, so it’s known to the local system, right?

Yes

As long as I’m not mixing up my main account and my bot account, there should be no observable change on my own account?

Correct, I have it functioning this way and it works great.

How is storage affected on this? If the bot account is subscribing to a number of communities across the fediverse, all that remote content is going to take up quite a bit of space, no?

It does and it will continue to grow. This not not something the tool takes care of, not cleaning up anything old or stale. Space management and "unfollow" is on the roadmap! Currently I can only speak for myself and it is EVERYTHING and it is about 0.25 GB / day of database, and 6-10 GB / day of images.

And will 2FA be supported at any point?

Not on the roadmap. I don't know how api calls in general work with 2fa since I have not tested or enabled it on my instance. :( Sorry.

EDIT: Changed database/pictures ratio after double checking actual numbers and not looking at used filesystem. :(

[-] eroc1990@lemmy.parastor.net 2 points 1 year ago

Hey, thanks for replying! Good to know about the subscription ownership. I only ran the discovery portion of the script just to dip my toe in the water, because I feared what would happen if I subscribed. That said, if I use the discovery flag, that's just exposing the different communities to my instance, right? It's not going to retrieve any remote content?

Good to see that storage management is roadmapped. I probably won't invoke the Subscribe side of this for my bot account until then.

Understandable about 2FA. I'll just be smart about my password usage and watch for any updates on that.

Thanks again!

[-] hawkwind@lemmy.management 3 points 1 year ago

It retrieves the last 10 posts and adds the community reference to your local database. It is the same as putting "!community@instance.com" in the search box and clicking search. The retrieval happens whether you look at the results or not.

[-] eroc1990@lemmy.parastor.net 2 points 1 year ago

Gotcha. Well that was a miscalculation on my part haha. Good to know for the future, though.

[-] floofloof@lemmy.ca 8 points 1 year ago* (last edited 1 year ago)

The script gets all of the publicly federated communities and "makes them known" to your local instance and then subscribes to them. "All" should be populated with activity from around the Lemmyverse.

Doesn't that significantly increase the load on your instance and, if many instances use it, all instances? This system isn't designed with the idea that each instance receives everything from every other instance.

It might be better to run this on a single dedicated site which people can come to to browse. If you could learn where each user had their account, you could send their upvotes, downvotes and comments to that instance.

[-] hawkwind@lemmy.management -1 points 1 year ago

It increases load during execution. Afterward it’s not significant. My instance is heavily instrumented and monitored. The load this incurs subscribing to 24000 communities is less than adding a single, moderately active user to your instance.

It’s a huge miss if the intended design was to silo information.

What this provides, as far as I’m concerned, is essential to prevent centralization to a few instances.

Is there a better way to do it inherently in Lemmy itself? Probably, and I am excited to help with that!

[-] wintermute@feddit.de 7 points 1 year ago

It is a significant difference if an instance has to federate literally every post made on the lemmyverse.

[-] floofloof@lemmy.ca 2 points 1 year ago

Well that sounds quite reasonable then. It definitely answers a need for better discoverability of material on Lemmy. And it would be great if something like this could ultimately be integrated into Lemmy itself.

[-] hawkwind@lemmy.management 2 points 1 year ago

I think your idea is on the right track when thinking longer term and assuming the worst case in both design and admin behavior. :)

The whole network needs to be split into "active" and "archive." New activity (or at the very least stubs to where new activity is happening) needs to be updated regardless of where it occurs without having to capture anything extra.

[-] palitu@lemmy.perthchat.org 8 points 1 year ago

A clean up would be nice, maybe something where if there are no subscribers, or local user actions on a community (votes, comments) after a while it starts to remove them.

[-] wintermute@feddit.de 8 points 1 year ago* (last edited 1 year ago)

Hosting an instance myself, I'm not amused, because if forces my instance to literally sync all content there is on the lemmyverse, drastically increasing traffic, storage use etc.

Please don't force resource consumption beyond any rational usage!

[-] Peregrinus@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

people should just block Federation from "Lemmy.management" to start with. one less activitypub abuser.

[-] hawkwind@lemmy.management 1 points 1 year ago

People can defederate from an instance for any reason they want, but if I get what you're trying to say: you think people should defederate from any instance that has a user that subscribes to all of their communities.

[-] techgearwhips@lemmy.world 8 points 1 year ago

Saving this for when I make my own personal instance.

[-] brad@toad.work 4 points 1 year ago

If I've already run the last version recently is there a reason to run this new version immediately?

[-] hawkwind@lemmy.management 1 points 1 year ago

Not really. If it worked before, it should work the same, just has more options for control and granularity.

[-] siskourso@odin.lanofthedead.xyz 4 points 1 year ago

This seems pretty helpful, will spin it up soon and see how it goes.

[-] orca@orcas.enjoying.yachts 4 points 1 year ago

This is a cool idea. I was curious how subs work and it makes a lot more sense to me now that I’ve spent the time getting my instance setup and read a ton of docs. It feels weird trying to build your list and communities on your own account, while it also populates your instance’s All list. Feels like all of my interests are just out there flapping in the breeze lmao.

[-] idle@158436977.xyz 3 points 1 year ago

Wouldn't doing this result in a massive amount of unnecssary load on the larger instances?

[-] wintermute@feddit.de -1 points 1 year ago

Yes, it would.

load more comments (1 replies)

So how does this operate now?

[-] hawkwind@lemmy.management 0 points 1 year ago

Sorry, by comparing now to what; or was as that a superfluous "now," like "come on now?"

Well the last one would have just mass Overloaded instances. Just wondering how this one operates differently to prevent that.

[-] PriorProject@lemmy.world 7 points 1 year ago

The relevant change is this: https://github.com/jheidecker/lemmony/commit/9b0b7232a1a942615eb67a34f2526328a23fcdd5

It's not meaningful though. It allows one to optionally limit to the top-n communities by active-user count, but the default is still unlimited and the docs still do nothing to explain the abusive load that excessive subscription puts on instances that host communities.

load more comments (5 replies)
[-] hawkwind@lemmy.management 0 points 1 year ago

I think it depends on your instance. This version (same script, just updated) allows for more options IF your instance IS mass Overloaded, or you are scared it will be.

[-] OutrageousUmpire@lemmy.world 2 points 1 year ago

Dumb question I know, but do I leave this running on my instance or on my own computer?

[-] hawkwind@lemmy.management 2 points 1 year ago

It doesn’t matter. Most of the work is happening on the instance, regardless of where the script is running.

[-] rglullis@communick.news 0 points 1 year ago

During the weekend all my communities jumped to 20-30 subscribers, but no participation. I went to see if almost all of the new subscribers were some variation of this bot.

I mean it is not doing anything wrong, it just feels like a huge letdown to see that none of the growth was organic. Are people really creating instances just for the sake of lurking around? What is the point?

load more comments
view more: next ›
this post was submitted on 07 Jul 2023
211 points (96.9% liked)

Selfhosted

39143 readers
389 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS