aproxy/README.md

23 lines
343 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
2022-12-06 21:25:26 +00:00
requires luajit
2022-12-06 21:24:25 +00:00
```sh
2022-12-06 21:25:26 +00:00
make testdeps
2022-12-06 18:53:20 +00:00
eval (luarocks-5.1 path --bin)
2022-12-06 21:25:26 +00:00
make test
2022-12-06 18:53:20 +00:00
```