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