All apps · 0 apps
mattermost-push-proxy
Docker app from A75G's Repository
Overview
Readme
View on GitHubMattermost Push Proxy 
See https://developers.mattermost.com/contribute/mobile/push-notifications/service/
VoIP push notifications (iOS Calls)
The proxy delivers PushKit / VoIP pushes for iOS calls. Dispatch is driven by the transport field on the incoming notification: when transport=voip, the proxy emits a VoIP-shaped APNs request (apns-push-type: voip, topic <ApplePushTopic>.voip, minimal payload) using the existing apple_rn / apple_rnbeta ApplePushSettings entry indicated by the message's platform. No extra configuration block is required; the same APNs key is reused for both standard and VoIP pushes.
Operator prerequisites:
- The iOS app bundle must declare the
voipbackground mode and ship with an entitlement granting the<bundle>.voipAPNs topic.
No changes to the standard apple_rn / apple_rnbeta entries are required.
How to Release
To trigger a release of Mattermost Push-Proxy, follow these steps:
For Patch Release: Run the following command:
make patchThis will release a patch change.
For Minor Release: Run the following command:
make minorThis will release a minor change.
For Major Release: Run the following command:
make majorThis will release a major change.
Install mattermost-push-proxy on Unraid in a few clicks.
Find mattermost-push-proxy in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
mattermost/mattermost-push-proxy:latestRuntime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Port
- Target
- 8066
- Default
- 8066
- Value
- 8066
Mattermost Push Proxy Path
- Target
- /mattermost-push-proxy
- Default
- /mnt/user/appdata/mattermost-push-proxy/proxy/
- Value
- /mnt/user/appdata/mattermost-push-proxy/
Config Path
- Target
- /config
- Default
- /mnt/user/appdata/mattermost-push-proxy/config/
- Value
- /mnt/user/appdata/mattermost-push-proxy/config/
Certs Path
- Target
- /certs
- Value
- /mnt/user/appdata/mattermost-push-proxy/certs/