this post was submitted on 13 Oct 2025
32 points (83.3% liked)
Fediverse
37874 readers
195 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you are familiar with Azure there is the project PandaCap by @lizard_socks@lemmy.world which is a self-hosted reader for activity-pub, ATProtocol, RSS/Atom and integrated with DeviantArt and other art sites.
https://lakora.us/pandacap/
Does this literally mean I need a Microsoft account to run this on my own machine, or is that only for deploying on Azure?
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.
I see, thanks for the explanation!
I've been working on a frontend/browser client for "exploring" activitypub instances in my spare time, and CORS basically requires me to have some sort of separate server process that can fetch and auth using my account(s). I'm unsure of how much sense it would make to try to bolt my client on top of your software, but at least now I know I can try without needing to involve a Microsoft account.
@lizard_socks@lemmy.world can you clarify?