Initial commit: nightly iOS app + Supabase backend
iOS SwiftUI app with Supabase auth/realtime, Node.js backend, Docker/Supabase self-hosted infrastructure, and APNs scheduler. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# nightly-spezifische Umgebungsvariablen
|
||||
# (Supabase-eigene Variablen stehen in .env)
|
||||
|
||||
# APNs — Apple Push Notifications
|
||||
# ⚠️ Erfordert bezahlten Apple Developer Account ($99/Jahr)
|
||||
# Ohne Account: diese Zeilen auskommentiert lassen
|
||||
# APNS_KEY_PATH=/app/certs/AuthKey_XXXXXXXXXX.p8
|
||||
# APNS_KEY_ID=XXXXXXXXXX
|
||||
# APNS_TEAM_ID=XXXXXXXXXX
|
||||
APNS_BUNDLE_ID=app.xxx # Ersetze mit deiner Bundle-ID, z.B. app.nightly
|
||||
|
||||
# App-Konfiguration
|
||||
WINDOW_START_HOUR=2 # Fenster öffnet 02:00 Uhr
|
||||
WINDOW_END_HOUR=5 # Fenster schließt 05:00 Uhr
|
||||
ANON_SLOTS_PER_NIGHT=3 # Anonyme Posts pro User pro Nacht
|
||||
Reference in New Issue
Block a user