We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
digraph { subgraph cluster_phone { label="end user device"; microG -> "FCM App e.g. Signal" [color=red] "UP distributor" -> "UP App e.g. SchildiChat" [color=green] "UP distributor" -> microG [color=red] } subgraph cluster_my_server { label="my server"; "eg. gotify" "My FCM Proxy" -> "eg. gotify" [color=red] } "eg. gotify" -> "UP distributor" [color=red] "eg. gotify" -> "UP distributor" [color=green] subgraph cluster_google { label="google" "Google push servers" } "Google push servers" -> "My FCM Proxy" [color=red] "e.g. Matrix push gateway" -> "eg. gotify" [color=green] "e.g. Signal server" -> "Google push servers" [color=red] subgraph cluster_fcm_application_server { label="FCM application server" "e.g. Signal server" } subgraph cluster_up_application_server { label="UP application server" "e.g. Matrix push gateway" } }
The advantage:
Only one push connection required on my device Google doesn't see my phone's IP
The text was updated successfully, but these errors were encountered:
Codeberg issue: https://codeberg.org/UnifiedPush/wishlist/issues/12
Sorry, something went wrong.
No branches or pull requests
source
The advantage:
Only one push connection required on my device
Google doesn't see my phone's IP
The text was updated successfully, but these errors were encountered: