2020-01-02 01:26:43 +09:00
2020-01-01 11:40:42 +09:00
2019-06-02 16:33:25 +09:00
2020-01-02 01:26:43 +09:00
2018-11-07 02:31:24 +09:00
2018-12-09 20:40:33 +09:00
2019-06-01 17:00:21 +09:00
2020-01-02 01:26:43 +09:00
2019-06-15 20:28:39 +09:00
2018-11-07 02:31:24 +09:00
2019-06-02 18:49:13 +09:00
2018-12-23 19:44:37 +09:00
2019-06-02 21:11:38 +09:00
2019-06-02 18:49:13 +09:00
2019-06-02 21:11:38 +09:00
2019-12-31 23:40:24 +09:00
2018-12-28 12:50:30 +09:00
2019-09-17 23:57:34 +09:00
2018-11-07 02:31:24 +09:00
2019-07-28 19:38:59 +09:00
2020-01-02 01:26:43 +09:00
2020-01-01 11:40:42 +09:00

Activity Relay Server

Yet another powerful customizable ActivityPub relay server written in Go.

GitHub Actions 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

Configration

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
# relay_summary: |

# relay_icon: https://
# relay_image: https://

Environment Variable

This is Optional : When config.yml not exists, use environment variable.

  • ACTOR_PEM (ex. /actor.pem)
  • REDIS_URL (ex. redis://127.0.0.1:6379/0)
  • RELAY_BIND (ex. 0.0.0.0:8080)
  • RELAY_DOMAIN (ex. relay.toot.yukimochi.jp)
  • RELAY_SERVICENAME (ex. YUKIMOCHI Toot Relay Service)

License

FOSSA Status

Description
No description provided
Readme 1.9 MiB
2022-11-12 20:18:00 -06:00
Languages
Go 99.6%
Dockerfile 0.4%