aproxy/README.md

23 lines
343 B
Markdown

# aproxy
Activity Pub Reverse Proxy Framework
this is a collection of OpenResty scripts that provide different functionality
on top of ActivityPub implementations.
## TODO
- write example script
- write test suite
- create install instructions
## Testing
requires luajit
```sh
make testdeps
eval (luarocks-5.1 path --bin)
make test
```