35 lines
1.4 KiB
Markdown
35 lines
1.4 KiB
Markdown
# Activity Relay Server
|
|
|
|
## Yet another powerful customizable ActivityPub relay server written in Go.
|
|
|
|
[](https://circleci.com/gh/yukimochi/Activity-Relay)
|
|
[](https://codecov.io/gh/yukimochi/Activity-Relay)
|
|
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fyukimochi%2FActivity-Relay?ref=badge_shield)
|
|
|
|

|
|
|
|
## Packages
|
|
|
|
- `github.com/yukimochi/Activity-Relay`
|
|
- `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)
|
|
|
|
## 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
|
|
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fyukimochi%2FActivity-Relay?ref=badge_large) |