this post was submitted on 04 Jul 2023
1490 points (96.3% liked)

Selfhosted

37811 readers
1007 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] Wats0ns@sh.itjust.works 11 points 1 year ago (2 children)

Yes they can be on any instance, but I'm starting to get worried about the number of communities that are on Lemmy.world

[–] LachlanUnchained@lemmyunchained.net 2 points 1 year ago (3 children)
[–] MacFearrs@vlemmy.net 9 points 1 year ago (3 children)

It disregards the benefits of a distributed platform. Imagine if the admins went rouge, or the server data was irreversibly lost, suddenly all that content would be gone or under the authoritarian rule of the admins. Bit dramatic but you get the point.

If the majority of content is on there, we've quite literally taken a decentralised system and centralised it lol

[–] Tetsuo@jlai.lu 8 points 1 year ago

On a more technical level, it takes quite some ressources for a server to broadcast their communities to all other lemmy instances.

"Receiving" a remote community is just reading data and inserting it in your instance. But if a community is hosted on your instance, you have to send that data to each and every instances with at least one user subscribed to it.

So it's really better for everyone to spread out on as many instances as possible. The only thing I would recommend before setting up a community (or your user account) on an instance is to check if you align with their moderation rules/code of conduct.

No. I think the other instances would need to purge that content right? I could be wrong.

Assuming it’s federated. And someone from your server is subscribed to that community.

[–] alaphic@lemmy.world 1 points 1 year ago

We did it ~~reddit~~ err... sorry guys... old habits and all

[–] terribleplan@lemmy.nrd.li 5 points 1 year ago (1 children)

Communities are inherently tied to the instance on which they are created and cannot be moved. If the instance is overloaded then that community will not federate properly. If the instance goes down nobody can post to the community. If the instance goes away that community goes away (except for the "cache" that other instances have).

[–] LachlanUnchained@lemmyunchained.net 2 points 1 year ago (1 children)

Hmm. I’m not sure if that’s the case. I’m interested to see what the plan is for account migration. Weather posts will follow the user. Or stay with the instance.

[–] terribleplan@lemmy.nrd.li 4 points 1 year ago (2 children)

Migration of ActivityPub stuff is pretty rough... Everything has an ID, and that ID is the URL, so the ID of the post you replied to is literally https://lemmy.nrd.li/comment/227095... AFAIK there are some (non-standard, at least not in core AP) ways you can mark things to be like "yeah, this moved to over here", but that isn't built in to the spec so whether those mechanisms actually work is a crapshoot.

[–] Tetsuo@jlai.lu 2 points 1 year ago* (last edited 1 year ago)

I think we should expect/aim to just have some "mass repost script" that can take an extract of a community's content and just "repost" it on a new community.

Basically, a script that would "replay" a community in one go. I don't know if you could create "new comments" that immitates perfectly the original commenter but that would be the idea for a quick and very dirty "community mover script".

A bit like in GIT when you want to change/remove a specific commit, you can only replay/rebuild everything from the start by creating new everything posts/comments.

Or maybe that's a terrible plan ;)

[–] LachlanUnchained@lemmyunchained.net 2 points 1 year ago* (last edited 1 year ago) (1 children)

Looking at my sql databases, I noticed there’s other identifiers on users and content. Not the url.

It may be that the url is linked to the ID. And that ID can just change.

I’m pretty much a noob. Just a lurker on the matrix chats.

[–] terribleplan@lemmy.nrd.li 4 points 1 year ago (1 children)

I'm talking purely from an ActivityPub/Activity Streams/Activity Vocabulary/JSON-LD perspective. There are some other local identifiers for things in Lemmy, but those do not matter for the purposes of federation. Any Object that is federated is expected to have an ID that is a URL at which you can make a GET request with the proper Accept header and you will get the latest version of that Object. AFAIK there is no provision for IDs to change.

Understood. I don’t know how the devs intend to overcome that challenge. If if it’s even a realistic goal. I just know it gets discussed often.

[–] 0xc0ba17@sh.itjust.works 4 points 1 year ago (1 children)

When lemmy.world will disappear, that'll be a lot of communities (and valuable information) that go with it.

I don’t know if that’s the intention of Lemmy. It’s not Reddit. It’s not an encyclopaedia.

But I get that it would be annoying.

My understanding is that other instances would need to purge Lemmy.works for that info to all disappear.

[–] ricecooker@lemmy.world 1 points 1 year ago (2 children)

Can you move a community once it's created?

[–] Wats0ns@sh.itjust.works 2 points 1 year ago

Nope, but that would be an awesome new feature!

Nope, it has to manually be setup again, and you'd have to get everyone to subscribe to the new one as well.