How do I set up a custom domain?
To use your own domain (e.g. app.mycompany.com) instead of the default eu1.shoal.live address:
- In your gateway node config, note the full Shoal address for your deployment (e.g.
my-app.eu1.shoal.live). -
Go to your DNS provider and add a
CNAMErecord:Type Name Value CNAME app my-app.eu1.shoal.live -
DNS changes can take a few minutes to propagate. Once live, your custom domain will route to your Shoal deployment automatically.
Shoal handles SSL for custom domains - no certificate setup needed.