Skip to content
New issue

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

FCM over UP #17

Open
yu-re-ka opened this issue Oct 4, 2021 · 1 comment
Open

FCM over UP #17

yu-re-ka opened this issue Oct 4, 2021 · 1 comment

Comments

@yu-re-ka
Copy link

yu-re-ka commented Oct 4, 2021

screenshot2

source
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

@p1gp1g
Copy link
Member

p1gp1g commented Aug 16, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants