2428313a22
Benachrichtigt Owner optional per VAPID/Web Push, wenn Collaborators Änderungen synchronisieren — ohne Klartext-Inhalte, mit Opt-in in den Einstellungen, Custom Service Worker und Deep-Link zum Logbuch. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
487 B
Bash
Executable File
13 lines
487 B
Bash
Executable File
OpenWeatherMapAPIKey=<owm_api_key>
|
|
|
|
# Passkey configuration (WebAuthn Relying Party ID and Origin)
|
|
# For local dev: localhost and http://localhost
|
|
# For production: e.g. kapteins-daagbok.eu and https://kapteins-daagbok.eu
|
|
RP_ID=localhost
|
|
ORIGIN=http://localhost
|
|
|
|
# Web Push (VAPID) — generate with: npx web-push generate-vapid-keys
|
|
# Public key may also be set on the client as VITE_VAPID_PUBLIC_KEY
|
|
VAPID_PUBLIC_KEY=
|
|
VAPID_PRIVATE_KEY=
|
|
VAPID_SUBJECT=mailto:support@kapteins-daagbok.eu |