-
Notifications
You must be signed in to change notification settings - Fork 46
Adds guide on deploying zero-cache to Sevalla.com
#169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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>
|
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 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.