From f3ea73fd4bfe76733fa5596b13f8695a7fbb5f43 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Wed, 15 Jan 2025 01:09:59 +0100 Subject: [PATCH] chore: Rename thins for initial release --- README.md | 4 ++-- main.py => nextcloud2ntfy.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename main.py => nextcloud2ntfy.py (100%) diff --git a/README.md b/README.md index d69ff97..fef9641 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# nextcloud-ntfy.sh +# nextcloud2ntfy Are you tired of Nextcloud [**still not supporting notifications F-Droid**](https://github.com/nextcloud/talk-android/issues/257)? @@ -39,7 +39,7 @@ can be guessed from it. - `nextcloud_base_url` - `nextcloud_username` - `nextcloud_password` -4. Start the bridge: `python3 main.py -c config.json` +4. Start the bridge: `python3 nextcloud2ntfy.py -c config.json` > [!CAUTION] > On `ntfy.sh` (and instances with `auth-default-access` set to `read-write`) diff --git a/main.py b/nextcloud2ntfy.py similarity index 100% rename from main.py rename to nextcloud2ntfy.py