Address: https://pb.uc1.icu
After entering the site above, click the button in the lower left corner and set your backend address in the pop-up window.
static site will not cause security issues such as data leakage. This can be confirmed in the F12 Network tab.
This warehouse is expanded based on the front-end interface of the original warehouse pocketbase:
- i18n
- can dynamically switch the backend address in the front-end page
-
apply for Vercel account
-
In the
Private Repository Name
input box, enter a custom name -
Select a suitable location in the
Vercel Team
** drop-down box** -
Click the
Create
button and wait for the deployment to complete
- In the
/settings/environment-variables
page in the Vercel configuration panel, set the environment variablePB_BACKEND_URL
to your backend address, but even if you do not configure it, you can manually modify it at any time in the frontend page - Add your own domain name on the
settings/domains
page under the Vercel project
pnpm install
pnpm dev
pnpm build