From 2218c007381e72c0672e364f063b3ba52c2cf3f6 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 25 Oct 2024 06:59:07 +0200 Subject: [PATCH] =?UTF-8?q?&ntfy=20=E2=86=92=20&ga=5Fntfy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d073ee..758a325 100644 --- a/README.md +++ b/README.md @@ -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" # 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` - ga_ntfy: &ntfy + ga_ntfy: &ga_ntfy "" ``` @@ -149,4 +149,4 @@ Backup solution for Docker volumes based on Duplicity > ```bash > # 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 -> ``` \ No newline at end of file +> ```