docs(self-hosting): Passport keys, storage link, and Docker prod path - #6
Merged
paulocastellano merged 5 commits intoAug 1, 2026
Merged
Conversation
…prod Clarify one-time install steps (passport:keys vs Personal Access Client), rewrite Docker docs away from Sail onto compose.yaml / compose.prod.yaml, and fill production gaps (runtime drivers, Reverb /apps proxy, scheduler). Co-authored-by: Cursor <cursoragent@cursor.com>
Skip the symlink when media is on S3, R2, Spaces, or other object storage. Co-authored-by: Cursor <cursoragent@cursor.com>
Correct compose.prod secrets, avoid a second Vite process in Docker dev commands, and align the Assets KB with FILESYSTEM_DISK=public. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Reorder installation so .env is configured before migrate, add an explicit checklist covering APP_KEY, Passport, queues, Horizon, and seed; clarify Docker prod automation vs one-time seed; wire Passport and WEBHOOK_URL into configuration/Telegram. Co-authored-by: Cursor <cursoragent@cursor.com>
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
passport:keys(filesystem) andPassportSeeder/db:seed(Personal Access Client)storage:link, clarify thatcomposer setupalone is incomplete, and expand the production checklistcompose.yaml(dev) andcompose.prod.yaml(GHCR) paths, including the post-upseed step the entrypoint does not runpublic), media env vars, runtime drivers (queue/cache/session/broadcast), Nginx/app/+/apps/proxy, and the scheduler table (automations + 15-minute token refresh)Closes the gap discussed when declining trypostit/trypost#206 in favor of documentation.
Test plan
#3-passport-keys-and-public-storage,#4-seed-default-data-and-create-the-admin-user,#production-recommended-for-self-hosting) resolvecompose.prod.yaml,docker/entrypoint.sh, androutes/console.phpMade with Cursor