Expose PocketBase backend
This tutorial will explain how to expose a localhost PocketBase backend and give it a shareable link that is accessible from the internet.
PocketBase
Prerequisites
Step 1 - Start PocketBase service
./pocketbase serve
# > Server started at: http://localhost:8090
# - REST API: http://localhost:8090/api/
# - Admin UI: http://localhost:8090/_/Step 2 - Create admin account

Step 3 - Create a collection with some records (optional)


Step 4 - API access

Step 5 - Access PocketBase API from the internet


Last updated