

I’m not exactly sure how it works in wafrn - I haven’t looked into it myself - but last I heard, they were using blacksky’s PDS (https://lemmy.dbzer0.com/post/51892713) which I’m guessing means all their users (at least the ones who’ve turned atproto on) get mirrored to that particular PDS.
The search functionality missing from Pandacap is in some ways intentional; I don’t personally like searching for anything in the fediverse or in Bluesky, because I run into a lot of text posts, photos, screenshots or whatever that I don’t have context for and that I haven’t mentally prepared myself to see. But there’s also the technical issue that right now, Pandacap doesn’t index incoming posts in one place; they either go to the inbox, go to notifications, or get ignored. If search were to be implemented, perhaps it could take the form of an external ActivityPub instance that indexes posts, and Pandacap would just hit its API or something.
The other issues with Pandacap are that it’s single-user, and that it’s on the Microsoft stack, so no one can really use it unless they’re willing to sign up for Azure and know their way around it enough to get it deployed. But that keeps overheads down for me compared to running a VPS.
I’ve never tried loading a PeerTube post in Pandacap but I wonder if it would try (and fail) to display the video in an image tag, or if it would just show up as a text post.
You’d need to change the code so it uses some other OAuth provider to log in - and presumably to check the username that comes back from the OAuth provider to make sure it’s yours. It would probably be pretty simple, I just haven’t written it myself. Since I deploy it to Azure, it was already dependent on me having a Microsoft account, and I didn’t want it to depend on a second account too.