docs: daily update 2026-08-03 - #5580
Open
deco-cms[bot] wants to merge 12 commits into
Open
Conversation
…metry opt-in for self-hosted Kubernetes
…to-merge, and ship-to-production
…ub sandbox repo picker
…ox-go only (no ts/go daemon switch)
… auth-config.json (v4.160.7)
This was referenced Aug 3, 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.
Release v4.160.7 (previous: v4.160.6)
Range evaluated:
v4.160.6...v4.160.7(compare: v4.160.6...v4.160.7)Depends on: #5574 (
docs/auto-update-2026-08-02-release-4.160.2) — this PR branches from its HEAD and should be merged after it.Commits covered
868fd3efb— chore: delete the dead auth-config.json tail and the stray EFS RFC (chore: delete the dead auth-config.json tail and the stray EFS RFC #5579) — 868fd3e — warranted a docs update:auth-config.json(file-based auth config) is dead code, nothing reads it anymore — auth is entirelyAUTH_*environment variables (apps/api/src/auth/auth-env.ts). Two self-hosting docs still instructed users to configure auth via that file.Commits skipped
bc3217624—[release]: bump changed workspace versions— bot release commit, version bump only.88b68c5c0—[chore]: bump homebrew cask to 4.160.6— bot commit, Homebrew cask version bump only.Changed doc files (English)
studio/self-hosting/authentication.mdx— replaced the "loadauth-config.jsonat startup" instructions with the real mechanism (AUTH_*env vars). Added a full env var reference table (email/password, social login, email providers, magic link, email OTP) sourced fromapps/api/src/auth/auth-env.ts, since the doc previously deferred all of this to the now-deleted config file. Fixed the "Social login vs. SSO" section to stop mentioningauth-config.json.studio/self-hosting/deploy/docker-compose.mdx— replaced the "mount anauth-config.json" instructions with a pointer to theAUTH_*env vars and the Authentication page. Fixed the Security section's mention of a mountedauth-config.json.pt-br counterparts were auto-translated and updated in the same set of files (technical terms, code blocks, URLs, and UI labels kept in English per convention).
Consistency notes
deploy/helm/studio/README.mdanddeploy/helm/studio/examples/secrets-example.yamlwere also fixed by the source commit to stop documenting a non-functionalauthConfigHelm value — but these live outsideapps/docs/client/src/content/deco-studio/, so out of scope for this PR (no product docs page currently references Helm'sauthConfigvalues).quickstart.mdx,concepts.mdx, andoverview.mdxfor related staleness — noauth-config.jsonor related mentions found; no changes needed.auth-config.json,configmap-auth, the deletedefs-spec.md, orapps/api/spec— nothing else to fix.Label:
documentationSummary by cubic
Refresh Studio docs for v4.160.7. Auth is now configured via
AUTH_*env vars (noauth-config.json), desktop link/local runtime references are removed, Task Board is documented, and sandbox docs add OTLP telemetry and the Go-only sandbox image.New Features
telemetry.enabled,telemetry.otlp.ip/port).Refactors
auth-config.jsonwithAUTH_*env vars; Docker Compose updated to set env vars.ghcr.io/decocms/studio/studio-sandbox-go.Written for commit 399e770. Summary will update on new commits.