1
Fork 0
mirror of https://github.com/Steffo99/backup-duplicity.git synced 2024-12-22 03:34:17 +00:00

&ntfy → &ga_ntfy

This commit is contained in:
Steffo 2024-10-25 06:59:07 +02:00 committed by GitHub
parent 4f3d3e242f
commit 2218c00738
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ Backup solution for Docker volumes based on Duplicity
"gdrive://111111111111-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.apps.googleusercontent.com/${COMPOSE_PROJECT_NAME}?myDriveFolderID=1_AAAAAAAAAA-BBBBBBBBBBBBBBBBBBBB" "gdrive://111111111111-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.apps.googleusercontent.com/${COMPOSE_PROJECT_NAME}?myDriveFolderID=1_AAAAAAAAAA-BBBBBBBBBBBBBBBBBBBB"
# If you're planning to use ntfy, set this to the full URL of the topic you'd like to receive notifications at. # If you're planning to use ntfy, set this to the full URL of the topic you'd like to receive notifications at.
# An example: `ntfy.sh/ko7OC50phzmh1ZMQ` # An example: `ntfy.sh/ko7OC50phzmh1ZMQ`
ga_ntfy: &ntfy ga_ntfy: &ga_ntfy
"" ""
``` ```
@ -149,4 +149,4 @@ Backup solution for Docker volumes based on Duplicity
> ```bash > ```bash
> # This unfortunately requires root access, since the port we have to tunnel, 80, has a number lower than 1024. > # This unfortunately requires root access, since the port we have to tunnel, 80, has a number lower than 1024.
> sudo ssh -L 80:80 yourserver > sudo ssh -L 80:80 yourserver
> ``` > ```