Compare commits

..

No commits in common. "restic-scripts" and "main" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh
curl --silent smtp://{{ smtp_host }} --mail-from {{ services.restic.mail_from }} --mail-rcpt admin@data.coop --upload-file . << END_OF_MAIL
curl smtp://{{ smtp_host }} --mail-from {{ services.restic.mail_from }} --mail-rcpt admin@data.coop --upload-file . << END_OF_MAIL
From: Restic backup <{{ services.restic.mail_from }}>
To: admin@data.coop
Subject: Restic backup failed

View file

@ -1,2 +1,2 @@
#!/bin/sh
curl --silent '{{ restic_secrets.uptime_kuma_url }}'
curl '{{ restic_secrets.uptime_kuma_url }}'