For the pictures, collecting them via wget and then instructing your webserver to map that URL to a path on your server should be possible. I've been thinking of doing that for a while now for caching purposes and to check if that really needs 25 GB of space just for me.
PieFed Meta
Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.
Wiki
I don't know how to link to users, but I think Ada, the admin of lemmy.blahaj.zone, recently migrated the instance to Piefed. Might be worth reaching out
Edit: found the post I was thinking of. Looks like it's not a full migration, but there might still be some relevant insight.
I'm also now remembering another instance that has done a migration recently. I think it seemed like they were able to migrate across a lot of info, but possibly not users' subscribe lists(?), I think? I don't remember specifics, but I'll update this post if I stumble across the post I'm remembering
I would need to check at database level, but I guess on the subscribing side it is only a list of communities to display? The real "work" for subscriptions happens on the remote instance to decide with activities to send.
But that indeed raises the interesting point on how to retain subscriptions of remote users. Anyone got an idea how that is handled on database level? Is it just the same list but for the non-local users that are mirrored in the database?
They actually migrated stuff from Lemmy? I thought it was a new instance?
It used to be a Lemmy instance since around 8 months: https://lemmy.world/c/[email protected]?dataType=Post&sort=Old
For more details: https://lemmy.world/post/31077672
Ah, right they just swapped out without migrating anything. Thats not really what we are aiming for, but their comment confirmes that remote subscriptions might get lost.
Lemmy.ca also created a secondary piefed instance recently.
Let's goooo!
I'll see if I can find the time to start contributing code to PieFed
This helped me get a good handle on the code base when I started: https://join.piefed.social/2024/01/22/an-introduction-to-the-piefed-codebase/
Some are a little out of date now but still an excellent place to start!
Thanks for the link!
I guess I should start with the Flask tutorial, since I never worked with it before.
Yeah, I did that, plus the videos, plus just running a local test instance and tweaking things.
The app/activity pub code is probably the most complex to follow. Most of the rest is easier to get your head around.
Feel free to ping me if you have questions. Or join the matrix channels, they are pretty lively too.
Good luck!
Quite excited to see how this develops ^^