7 lines
246 B
Bash
7 lines
246 B
Bash
|
|
# Webhook for update/backup notifications (n8n → Telegram)
|
||
|
|
WEBHOOK_URL=https://n8n.example.com/webhook/your-webhook-id
|
||
|
|
|
||
|
|
# Restic backup repository and password
|
||
|
|
RESTIC_REPOSITORY=/mnt/hidrive/users/valknar/Backup/stacks
|
||
|
|
RESTIC_PASSWORD=changeme
|