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 
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 
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
thank you
@adminforge And the public facing port is 8888?
What is on 443 besides the info page?