···14531453- `SPINDLE_SERVER_HOSTNAME`: The hostname of the server (required).
14541454- `SPINDLE_SERVER_JETSTREAM_ENDPOINT`: The endpoint of the Jetstream server (default: `"wss://jetstream1.us-west.bsky.network/subscribe"`).
14551455- `SPINDLE_SERVER_DEV`: A boolean indicating whether the server is running in development mode (default: `false`).
14561456-- `SPINDLE_SERVER_OWNER`: The DID of the owner (required).
14571456- `SPINDLE_SERVER_LOG_DIR`: The directory to store workflow logs (default: `"/var/log/spindle"`).
14581457- `SPINDLE_SERVER_DOCKER_SOCKET`: Path to Docker socket to expose to invoked Spindle containers (default: `""`).
14591458- `SPINDLE_NIXERY_PIPELINES_NIXERY`: The Nixery URL (default: `"nixery.tangled.sh"`).
···1516151515171516 ```shell
15181517 export SPINDLE_SERVER_HOSTNAME="your-hostname"
15191519- export SPINDLE_SERVER_OWNER="your-did"
15201518 ```
15211519152215202. **Build the Spindle binary.**
···26372635</details>
2638263626392637To begin, grab your DID from http://localhost:3000/settings.
26402640-Then, set `TANGLED_VM_KNOT_OWNER` and
26412641-`TANGLED_VM_SPINDLE_OWNER` to your DID. You can now start a
26382638+Then, set `TANGLED_VM_KNOT_OWNER` to your DID. You can now start a
26422639lightweight NixOS VM like so:
2643264026442641```bash