glosson
Run Glosso push notifications from your own laptop at
username.glosson.kaylee.wtf.
glosson is a relay for self-hosted Glosso notification clients. The relay makes a local notification server reachable on the public web without sending your Glosso password or relayed plaintext through this server.
How it works
- You run the
glossonclient on your machine. - The client verifies your Glosso account and obtains its own TLS certificate.
- This server routes browser connections by TLS SNI and bridges encrypted bytes to your client.
- When your client is online, TLS terminates on your machine, not on this relay.
Setup
pip install glosson
python -m glosson setup
python -m glosson run
During setup, your Glosso password is saved locally and
checked directly against glosso.ink. The relay server only
receives a relay token and temporary DNS-01 TXT challenge requests.
Verifying TLS
When your client is running, open your
username.glosson.kaylee.wtf page. The web UI shows a
relay-proof panel with the SHA-256 fingerprint of the client-held
certificate. It should match the fingerprint printed by
python -m glosson run.