Yet another powerful customizable ActivityPub relay server written in Go.
.circleci | ||
ActivityPub | ||
cli | ||
docs | ||
KeyLoader | ||
misc | ||
State | ||
worker | ||
.gitignore | ||
decode.go | ||
decode_test.go | ||
docker-compose.yml | ||
Dockerfile | ||
Gopkg.lock | ||
Gopkg.toml | ||
handle.go | ||
handle_test.go | ||
LICENCE | ||
main.go | ||
main_test.go | ||
readme.md |
Activity Relay Server
Yet another powerful customizable ActivityPub relay server written in Go.
Packages
github.com/yukimochi/Activity-Relay
github.com/yukimochi/Activity-Relay/worker
github.com/yukimochi/Activity-Relay/cli
Requirements
Installation Manual
See GitHub wiki
Environment Variable
ACTOR_PEM
(ex./actor.pem
)RELAY_DOMAIN
(ex.relay.toot.yukimochi.jp
)RELAY_SERVICENAME
(ex.YUKIMOCHI Toot Relay Service
)RELAY_BIND
(ex.0.0.0.0:8080
)REDIS_URL
(ex.redis://127.0.0.1:6379/0
)