You can implement your Beamer Changelog in two ways:
The standalone option creates a centralized location where all your Beamer content is displayed, giving users a dedicated destination for product updates and announcements.
To personalize your Changelog, you can use a custom domain to make it easily recognizable to your users.
Available to customers on Pro and above plans.
Personalize your standalone changelog by using a custom domain that aligns with your brand, making it easy for users to find and remember.
You'll need a personalized domain name first. If you don't have one, you can purchase it from your hosting provider or any domain registrar service.
Once your domain is registered and configured, follow these steps:
Available to customers on Enterprise plans.
To use a path/subfolder as the URL for your standalone page (e.g., yoursite.com/updates), your development team needs to configure a ProxyPass on your web server. This setup redirects requests from your desired path to your Beamer standalone page while maintaining your domain structure.
1. Configure your web server.
Here’s a sample NGINX configuration to add to your server settings:
location /updates {
proxy_pass https://app.getbeamer.com/example$request_uri;
proxy_ssl_server_name on;
proxy_set_header HOST $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
2. Customize your path.
Change /updates to the path you'd like to use.
3. Contact Beamer support.
Let us know! Contact us and we'll set things up on our side.
Available to customers on the Pro plan and above.
By default, push notifications are sent from push.getbeamer.com. This enables push notifications to function immediately, with no configuration or technical setup required on your part.
However, you can configure push notifications to appear as if they are coming from your domain instead. This quick setup takes approximately five minutes and can be completed by any web developer or site administrator.
File Requirements
1. Download Required Files
Download these two files and upload them to your website's root directory using this link:
Important: Do not rename these files—they must keep their exact names to function properly.
Note: If you already have a manifest.json file, don't replace it. Instead, copy the gcm_sender_id attribute from our manifest.json file and add it to your existing file.
2. Add Manifest Link
Add this link tag to your site's HTML <head> section if you don't already have one
<link rel="manifest" href="/manifest.json" />
3. Verify Setup
Once both files are uploaded and the manifest link is in place, your users will be able to subscribe and receive push notifications that appear to come from your domain.
Help us help you more
At Beamer, we care about our customers’ data and this is how we protect it.
Data Ownership
Your account and data belongs to you and will not be sold in any case. We can delete your account and data upon your request. Learn more
Encryption
Beamer data is encrypted in transit (advanced TLS protocols and 2,048-bit keys or better) and at rest (using AES 256 encryption with integrity).
Access
Customer data is always backed up and uptime is over 99.9%.
GDPR
Beamer is GDPR Compliant and has the Data Processing Agreements in place. Learn more
Penetration testing
Third party network, application and physical security tests are conducted regularly. Learn more