Setting up your custom Buzzy app
Using your own domain, publishing to the app stores and more
Setting up your server
Configuration options for your own Buzzy server:
App name
This just needs to be something unique in the realm of Buzzy deployment names. We recommend something like the name of your organization or project.
Region
You need to choose the region you'd like to deploy in, at the moment, these options are available:
NA1 - North America (in the USA)
EU1 - Europe - (in Germany)
AP1 - Asia Pacific - (in Australia)
Based on the chose region, this is where you app's data will reside and be served from.
Domain name
You have two options to configure the domain name setup:
1. Use Buzzy's domain with your own custom sub-domain
Use your custom sub-domain with a Buzzy domain - as an example: somethingcustom.buzzy.buzz
The sub-domain here is somethingcustom
. Constraints it needs to be unique and not anything offensive, aligned with Buzzy's terms and conditions.
2. Your own domain
Setup your own sub-domain to point to the Buzzy deployment, for example "app.<yourdomain>.com " where "app" is the sub-domain.
If you need help, please reach out to your DNS provider to get help on how to do this.
The CNAME record will need to be setup to point to one of the following servers depending on the region your Buzzy server will be in:
NA1 point to
communication-k8s.buzzycompany.com
EU1 point to eu1-cluster.buzzy.buzz
AP1 point to
communication-sydney-cluster.buzzycompany.com
Mail Settings
To send mail from you own servers we'll need return users eg info@yourdomain.com
a SMTP url in the format of smtps://USERNAME:PASSWORD@HOST:PORT
you will need to get this from your mail provider
Last updated