Vercel Introduction
Vercel is a serverless runtime environment with a free usage tier, including PostgreSQL, Redis, file storage services, all with certain free quotas. NextBB supports one-click installation on Vercel for a quick experience.
Installation Steps
Click the one-click install link
Go to Vercel to install NextBB with one click
Once opened, it looks like this. Simply click the Create button below:
Add database, cache, object storage
After clicking Create above, you will be redirected to this page, which guides you to add the necessary storage services. A total of 3 storage services need to be added. Blob Store is for avatars and various images, Upstash for Redis is a cache database, and Neon is a PostgreSQL database. Add these 3 services one by one.
Configure environment variables
After adding the 3 services above, you can configure the environment variables.
Environment Variable Description
Variable Name | Description | Generation Method |
|---|---|---|
| JWT Authentication Secret |
|
| Session Encryption Secret |
|
| Authentication Callback URL |
|
| Serverless Mode | Set to |
| SSL Verification | Set to |
🎉 After filling in the variables, you can deploy it. Enjoy your experience!
| Related Topics | Replies | Views | Activity | |
|---|---|---|---|---|
