Yet another powerful customizable ActivityPub relay server written in Go.
Find a file
2018-11-25 23:40:21 +09:00
.circleci Update CI. 2018-11-25 00:36:58 +09:00
ActivityPub Refactoring-1811 2018-11-25 23:40:21 +09:00
cli Refactoring-1811 2018-11-25 23:40:21 +09:00
docs Version 0.0.1 2018-11-07 02:31:24 +09:00
KeyLoader Refactoring-1811 2018-11-25 23:40:21 +09:00
misc Add handle_test. 2018-11-09 02:55:25 +09:00
RelayConf Refactoring-1811 2018-11-25 23:40:21 +09:00
worker Refactoring-1811 2018-11-25 23:40:21 +09:00
.gitignore Version 0.0.1 2018-11-07 02:31:24 +09:00
decode.go Refactoring-1811 2018-11-25 23:40:21 +09:00
decode_test.go Add handle_test. 2018-11-15 19:01:37 +09:00
docker-compose.yml Bump version 0.1.0. 2018-11-15 22:38:55 +09:00
Dockerfile Add cli tool. 2018-11-07 23:54:28 +09:00
Gopkg.lock Refactoring-1811 2018-11-25 23:40:21 +09:00
Gopkg.toml Version 0.0.1 2018-11-07 02:31:24 +09:00
handle.go Refactoring-1811 2018-11-25 23:40:21 +09:00
handle_test.go Refactoring-1811 2018-11-25 23:40:21 +09:00
LICENCE Version 0.0.1 2018-11-07 02:31:24 +09:00
main.go Refactoring-1811 2018-11-25 23:40:21 +09:00
main_test.go Refactoring-1811 2018-11-25 23:40:21 +09:00
readme.md Bump version 0.1.1. 2018-11-25 14:27:35 +09:00

Activity Relay Server

Yet another powerful customizable ActivityPub relay server written in Go.

CircleCI codecov

Powered by Ayame

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_BIND (ex. 0.0.0.0:8080)
  • REDIS_URL (ex. 127.0.0.1:6379)