Skip to content

docs: replace staging *.yivi.app URLs with canonical postguard.eu hosts#111

Merged
rubenhensen merged 1 commit into
mainfrom
fix/staging-yivi-app-urls-108
May 27, 2026
Merged

docs: replace staging *.yivi.app URLs with canonical postguard.eu hosts#111
rubenhensen merged 1 commit into
mainfrom
fix/staging-yivi-app-urls-108

Conversation

@dobby-coder
Copy link
Copy Markdown
Contributor

@dobby-coder dobby-coder Bot commented May 26, 2026

Fixes #108.

  • Replace pkg.staging.yivi.app / fileshare.staging.yivi.app with canonical pkg.staging.postguard.eu / storage.staging.postguard.eu across 5 doc files. The *.yivi.app names serve the K8s placeholder TLS cert, so real clients fail validation.
  • Fix one prod URL in pg-dotnet.md: fileshare.postguard.eu -> storage.postguard.eu.

The pg-sveltekit Cryptify snippet now drifts from its pinned postguard-examples@3d06342fad source (source still reads fileshare.staging.postguard.eu). Repinning is deferred to a follow-up because the newer hash also drops PG_API_KEY and config.server.ts, forcing a larger snippet rewrite.

Test plan

  • grep -rEn 'pkg\.staging\.yivi\.app|fileshare\.staging\.yivi\.app|fileshare\.postguard\.eu' docs/ returns nothing.
  • npm run docs:build succeeds.
  • Reviewer spot-checks the rendered snippets on the deployed preview.

The pkg.staging.yivi.app and fileshare.staging.yivi.app aliases serve the
K8s ingress placeholder cert; TLS validation fails, so the quickstart
breaks before the first PKG round-trip. Repoint JS snippets at
pkg.staging.postguard.eu and storage.staging.postguard.eu (verified live
2026-05-26). Also fix the one prod Cryptify URL in pg-dotnet.md
(fileshare.postguard.eu -> storage.postguard.eu).

Fixes #108
@dobby-coder dobby-coder Bot marked this pull request as ready for review May 26, 2026 23:47
@dobby-coder dobby-coder Bot requested a review from rubenhensen May 26, 2026 23:47
@dobby-coder
Copy link
Copy Markdown
Contributor Author

dobby-coder Bot commented May 26, 2026

RULES check on this PR. Fixed three violations:

  • Added @rubenhensen as reviewer (per pr-review-assignments).
  • Flipped from draft to ready since CI is green (per default-prs-to-ready / flip-drafts-after-ci).
  • Trimmed the PR body to two bullets plus the source-link scope note, and removed an em dash (per no-justification-paragraphs-for-simple-changes and the postguard-docs CLAUDE.md style guide).

URL targets verified against the canonical staging/prod hosts in the postguard-docs memory notes; grep across docs/ is clean.

@rubenhensen rubenhensen merged commit b6a6ea4 into main May 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: stale staging URLs in JS-side examples (yivi.app aliases serve fake K8s cert)

1 participant