mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
851 B
851 B
Accessing Your Instance
Your PocketBase instance managed by PocketHost is accessible in two ways:
<uuid>.pockethost.io
<subdomain>.pockethost.io
Every PocketHost instance is assigned a UUID that never changes. For example, I use PocketHost to run the backend for my web game named Harvest. I created a PocketHost instance and chose the name harvest
. This is unique across all of PocketHost, and I can access my instance at https://harvest.pockethost.io
. However, because instances can be rename-instance.md, PocketHost also assigns a UUID that never changes. In this case, the UUID is mfsicdp6ia1zpiu
. Thus, the instance permalink is https://mfsicdp6ia1zpiu.pockethost.io
.
In the future, support for custom domains will be available. That is being tracked here.