# Activity Relay Server ## Yet another powerful customizable ActivityPub relay server written in Go. [![GitHub Actions](https://github.com/yukimochi/activity-relay/workflows/Test/badge.svg)](https://github.com/yukimochi/Activity-Relay) [![codecov](https://codecov.io/gh/yukimochi/Activity-Relay/branch/master/graph/badge.svg)](https://codecov.io/gh/yukimochi/Activity-Relay) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fyukimochi%2FActivity-Relay.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fyukimochi%2FActivity-Relay?ref=badge_shield) ![Powered by Ayame](docs/ayame.png) ## Packages - `github.com/yukimochi/Activity-Relay` - `github.com/yukimochi/Activity-Relay/api` - `github.com/yukimochi/Activity-Relay/deliver` - `github.com/yukimochi/Activity-Relay/worker` - `github.com/yukimochi/Activity-Relay/cli` ## Requirements - [Redis](https://github.com/antirez/redis) ## Installation Manual See [GitHub wiki](https://github.com/yukimochi/Activity-Relay/wiki) ## Configration ### `config.yml` ```yaml config.yml ACTOR_PEM: /actor.pem REDIS_URL: redis://redis:6379 RELAY_BIND: 0.0.0.0:8080 RELAY_DOMAIN: relay.toot.yukimochi.jp RELAY_SERVICENAME: YUKIMOCHI Toot Relay Service JOB_CONCURRENCY: 50 # RELAY_SUMMARY: | # RELAY_ICON: https:// # RELAY_IMAGE: https:// ``` ### `Environment Variable` This is **Optional** : When `config.yml` not exists, use environment variable. - ACTOR_PEM - REDIS_URL - RELAY_BIND - RELAY_DOMAIN - RELAY_SERVICENAME - JOB_CONCURRENCY - RELAY_SUMMARY - RELAY_ICON - RELAY_IMAGE ## License [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fyukimochi%2FActivity-Relay.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fyukimochi%2FActivity-Relay?ref=badge_large)