aproxy/README.md

22 lines
396 B
Markdown
Raw Normal View History

2022-12-03 19:06:50 +00:00
# aproxy
2022-12-03 19:08:24 +00:00
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
2022-12-06 18:53:20 +00:00
## Testing
```
luarocks-5.1 install --local luaunit
luarocks-5.1 install --local lrexlib-PCRE2
eval (luarocks-5.1 path --bin)
lua5.1 test.lua
```