Skip to content

Commit 1467436

Browse files
Krandeclaude
andcommitted
chore: scrub deployment hostnames from comments
Replace the two literal homelab domains in doc comments (the headless-render reference URL and the Authentik TLS-verify note) with generic descriptions ("the hosted viewer", "the configured Authentik host"). Comments only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 5ed8b61 commit 1467436

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

deploy/Dockerfile.viewer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ENV PATH="/env/bin:$PATH"
7474
# prefix (/work/.pixi/envs/viewer-api-slim/ssl), which no longer exists
7575
# after the env is COPY'd to /env. urllib (used by PyJWKClient for the
7676
# JWKS fetch) honours OpenSSL's default path, so without this it can't
77-
# verify TLS to authentik.krande.no and every token check 401s — while
77+
# verify TLS to the configured Authentik (OIDC) host and every token check 401s — while
7878
# httpx-based discovery still works via certifi, hence callback-OK but
7979
# /api/me-401. Point OpenSSL/urllib at the CA bundle in its new location.
8080
ENV SSL_CERT_FILE=/env/ssl/cert.pem \

src/ada/visit/rendering/chromium_offscreen_utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
margin-multiplier semantics aren't obvious from the field name alone).
99
1010
So instead we drive a headless Chromium through Playwright, mount the
11-
exact same `dist-embed/index.js` paradoc consumes, and screenshot the
12-
canvas. The output is then bit-identical to what `paradoc.krande.no`
13-
renders in the user's tab.
11+
exact same `dist-embed/index.js` the hosted viewer consumes, and
12+
screenshot the canvas. The output is then bit-identical to what the
13+
deployed embed renders in the user's tab.
1414
1515
Usage::
1616

0 commit comments

Comments
 (0)