Yet another powerful customizable ActivityPub relay server written in Go.
Find a file
2019-02-11 17:44:16 +09:00
.circleci Add test in State. 2018-12-23 20:59:31 +09:00
ActivityPub Apply golint. 2018-12-28 12:50:30 +09:00
cli Fix invalid domain error in collect input. 2019-02-11 17:44:16 +09:00
docs Version 0.0.1 2018-11-07 02:31:24 +09:00
KeyLoader Fix styles. 2018-12-09 20:40:33 +09:00
misc Add tests. 2018-12-23 19:44:37 +09:00
State Fix invalid domain error in collect input. 2019-02-11 17:44:16 +09:00
worker Apply golint. 2018-12-28 12:50:30 +09:00
.gitignore Version 0.0.1 2018-11-07 02:31:24 +09:00
decode.go Use viper as Configuration manager. () 2018-12-23 14:52:43 +09:00
decode_test.go Add tests. 2018-12-23 19:44:37 +09:00
docker-compose.yml Bump version 0.1.0. 2018-11-15 22:38:55 +09:00
Dockerfile Go 1.12beta2 has bug. 2019-01-24 10:00:57 +09:00
Gopkg.lock Use viper as Configuration manager. () 2018-12-23 14:52:43 +09:00
Gopkg.toml Version 0.0.1 2018-11-07 02:31:24 +09:00
handle.go Apply golint. 2018-12-28 12:50:30 +09:00
handle_test.go Apply golint. 2018-12-28 12:50:30 +09:00
LICENCE Version 0.0.1 2018-11-07 02:31:24 +09:00
main.go Apply golint. 2018-12-28 12:50:30 +09:00
main_test.go Use viper as Configuration manager. () 2018-12-23 14:52:43 +09:00
readme.md Fix readme. 2018-12-23 15:26:04 +09:00

Activity Relay Server

Yet another powerful customizable ActivityPub relay server written in Go.

CircleCI codecov FOSSA Status

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_SERVICENAME (ex. YUKIMOCHI Toot Relay Service)
  • RELAY_BIND (ex. 0.0.0.0:8080)
  • REDIS_URL (ex. 127.0.0.1:6379)

License

FOSSA Status