mashirozx / Activity-Relay

Yet another powerful customizable ActivityPub relay server written in Go.

Home Page:https://relay.toot.yukimochi.jp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Yet another powerful customizable ActivityPub relay server written in Go.

https://relay.toot.yukimochi.jp/

License:GNU Affero General Public License v3.0


Languages

Language:Go 99.4%Language:Dockerfile 0.6%