🔧Self Hosting
Hypercast instances can be self-hosted in a matter of minutes using Cloudflare.
Hypercast runs on Cloudflare, so if you don't have an account, set one up first. You'll also need to install their CLI tool wrangler
andl log in.
Creating your instance
This is all the code it takes to run a simple instance:
To deploy to Cloudflare, you'll also need a wrangler.toml
config file.
With that, simply run wrangler publish
.
Connecting to your instance
To connect a Hypercast client to your server instance, we'll need it's URL.
Last updated