Skip to content

docs(tutorials): fix errors in the tutorial content vaultwarden-serverless #5374

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

invmy
Copy link

@invmy invmy commented Aug 5, 2025

Description

Added port and database requirements

@SamyOubouaziz SamyOubouaziz added do not merge PR that shouldn't be merged before a specific date (eg release) status: tech review Waiting for technical review labels Aug 6, 2025
Comment on lines +72 to +73
| CPU | 100 mVCPU |
| RAM | 128 MB |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove CPU/RAM requirements as it depends on actual usage, lowest values may harm performance in several scenarios


4. Set the following ¨¨**secrets**:
| Key | Value |
|----------------|-----------------------------------------------------------------------------------------------------------------------------------|
| `DATABASE_URL` | connection string retrieved during the [previous step](#creating-a-serverless-sql-database) |
| `DATABASE_URL` | connection string retrieved during the [previous step](#creating-a-serverless-sql-database) (IPv4 only) |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this change as the tutorial relies on a Serverless Database and there is no notion of IP involved

| `USER_ATTACHMENT_LIMIT` | `0` |
| `SENDS_ALLOWED` | `false`|
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personal configuration, should be removed from this table, and can be added as a note instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge PR that shouldn't be merged before a specific date (eg release) status: tech review Waiting for technical review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants