mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -07:00
38 lines
No EOL
1.3 KiB
Text
38 lines
No EOL
1.3 KiB
Text
# Optional: Server port
|
|
# Default: 8080
|
|
# PORT=8080
|
|
|
|
# Optional: Protect endpoint registration with an API key (recommended for public deployments)
|
|
# Default: unset (no authentication required)
|
|
# API_KEY=your-secret-key-here
|
|
|
|
# Optional: Allow HTTP connections without HTTPS
|
|
# Default: false
|
|
# ALLOW_INSECURE_HTTP=true
|
|
|
|
# Optional: Rate limit for requests (per 15 minute window)
|
|
# Default: 100 (requests per 15 minutes)
|
|
# RATE_LIMIT=100
|
|
|
|
# Optional: Device name shown in Signal app's linked devices list
|
|
# Default: SUP
|
|
# DEVICE_NAME=SUP dev
|
|
|
|
# Optional: Enable verbose logging
|
|
# Default: false
|
|
# VERBOSE_LOGGING=true
|
|
|
|
# Optional: Proton Mail integration - receive email notifications via Signal
|
|
# Get credentials by running: docker compose run --rm protonmail-bridge init
|
|
# Then use 'login' and 'info' commands to get IMAP username/password
|
|
# PROTON_IMAP_USERNAME=your-email@proton.me
|
|
# PROTON_IMAP_PASSWORD=bridge-generated-password
|
|
# PROTON_BRIDGE_HOST=protonmail-bridge
|
|
# PROTON_BRIDGE_PORT=143
|
|
# PROTON_SUP_TOPIC=Proton Mail
|
|
|
|
# Optional: Enable Android app integration for notifications
|
|
# When enabled, messages include app launch codes that SUP Android app intercepts to open
|
|
# the relevant app (Proton Mail or Home Assistant) when notification is tapped.
|
|
# Default: false
|
|
# ENABLE_ANDROID_INTEGRATION=true |