Wir haben soeben ein #ActivityPub #Relay für das #Fediverse erstellt: https://relay.kanoa.de

Alle #MastoAdmin|s aus dem deutschen Raum sind herzlich willkommen 

relay.kanoa.de | ActivityPub Relay

@adminforge What relay server do you use to host this?
GitHub - yukimochi/Activity-Relay: Yet another powerful customizable ActivityPub relay server written in Go.

Yet another powerful customizable ActivityPub relay server written in Go. - yukimochi/Activity-Relay

GitHub

@adminforge

Two questions, if you are willing?

Do you run it on docker or native?

The config binds to port 8080, is that expected?

@raynor yeah with docker-compose and custom port:

server:
build: .
image: yukimochi/activity-relay
working_dir: /var/lib/relay
restart: always
init: true
command: relay server
volumes:
- "./actor.pem:/var/lib/relay/actor.pem"
- "./config.yml:/var/lib/relay/config.yml"
depends_on:
- redis
ports:
- 127.0.0.1:8888:8888

@adminforge And the public facing port is 8888?

What is on 443 besides the info page?