39636e85c3
- Add n8n stack (n8n.pivoine.art) with postgres, traefik, watchtower - Remove mattermost stack entirely - Update backup.sh: swap mattermost_db → n8n_db, rename MATTERMOST_WEBHOOK → WEBHOOK_URL, simplify notify() payload - Update watchtower: mattermost:// → generic+https:// for n8n webhook - Add _backup/.env.example - Update README Webhook URLs in _backup/.env and watchtower/.env contain FILL_AFTER_N8N_SETUP — update once n8n workflow is created. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
139 B
Bash
4 lines
139 B
Bash
RESTIC_REPOSITORY=/mnt/hidrive/users/valknar/Backup/stacks
|
|
RESTIC_PASSWORD=change_me
|
|
WEBHOOK_URL=https://n8n.example.com/webhook/change_me
|