Activity Pub Reverse Proxy Framework
Go to file
Luna 374871578d add Makefile 2022-12-06 18:25:26 -03:00
scripts add config file loading 2022-12-06 18:24:25 -03:00
tests add test suite 2022-12-06 15:53:20 -03:00
.gitignore Initial commit 2022-12-03 19:06:50 +00:00
LICENSE Initial commit 2022-12-03 19:06:50 +00:00
Makefile add Makefile 2022-12-06 18:25:26 -03:00
README.md add Makefile 2022-12-06 18:25:26 -03:00
conf.lua add config file loading 2022-12-06 18:24:25 -03:00
config.lua add config file loading 2022-12-06 18:24:25 -03:00
ctx.lua add config file loading 2022-12-06 18:24:25 -03:00
docker-compose.yaml add config file loading 2022-12-06 18:24:25 -03:00
main.lua add config file loading 2022-12-06 18:24:25 -03:00
nginx.conf add draft codes 2022-12-06 00:36:15 -03:00
test.lua add test suite 2022-12-06 15:53:20 -03:00

README.md

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

make testdeps
eval (luarocks-5.1 path --bin)
make test