From 1e8d9a0c24828eeda17d4e3ed26d5343da3cbb84 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 12 Mar 2025 14:57:56 +0900 Subject: [PATCH 1/2] Update docs/configuring-playbook-ntfy.md: add pronunciation Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-ntfy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-ntfy.md b/docs/configuring-playbook-ntfy.md index 8d5a63997..2f5961e4a 100644 --- a/docs/configuring-playbook-ntfy.md +++ b/docs/configuring-playbook-ntfy.md @@ -11,7 +11,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later # Setting up the ntfy push notifications server (optional) -The playbook can install and configure the [ntfy](https://ntfy.sh/) push notifications server for you. +The playbook can install and configure the [ntfy](https://ntfy.sh/) (pronounced "notify") push notifications server for you. ntfy lets you send push notifications to your phone or desktop via scripts from any computer, using simple HTTP PUT or POST requests. It makes it possible to send/receive notifications, without relying on servers owned and controlled by third parties. From 79cc333be2e7ff69d660cce018358f9e1281ceca Mon Sep 17 00:00:00 2001 From: Aine Date: Wed, 12 Mar 2025 12:38:37 +0200 Subject: [PATCH 2/2] Postmoogle v0.9.26 (crypto init fix) --- roles/custom/matrix-bridge-postmoogle/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bridge-postmoogle/defaults/main.yml b/roles/custom/matrix-bridge-postmoogle/defaults/main.yml index 40013eb8d..595cfb1da 100644 --- a/roles/custom/matrix-bridge-postmoogle/defaults/main.yml +++ b/roles/custom/matrix-bridge-postmoogle/defaults/main.yml @@ -18,7 +18,7 @@ matrix_postmoogle_docker_repo_version: "{{ 'main' if matrix_postmoogle_version = matrix_postmoogle_docker_src_files_path: "{{ matrix_base_data_path }}/postmoogle/docker-src" # renovate: datasource=docker depName=ghcr.io/etkecc/postmoogle -matrix_postmoogle_version: v0.9.25 +matrix_postmoogle_version: v0.9.26 matrix_postmoogle_docker_image: "{{ matrix_postmoogle_docker_image_registry_prefix }}etkecc/postmoogle:{{ matrix_postmoogle_version }}" matrix_postmoogle_docker_image_registry_prefix: "{{ 'localhost/' if matrix_postmoogle_container_image_self_build else matrix_postmoogle_docker_image_registry_prefix_upstream }}" matrix_postmoogle_docker_image_registry_prefix_upstream: "{{ matrix_postmoogle_docker_image_registry_prefix_upstream_default }}"