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
|
|
|
|
|
2022-12-06 21:24:25 +00:00
|
|
|
```sh
|
2022-12-06 18:53:20 +00:00
|
|
|
luarocks-5.1 install --local luaunit
|
|
|
|
luarocks-5.1 install --local lrexlib-PCRE2
|
|
|
|
eval (luarocks-5.1 path --bin)
|
2022-12-06 21:24:25 +00:00
|
|
|
# luajit works
|
|
|
|
lua5.1 ./test.lua
|
2022-12-06 18:53:20 +00:00
|
|
|
```
|