Adds guide on deploying zero-cache to Sevalla.com#169
Open
miguelrk wants to merge 32 commits intorocicorp:mainfrom
Open
Adds guide on deploying zero-cache to Sevalla.com#169miguelrk wants to merge 32 commits intorocicorp:mainfrom
zero-cache to Sevalla.com#169miguelrk wants to merge 32 commits intorocicorp:mainfrom
Conversation
The URL /api/og?title=foo&subtitle=bar generates an OG image. It is not yet hooked up to actually serve the correct OG metadata. Need to modify the metadata generated in layout.tsx.
fix: changed fallback to 404 and not error
This pull request adds a new section to the deployment documentation for `zero-cache`, providing a step-by-step guide on how to deploy it to Sevalla.com. This is analogous to the existing Fly.io guide and offers an alternative for users. The guide covers setting up the Sevalla app, configuring environment variables, setting up the persistent disk, and ensuring the correct networking and memory settings for a successful deployment. It also includes a reference to the Dockerfile used. See original [thread](https://discord.com/channels/830183651022471199/1401968889620987915).
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
kristofdombi
reviewed
Aug 8, 2025
kristofdombi
reviewed
Aug 8, 2025
kristofdombi
left a comment
There was a problem hiding this comment.
The Fly guide also mentions the upstream DB (ZERO_UPSTREAM_DB), a new PostgreSQL instance. I think we could also host that. I'll try that setup and get back to you. 🤔
Co-authored-by: Kristóf Dombi <dombi.kristof@gmail.com>
Contributor
|
I appreciate the contribution. Typically we accept almost all doc contributions. In this case I am concerned about a proliferation of these guides because of the risk of them going out of date. WDYT @miguelrk @kristofdombi @0xcadams – should we just accept they might go stale and that a stale but existent guide for some provider is better than nothing? Or only have a few that we try to keep working well. |
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.
This pull request adds a new section to the deployment documentation for
zero-cache, providing a step-by-step guide on how to deploy it to Sevalla.com. This is analogous to the existing Fly.io guide and offers an alternative for users. The guide covers setting up the Sevalla app, configuring environment variables, setting up the persistent disk, and ensuring the correct networking and memory settings for a successful deployment. It also includes a reference to the Dockerfile used.See original thread.