There’s feddit.online and some personal ones I’ve seen knocking about.
Comment on What features are missing from piefed, or, why aren't we reccommending piefed instead of lemmy?
sabreW4K3@lazysoci.al 4 days ago
Is there even a second instance running piefed? I’ve only seen piefed.social
Irelephant@lemm.ee 3 days ago
feddit.online, iirc. check join.piefed.social
jeena@piefed.jeena.net 3 days ago
I've been running my one person instance for 8 month or something ;)
Die4Ever@retrolemmy.com 4 days ago
piefed.fediverse.observer/list
sabreW4K3@lazysoci.al 4 days ago
Is there a way to see version number? Everything else seems way slower than the flagship instance and even that seems slower than every Lemmy instance
flamingos@feddit.uk 4 days ago
Seems they’re all running the same version, or Piefed doesn’t tag releases:
piefed.social nodeinfo
sh curl -s https://piefed.social/nodeinfo/2.0 | jq { “openRegistrations”: true, “protocols”: [ “activitypub” ], “software”: { “name”: “PieFed”, “version”: “0.1” }, “usage”: { “localComments”: 12382, “localPosts”: 1169, “users”: { “activeHalfyear”: 561, “activeMonth”: 309, “total”: 800 } }, “version”: “2.0” }
feddit.online nodeinfo
sh curl -s https://feddit.online/nodeinfo/2.0 | jq { “openRegistrations”: true, “protocols”: [ “activitypub” ], “software”: { “name”: “PieFed”, “version”: “0.1” }, “usage”: { “localComments”: 503, “localPosts”: 214, “users”: { “activeHalfyear”: 85, “activeMonth”: 34, “total”: 85 } }, “version”: “2.0” }
hendrik@palaver.p3x.de 4 days ago
There are no tags as of now. Everyone is running the main branch from Git. I suppose that's going to change at some point when PieFed deems itself ready.
jeena@piefed.jeena.net 3 days ago
Yeah, we don't have versioning yet because there are so few instances and it's a rolling release so to say. So most people update just every now and then. Most of the admins are in a matrix chanel together also.