Add tutorial: Deploy Directus to PandaStack - #810
Open
ajaysourcedigital wants to merge 1 commit into
Open
Conversation
Adds a self-hosting tutorial for deploying Directus as a Node application on PandaStack, backed by managed PostgreSQL, and lists PandaStack on the self-hosting hub page. Fills the gap for a pure npm/Node PaaS deploy (the existing PaaS guides are Docker/blueprint based).
|
@ajaysheoran2323 is attempting to deploy a commit to the Directus Team on Vercel. A member of the Team first needs to authorize it. |
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.
What
Adds a new self-hosting tutorial, Deploy Directus to PandaStack, and lists PandaStack on the self-hosting hub page.
content/tutorials/6.self-hosting/deploy-directus-to-pandastack.md(new)content/tutorials/6.self-hosting/index.md(adds PandaStack to the platform list)Companion issue: #809
Why
The existing self-hosting tutorials here are Docker/blueprint or raw-VM based. This one covers a pure npm/Node PaaS deploy: PandaStack runs Directus as a Node application from a Git repository, backed by managed PostgreSQL. It's closest in shape to the Railway and Render guides.
Verified
The full flow was tested end to end on Directus 12.2.0:
directus bootstrap && directus startfrom a minimal repo (package.json,pandastack.json,mise.toml)DB_SSL=true; the managed cert chains to a public CA)/admin/loginreachablebootstrapmigrated + seeded the admin)Notes for reviewers
Before You Start→ numberedStepsections →Optional:sections →Summary; sentence-case headings; bold for UI, inline code for variables/commands.stableIdandidwere generated as UUIDv4. I couldn't runpnpm stable-ids:ensurelocally (the repo requires Node 22.18+ and my environment had Node 20), so please regenerate them if you prefer the deterministic values. This is a new page with no moved/deleted routes, so noredirects.jsonchanges.isolated-vmdependency needs Node 22's prebuilt binary, so the tutorial pins Node 22 viamise.toml(newer Node without a prebuilt binary falls back to anode-gypsource build).Happy to adjust scope, wording, or the example per the team's preference.
Closes #809