Outdated push providers Some of the documentation on the official Aerogear Website seems to be outdated. If i go to Get Started -> Guides -> Unified Push Server User Guide i still see a list of push providers that are no longer supported (https://aerogear.org/docs/unifiedpush/ups_userguide/index/):
- Apple (Ok)
- GCM (replaced by FCM)
- WNS (?, removed)
- ADM (removed)
- Simple Push (removed)
This should be updated, I will try to send a PR to the Aerogear.org website repo. Similarly on the guides overview (https://aerogear.org/getstarted/guides/) we should remove the links to the outdated Tutorials (Mozilla Simple Push, possibly Windows). Outdated Openshift instructions There is a section about running UPS on Openshift but it's targeted at Openshift v2: https://aerogear.org/docs/unifiedpush/ups_userguide/index/#openshift I suggest that we updated those to use our APB. Mention the Keycloak decoupling The current documentation still assumes that keycloak is a requirement in https://aerogear.org/docs/unifiedpush/ups_userguide/index/#server-installation We should at least mention that there exists a release (no-auth) that is decoupled from keycloak and can be put behind a custom auth solution. |