Our Personal Data Server from scratch!
0
fork

Configure Feed

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

oops didnt actually mean to take that out

+8
+8
docs/install-kubernetes.md
··· 8 8 9 9 See [configuration.md](configuration.md) for what each env var does and why the secret ones matter. This guide covers the Kubernetes-specific wiring. 10 10 11 + Simply, the container image expects: 12 + - A TOML config file mounted at `/etc/tranquil-pds/config.toml` (or passed via `--config`) 13 + - `DATABASE_URL` - postgres connection string 14 + - `BLOB_STORAGE_PATH` - path to blob storage (mount a PV here) 15 + - `PDS_HOSTNAME` - your PDS hostname (without protocol) 16 + - `JWT_SECRET`, `DPOP_SECRET`, `MASTER_KEY` - generate with `openssl rand -base64 48` 17 + - `CRAWLERS` - typically `https://bsky.network` 18 + 11 19 --- 12 20 13 21 ## TLS and DNS