21 lines
814 B
Text
21 lines
814 B
Text
# /opt/umami/notifier/.env
|
|
# Copy this to .env and fill in all values.
|
|
# NEVER commit .env to git -- it contains secrets.
|
|
|
|
# Umami
|
|
UMAMI_URL=http://localhost:3001
|
|
UMAMI_USER=admin
|
|
UMAMI_PASS= # your Umami admin password
|
|
UMAMI_SITE_ID=4d2ae2fe-0fb2-4119-879b-cda63ccbbd3f
|
|
|
|
# Telegram -- only used for receiving /commands (getUpdates).
|
|
# Sending goes via Apprise. Rotate here when BotFather issues a new token.
|
|
TELEGRAM_TOKEN= # your new rotated bot token
|
|
TELEGRAM_CHAT_ID=897499696
|
|
|
|
# Apprise -- all outbound notifications route through here.
|
|
# Format: https://USER:PASSWORD@notify.manohargupta.com/notify/apprise
|
|
APPRISE_URL=https://manohar: # add your Apprise password after the colon
|
|
|
|
# Tuning
|
|
POLL_INTERVAL=30 # seconds between Umami checks
|