aproxy/README.md

23 lines
415 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
```sh
luarocks-5.1 install --local luaunit
luarocks-5.1 install --local lrexlib-PCRE2
eval (luarocks-5.1 path --bin)
# luajit works
lua5.1 ./test.lua
```