just walk away and there will be an end to the horror
view - history - annotated - download
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