From 9aff6625549eca9bbd373725f2e7922e7172edc1 Mon Sep 17 00:00:00 2001 From: th0mcat <37344783+th0mcat@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:38:49 -0600 Subject: [PATCH 1/2] Add iOS shortcuts --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3c290dd..0e9fda6 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,14 @@ An alarm can be silenced with the following command: !silence ``` +### iOS Shortcuts + +iOS Shortcuts have been created to quickly send reminder requests to a room with the reminder bot on your Matrix server. **These requests are sent unencrypted.** + +Normal reminder: https://www.icloud.com/shortcuts/258ed7f7a3bc4a0386f023205265e98c + +Cron reminder: https://www.icloud.com/shortcuts/6e3a423f62154339a08d93518c21c258 + ## Development Please see [CONTRIBUTING.md](CONTRIBUTING.md). From 2160b42c499d8c92a94bcd9241f1cad4e015ef97 Mon Sep 17 00:00:00 2001 From: th0mcat <37344783+th0mcat@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:44:58 -0600 Subject: [PATCH 2/2] Provide warning and update iCloud links --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e9fda6..a13b2ab 100644 --- a/README.md +++ b/README.md @@ -243,11 +243,14 @@ An alarm can be silenced with the following command: ### iOS Shortcuts -iOS Shortcuts have been created to quickly send reminder requests to a room with the reminder bot on your Matrix server. **These requests are sent unencrypted.** +#### WARNING: These shortcuts will save a Matrix account access token in plain text inside the shortcuts. Proceed with caution. -Normal reminder: https://www.icloud.com/shortcuts/258ed7f7a3bc4a0386f023205265e98c +iOS Shortcuts have been created to quickly send reminder requests to a room with the reminder bot on your Matrix server. **These requests will be unencrypted on the server.** + +Normal reminder: https://www.icloud.com/shortcuts/f151c91bd766461bafe8f46c71f66404 + +Cron reminder: https://www.icloud.com/shortcuts/09e5359c076247dabcc9ae788ae37fc7 -Cron reminder: https://www.icloud.com/shortcuts/6e3a423f62154339a08d93518c21c258 ## Development