i understand your pain
overview - files - changes - changes rss
idkfa - activitypub proxy This is a proxy which is designed to consolidate multiple AP actors. It presents a single unified activity interface to the outside world, while communicating with a cornucopia of internal servers. Activities passing through are rewritten to replace id and actor fields. Setup is... challenging. There's a frontside and backside listener. The frontside is fairly straigtforward. This is the server that the outside world sees. The backside is expecting to handle requests after they've been redirected by a TLS intercepting proxy. i.e., it handles all outbound requests for every internal server. This requires a certain amount of networking daring do. Then: node main.js init initial setup node main.js regular operation More information about the design here: https://flak.tedunangst.com/post/idkfa
recent changes
2:ff7d67e426d8
on 2023-10-05 23:36:34 -0400 EDT by Ted Unangst <tedu@tedunangst.com>
Tagged: tip
readme |
1:451b473a7faa
on 2023-10-05 23:35:27 -0400 EDT by Ted Unangst <tedu@tedunangst.com>
mkdir during init |
0:28fb4674de79
on 2023-10-05 23:33:05 -0400 EDT by Ted Unangst <tedu@tedunangst.com>
init |