This is my current understanding of the situation:
- The admins are no longer interested in running the instance, due to increasing demand, missing moderation features and waves of abuse from external actors.
- Transferring the instance to someone else is a complicated issue. Even though there is not a large amount of private information in Lemmy’s database, you can not simply transfer the trust the users placed in the original admin to the new owner.
- Lemmy still does not provide an easy way to migrate accounts
Given all the above, shutting down the instance seems to be the natural course of action. I’d like to propose an alternative: freeze the instance activity and keep it in some form of “read-only” mode until Lemmy matures.
What would that require?
- Take the instance down (no more incoming activities)
- Run a script that generates static json files for every actor (user, community), federated object (post, comment, report) and activity (like/dislike votes, announce activities, etc)
- Set up a static site to serve all that JSON.
- Take the media on pict-rs and move to some long-term back up system.
- (Optional, but could be helpful in the future) allow users to checkout the private keys of their own user and community actors.
This won’t help solve the current problems and it wouldn’t help with the users who now will have to move away to a new instance, but it could eventually help for users who want to restore the activity on a new server.
I’ve been experimenting with an implementation for Decentralized Identifiers for ActivityPub that can make it possible for people to move servers but maintain their identity (similar to bluesky’s PLC directory), so perhaps we could have a future where users can fully migrate their accounts from server to server without requiring intervention from admins.
You would still have to pay the hosting fees.
But yes, a way to migrate users like you can on Mastodon would be cool.
And a clean implementation of shutting down instances would be great. If you are overwhelmed with life and want to quit then it should be as easy as possible - it would benefit the ecosystem by increasing trust.
Hosting a static website is virtually free. All that static JSON is going to amount to a few gigabytes of data, you can compress to save up to an order of magnitude. I can bet you that I can store all of lemm.ee’s data (and media!) on Storj for less than $20/month.