Procházet zdrojové kódy

Add license information to files for matrix-bridge-mautrix-bluesky

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4130/head
Suguru Hirahara před 1 rokem
rodič
revize
b488ff5dd5
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
9 změnil soubory, kde provedl 42 přidání a 0 odebrání
  1. +7
    -0
      docs/configuring-playbook-bridge-mautrix-bluesky.md
  2. +5
    -0
      roles/custom/matrix-bridge-mautrix-bluesky/defaults/main.yml
  3. +4
    -0
      roles/custom/matrix-bridge-mautrix-bluesky/tasks/main.yml
  4. +4
    -0
      roles/custom/matrix-bridge-mautrix-bluesky/tasks/setup_install.yml
  5. +4
    -0
      roles/custom/matrix-bridge-mautrix-bluesky/tasks/setup_uninstall.yml
  6. +5
    -0
      roles/custom/matrix-bridge-mautrix-bluesky/tasks/validate_config.yml
  7. +3
    -0
      roles/custom/matrix-bridge-mautrix-bluesky/templates/config.yaml.j2.license
  8. +6
    -0
      roles/custom/matrix-bridge-mautrix-bluesky/templates/labels.j2
  9. +4
    -0
      roles/custom/matrix-bridge-mautrix-bluesky/templates/systemd/matrix-mautrix-bluesky.service.j2.license

+ 7
- 0
docs/configuring-playbook-bridge-mautrix-bluesky.md Zobrazit soubor

@@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2025 MDAD project contributors
SPDX-FileCopyrightText: 2025 Slavi Pantaleev

SPDX-License-Identifier: AGPL-3.0-or-later
-->

# Setting up Mautrix Bluesky bridging (optional) # Setting up Mautrix Bluesky bridging (optional)


<sup>Refer the common guide for configuring mautrix bridges: [Setting up a Generic Mautrix Bridge](configuring-playbook-bridge-mautrix-bridges.md)</sup> <sup>Refer the common guide for configuring mautrix bridges: [Setting up a Generic Mautrix Bridge](configuring-playbook-bridge-mautrix-bridges.md)</sup>


+ 5
- 0
roles/custom/matrix-bridge-mautrix-bluesky/defaults/main.yml Zobrazit soubor

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2025 MDAD project contributors
# SPDX-FileCopyrightText: 2025 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

--- ---
# mautrix-bluesky is a Matrix <-> Bluesky bridge # mautrix-bluesky is a Matrix <-> Bluesky bridge
# Project source code URL: https://github.com/mautrix/bluesky # Project source code URL: https://github.com/mautrix/bluesky


+ 4
- 0
roles/custom/matrix-bridge-mautrix-bluesky/tasks/main.yml Zobrazit soubor

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2025 MDAD project contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later

--- ---


- tags: - tags:


+ 4
- 0
roles/custom/matrix-bridge-mautrix-bluesky/tasks/setup_install.yml Zobrazit soubor

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2025 MDAD project contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later

--- ---


- ansible.builtin.set_fact: - ansible.builtin.set_fact:


+ 4
- 0
roles/custom/matrix-bridge-mautrix-bluesky/tasks/setup_uninstall.yml Zobrazit soubor

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2025 MDAD project contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later

--- ---


- name: Check existence of matrix-mautrix-bluesky service - name: Check existence of matrix-mautrix-bluesky service


+ 5
- 0
roles/custom/matrix-bridge-mautrix-bluesky/tasks/validate_config.yml Zobrazit soubor

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2025 MDAD project contributors
# SPDX-FileCopyrightText: 2025 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

--- ---


- name: Fail if required mautrix-bluesky settings not defined - name: Fail if required mautrix-bluesky settings not defined


+ 3
- 0
roles/custom/matrix-bridge-mautrix-bluesky/templates/config.yaml.j2.license Zobrazit soubor

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2025 MDAD project contributors

SPDX-License-Identifier: AGPL-3.0-or-later

+ 6
- 0
roles/custom/matrix-bridge-mautrix-bluesky/templates/labels.j2 Zobrazit soubor

@@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2025 MDAD project contributors

SPDX-License-Identifier: AGPL-3.0-or-later
#}

{% if matrix_mautrix_bluesky_container_labels_traefik_enabled %} {% if matrix_mautrix_bluesky_container_labels_traefik_enabled %}
traefik.enable=true traefik.enable=true




+ 4
- 0
roles/custom/matrix-bridge-mautrix-bluesky/templates/systemd/matrix-mautrix-bluesky.service.j2.license Zobrazit soubor

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2025 MDAD project contributors
SPDX-FileCopyrightText: 2025 Slavi Pantaleev

SPDX-License-Identifier: AGPL-3.0-or-later

Načítá se…
Zrušit
Uložit