Yet another powerful customizable ActivityPub relay server written in Go.
Find a file
2019-04-07 13:31:03 +09:00
.circleci Use RedisUrl correctly. () 2019-03-16 14:36:03 +09:00
ActivityPub Apply golint. 2018-12-28 12:50:30 +09:00
cli Use RedisUrl correctly. () 2019-03-16 14:36:03 +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 Use RedisUrl correctly. () 2019-03-16 14:36:03 +09:00
worker Use RedisUrl correctly. () 2019-03-16 14:36:03 +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 Update Dependency. 2019-04-07 13:31:03 +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 Use RedisUrl correctly. () 2019-03-16 14:36:03 +09:00
main_test.go Use RedisUrl correctly. () 2019-03-16 14:36:03 +09:00
readme.md Use RedisUrl correctly. () 2019-03-16 14:36:03 +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. redis://127.0.0.1:6379/0)

License

FOSSA Status