docs: replace staging *.yivi.app URLs with canonical postguard.eu hosts#111
Merged
Conversation
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
Contributor
Author
|
RULES check on this PR. Fixed three violations:
URL targets verified against the canonical staging/prod hosts in the postguard-docs memory notes; grep across |
rubenhensen
approved these changes
May 27, 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.
Fixes #108.
pkg.staging.yivi.app/fileshare.staging.yivi.appwith canonicalpkg.staging.postguard.eu/storage.staging.postguard.euacross 5 doc files. The*.yivi.appnames serve the K8s placeholder TLS cert, so real clients fail validation.pg-dotnet.md:fileshare.postguard.eu->storage.postguard.eu.The pg-sveltekit Cryptify snippet now drifts from its pinned
postguard-examples@3d06342fadsource (source still readsfileshare.staging.postguard.eu). Repinning is deferred to a follow-up because the newer hash also dropsPG_API_KEYandconfig.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:buildsucceeds.