Преглед изворни кода

Merge branch 'master' into element-call-integration

element-call-integration
Slavi Pantaleev пре 11 месеци
родитељ
комит
32f8c6de6e
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      docs/configuring-playbook-ntfy.md
  2. +1
    -1
      roles/custom/matrix-bridge-postmoogle/defaults/main.yml

+ 1
- 1
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) # 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. 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.




+ 1
- 1
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" matrix_postmoogle_docker_src_files_path: "{{ matrix_base_data_path }}/postmoogle/docker-src"


# renovate: datasource=docker depName=ghcr.io/etkecc/postmoogle # 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: "{{ 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: "{{ '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 }}" matrix_postmoogle_docker_image_registry_prefix_upstream: "{{ matrix_postmoogle_docker_image_registry_prefix_upstream_default }}"


Loading…
Откажи
Сачувај