Add HTTPS warnings for Push notifications
This commit is contained in:
@@ -38,6 +38,8 @@ The ecosystem consists of three main parts:
|
||||
* Run: `python3 app.py`
|
||||
|
||||
#### 🔑 Generating VAPID Keys (Push Notifications)
|
||||
> ⚠️ **IMPORTANT:** Web Push Notifications strictly require the dashboard to be accessed via a secure **HTTPS** connection (or localhost). Modern browsers will block push features over standard HTTP.
|
||||
|
||||
To enable Web Push Notifications, you must generate a unique VAPID key pair for your server.
|
||||
1. Go to a free online generator like [vapidkeys.com](https://vapidkeys.com/).
|
||||
2. Generate the keys.
|
||||
@@ -100,6 +102,8 @@ L'ecosistema si compone di tre parti principali:
|
||||
* Avvia: `python3 app.py`
|
||||
|
||||
#### 🔑 Generare le chiavi VAPID (Notifiche Push)
|
||||
> ⚠️ **IMPORTANTE:** Le Notifiche Push Web richiedono tassativamente che la dashboard sia accessibile tramite una connessione sicura **HTTPS** (o localhost). I browser mobili e desktop bloccano le notifiche su connessioni HTTP non protette.
|
||||
|
||||
Per abilitare le Notifiche Push, devi generare una coppia di chiavi VAPID univoca per il tuo server.
|
||||
1. Vai su un generatore online gratuito come [vapidkeys.com](https://vapidkeys.com/).
|
||||
2. Genera la coppia di chiavi.
|
||||
|
||||
Reference in New Issue
Block a user