60 lines
1.8 KiB
Markdown
60 lines
1.8 KiB
Markdown
# Activity Relay Server
|
|
|
|
## Yet another powerful customizable ActivityPub relay server written in Go.
|
|
|
|
[](https://github.com/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/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
|
|
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fyukimochi%2FActivity-Relay?ref=badge_large) |