declarative relay deployment on hetzner relay-eval.waow.tech
atproto relay
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 20 lines 548 B view raw
1# ATProto relay deployment 2# usage: just indigo <recipe> | just zlay <recipe> | just relay-eval <recipe> 3 4set dotenv-load := true 5 6mod indigo 7mod zlay 8mod relay-eval 9 10# show available recipes 11default: 12 @just --list 13 14# add required helm repos 15helm-repos: 16 helm repo add bjw-s https://bjw-s-labs.github.io/helm-charts 17 helm repo add bitnami https://charts.bitnami.com/bitnami 18 helm repo add jetstack https://charts.jetstack.io 19 helm repo add prometheus-community https://prometheus-community.github.io/helm-charts 20 helm repo update