-
Notifications
You must be signed in to change notification settings - Fork 249
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,8 +68,9 @@ Vaultwarden relies on a database to store all password data securely. The databa | |
|--------------|-----------------------------------------------------------------------------------------------------| | ||
| Image origin | External registry | | ||
| Image URL | `vaultwarden/server:latest` | | ||
| CPU | 1 000 mVCPU | | ||
| RAM | 2 048 MB | | ||
| Container port | 80 | | ||
| CPU | 100 mVCPU | | ||
| RAM | 128 MB | | ||
| Min scale | `0` ((set a value of 1 or more to avoid [cold starts](/serverless-containers/concepts/#cold-start)) | | ||
| Max scale | `1` or more, according to your workload | | ||
|
||
|
@@ -79,14 +80,16 @@ Vaultwarden relies on a database to store all password data securely. The databa | |
|-------------------------|--------| | ||
| `DATA_FOLDER` | `/tmp` | | ||
| `ORG_ATTACHMENT_LIMIT` | `0` | | ||
| `SIGNUPS_ALLOWED` | `true` | | ||
| `USER_ATTACHMENT_LIMIT` | `0` | | ||
| `SENDS_ALLOWED` | `false`| | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
| `SIGNUPS_ALLOWED` | `true` | | ||
|
||
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) | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
| `ADMIN_TOKEN` | authentication token retrieved by following [This procedure](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page) | | ||
|
||
5. Click **Deploy container**. The container **Overview** tab displays. | ||
|
||
## Finalizing the container configuration | ||
|
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.
remove CPU/RAM requirements as it depends on actual usage, lowest values may harm performance in several scenarios