💾 Archived View for circumlunar.thebackupbox.net › ~epoch › blog › activity-pub-4 captured on 2024-06-20 at 11:51:42. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
added a bunch of things. check the git changelog. can actually post notes now.
not quite sure what else I need working...
you can go directly to my inboxes or outbox to snoop on whatever.
https://thebackupbox.net/inbox/
https://thebackupbox.net/~epoch/inbox/
https://thebackupbox.net/~epoch/outbox/
since each of the POSTs to inboxes needs to be signed
and my private key lives on my desktop and not my server
I have it so the script I run on my desktop sends the POSTs
directly to the endpoints of all my followers.
I think the next thing I need to work on is to not allow just anyone to see my outbox or inbox.
Like, require that requests to some things are signed.
and make viewing the inbox require logging in.
and make my shared inbox actually deliver to user inboxes?
that might be a bit of a problem. I kind of liked that they were the same script.