refactor: implement push notification relay and enhance Expo integration

This commit is contained in:
Nawaz Dhandala
2026-02-18 09:56:10 +00:00
parent 76cfa7186e
commit 3cf7c7d1ae
10 changed files with 296 additions and 33 deletions

View File

@@ -297,6 +297,14 @@ VAPID_PUBLIC_KEY=
VAPID_PRIVATE_KEY=
VAPID_SUBJECT=mailto:support@oneuptime.com
# Expo access token for sending mobile push notifications directly via Expo SDK.
# If not set, push notifications are relayed through the push notification relay URL below.
EXPO_ACCESS_TOKEN=
# Push notification relay URL for self-hosted instances without Expo credentials.
# Self-hosted servers relay push notifications through this gateway.
PUSH_NOTIFICATION_RELAY_URL=https://oneuptime.com/api/notification/push-relay/send
# LLM Environment Variables
# Hugging Face Token for LLM Server to downlod models from Hugging Face