This repository has no description
0

Configure Feed

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

tangled-infra / deploy / env.example
792 B 21 lines
1# copy to .env at repo root and fill in. 2# `just` will auto-load this via `set dotenv-load`. 3 4# hetzner cloud API token — create at https://console.hetzner.cloud/projects (Security → API tokens) 5HCLOUD_TOKEN= 6 7# your AT protocol DID — find at https://tangled.org/settings 8# resolve from handle: 9# curl -s "https://dns.google/resolve?name=_atproto.zzstoatzz.io&type=TXT" | jq -r '.Answer[].data' 10TF_VAR_owner_did= 11 12# terraform consumes the hetzner token via this var name 13TF_VAR_hcloud_token=$HCLOUD_TOKEN 14 15# optional overrides — defaults defined in infra/variables.tf 16# TF_VAR_knot_hostname=knot.zzstoatzz.io 17# TF_VAR_spindle_hostname=spindle.zzstoatzz.io 18# TF_VAR_tangled_core_tag=v1.13.0-alpha 19# TF_VAR_location=ash 20# TF_VAR_server_type=cpx31 21# TF_VAR_admin_email=nate@prefect.io