mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-03-07 05:14:11 +01:00
Add license information to files for matrix-bridge-heisenbridge
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
497a0f8a42
commit
d403a7e4ae
@ -1,3 +1,11 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2021 - 2024 Slavi Pantaleev
|
||||||
|
SPDX-FileCopyrightText: 2021 Toni Spets
|
||||||
|
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
# Setting up Heisenbridge bouncer-style IRC bridging (optional)
|
# Setting up Heisenbridge bouncer-style IRC bridging (optional)
|
||||||
|
|
||||||
**Note**: bridging to [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) can also happen via the [matrix-appservice-irc](configuring-playbook-bridge-appservice-irc.md) bridge supported by the playbook.
|
**Note**: bridging to [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) can also happen via the [matrix-appservice-irc](configuring-playbook-bridge-appservice-irc.md) bridge supported by the playbook.
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 - 2022 Toni Spets
|
||||||
|
# SPDX-FileCopyrightText: 2022 - 2023 Nikita Chernyi
|
||||||
|
# SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2022 MDAD project contributors
|
||||||
|
# SPDX-FileCopyrightText: 2022 Marko Weltzer
|
||||||
|
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
|
||||||
|
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
# Heisenbridge is a bouncer-style Matrix IRC bridge
|
# Heisenbridge is a bouncer-style Matrix IRC bridge
|
||||||
# Project source code URL: https://github.com/hifi/heisenbridge
|
# Project source code URL: https://github.com/hifi/heisenbridge
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Toni Spets
|
||||||
|
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2022 Marko Weltzer
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- tags:
|
- tags:
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Toni Spets
|
||||||
|
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2022 Jim Myhrberg
|
||||||
|
# SPDX-FileCopyrightText: 2022 Marko Weltzer
|
||||||
|
# SPDX-FileCopyrightText: 2022 Nikita Chernyi
|
||||||
|
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
|
||||||
|
# SPDX-FileCopyrightText: 2024 David Mehren
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Ensure Heisenbridge image is pulled
|
- name: Ensure Heisenbridge image is pulled
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 - 2022 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2021 Michael Sasser
|
||||||
|
# SPDX-FileCopyrightText: 2021 Toni Spets
|
||||||
|
# SPDX-FileCopyrightText: 2022 Marko Weltzer
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Check existence of matrix-heisenbridge service
|
- name: Check existence of matrix-heisenbridge service
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Fail if required Heisenbridge settings not defined
|
- name: Fail if required Heisenbridge settings not defined
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
{#
|
||||||
|
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
#}
|
||||||
|
|
||||||
{% if matrix_heisenbridge_container_labels_traefik_enabled %}
|
{% if matrix_heisenbridge_container_labels_traefik_enabled %}
|
||||||
traefik.enable=true
|
traefik.enable=true
|
||||||
|
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
SPDX-FileCopyrightText: 2021 Toni Spets
|
||||||
|
SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Loading…
x
Reference in New Issue
Block a user