@@ -20,18 +20,18 @@ explicitly marked as optional.
2020
2121Here's the complete table based on the provided Go code:
2222
23- | Command-line flag | Environment variable | Default value | Description |
24- | ----------------------| ----------------------| -----------------------------------------| -----------------------------------------------------------------------------|
25- | ` -addr ` | ` JETSTREAM_ADDRESS ` | Rotation of all public jetsream servers | The [ jetstream] [ jetstream ] hostname to connect to. |
26- | ` -bsky-handle ` | ` BSKY_HANDLE ` | none | The Bluesky handle of the account that will make API requests. |
27- | ` -bsky-app-password ` | ` BSKY_APP_PASSWORD ` | none | The Bluesky app password for authentication. |
28- | ` -slack-webhook-url ` | ` SLACK_WEBHOOK_URL ` | none | The Slack webhook URL for sending notifications. |
29- | ` -bsky-server-url ` | ` BSKY_SERVER_URL ` | "https://bsky.social" | The Bluesky PDS server to send API requests to URL. |
30- | ` -watch-word ` | ` WATCH_WORD ` | "tailscale" | The word to watch out for; may support multiple words in the future. |
31- | ` -secrets-url ` | ` SECRETS_URL ` | none | The address of a [ setec] [ setec ] server to fetch secrets from (optional) |
32- | ` -secrets-prefix ` | ` SECRETS_PREFIX ` | "" | A prefix to prepend to secret names fetched from setec (optional) |
33- | ` -ts-hostname ` | ` TS_HOSTNAME ` | "" | A Tailscale hostname where the server should run (optional) |
34- | ` -ts-state-dir ` | ` TS_STATE_DIR ` | none | Where Tailscale state should be stored, if ` -ts-hostname ` is set (optional) |
23+ | Command-line flag | Environment variable | Default value | Description |
24+ | ----------------------| ----------------------| ------------------------------------------ | -----------------------------------------------------------------------------|
25+ | ` -addr ` | ` JETSTREAM_ADDRESS ` | Rotation of all public jetstream servers | The [ jetstream] [ jetstream ] hostname to connect to. |
26+ | ` -bsky-handle ` | ` BSKY_HANDLE ` | none | The Bluesky handle of the account that will make API requests. |
27+ | ` -bsky-app-password ` | ` BSKY_APP_PASSWORD ` | none | The Bluesky app password for authentication. |
28+ | ` -slack-webhook-url ` | ` SLACK_WEBHOOK_URL ` | none | The Slack webhook URL for sending notifications. |
29+ | ` -bsky-server-url ` | ` BSKY_SERVER_URL ` | "https://bsky.social" | The Bluesky PDS server to send API requests to URL. |
30+ | ` -watch-word ` | ` WATCH_WORD ` | "tailscale" | The word to watch out for; may support multiple words in the future. |
31+ | ` -secrets-url ` | ` SECRETS_URL ` | none | The address of a [ setec] [ setec ] server to fetch secrets from (optional) |
32+ | ` -secrets-prefix ` | ` SECRETS_PREFIX ` | "" | A prefix to prepend to secret names fetched from setec (optional) |
33+ | ` -ts-hostname ` | ` TS_HOSTNAME ` | "" | A Tailscale hostname where the server should run (optional) |
34+ | ` -ts-state-dir ` | ` TS_STATE_DIR ` | none | Where Tailscale state should be stored, if ` -ts-hostname ` is set (optional) |
3535
3636[ jetstream ] : https://github.com/bluesky-social/jetstream
3737[ setec ] : https://github.com/tailscale/setec
0 commit comments