Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Deploy preview
|
Contributor
|
Vale prose linter → found 1 errors, 9 warnings, 0 suggestions in your markdown Full report → Copy the linter results into an LLM to batch-fix issues. Linter being weird? Update the rules!
|
| Line | Severity | Message | Rule |
|---|---|---|---|
| 25:13 | error | Hi, Andy here... use an en dash ( – ) with spaces. On Mac, holding down the Option and hyphen key will give you an en dash. | PostHogBase.EnDash |
| 25:266 | warning | 'subpaths' is a possible misspelling. | PostHogBase.Spelling |
| 29:124 | warning | 'IPs' is a possible misspelling. | PostHogBase.Spelling |
| 35:157 | warning | Use 'PostHog' instead of 'posthog'. | Vale.Terms |
| 39:154 | warning | 'kafka' is a possible misspelling. | PostHogBase.Spelling |
| 45:153 | warning | 'kafka' is a possible misspelling. | PostHogBase.Spelling |
| 46:150 | warning | 'kafka' is a possible misspelling. | PostHogBase.Spelling |
| 51:132 | warning | Use 'ClickHouse' instead of 'clickhouse'. | Vale.Terms |
| 74:123 | warning | 'prepended' is a possible misspelling. | PostHogBase.Spelling |
| 77:153 | warning | 'presigned' is a possible misspelling. | PostHogBase.Spelling |
webjunkie
approved these changes
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR documents the new
OBJECT_STORAGE_PUBLIC_ENDPOINTenvironment variable added in PostHog/posthog#49027.Changes
OBJECT_STORAGE_PUBLIC_ENDPOINTto the environment variables reference tableContext
The new environment variable was introduced to fix presigned S3 URLs on hobby deployments where the internal object storage endpoint differs from the externally accessible URL. This is common when running PostHog behind a reverse proxy like Caddy.
The variable allows specifying a separate public-facing endpoint used only for presigned URL generation, while the internal endpoint remains unchanged for backend communication.
Default behavior: Falls back to
OBJECT_STORAGE_ENDPOINTwhen not set, so cloud and local dev behavior is unchanged.This PR was created by the Inkeep Content Writer agent, which is maintained by the Docs and Wizard team. Please reach out on Slack for help if needed.