소스 검색

Add license information to matrix-bot-maubot

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4122/head
Suguru Hirahara 1 년 전
부모
커밋
aac44ad920
No known key found for this signature in database GPG 키 ID: E4F9743DAB4B7B75
10개의 변경된 파일71개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      docs/configuring-playbook-bot-maubot.md
  2. +10
    -0
      roles/custom/matrix-bot-maubot/defaults/main.yml
  3. +6
    -0
      roles/custom/matrix-bot-maubot/tasks/main.yml
  4. +9
    -0
      roles/custom/matrix-bot-maubot/tasks/setup_install.yml
  5. +6
    -0
      roles/custom/matrix-bot-maubot/tasks/setup_uninstall.yml
  6. +6
    -0
      roles/custom/matrix-bot-maubot/tasks/validate_config.yml
  7. +9
    -0
      roles/custom/matrix-bot-maubot/templates/config.yaml.j2
  8. +3
    -0
      roles/custom/matrix-bot-maubot/templates/customizations/Dockerfile.j2.license
  9. +6
    -0
      roles/custom/matrix-bot-maubot/templates/labels.j2
  10. +5
    -0
      roles/custom/matrix-bot-maubot/templates/systemd/matrix-bot-maubot.service.j2.license

+ 11
- 0
docs/configuring-playbook-bot-maubot.md 파일 보기

@@ -1,3 +1,14 @@
<!--
SPDX-FileCopyrightText: 2022 - 2024 MDAD project contributors
SPDX-FileCopyrightText: 2022 Dennis Ciba
SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
SPDX-FileCopyrightText: 2024 Fabio Bonelli
SPDX-FileCopyrightText: 2024 Slavi Pantaleev

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

# Setting up maubot (optional)

The playbook can install and configure [maubot](https://github.com/maubot/maubot) for you.


+ 10
- 0
roles/custom/matrix-bot-maubot/defaults/main.yml 파일 보기

@@ -1,3 +1,13 @@
# SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
# SPDX-FileCopyrightText: 2022 Stuart Mumford
# SPDX-FileCopyrightText: 2023 Nikita Chernyi
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
# SPDX-FileCopyrightText: 2023 Shreyas Ajjarapu
# SPDX-FileCopyrightText: 2024 Fabio Bonelli
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

# maubot is a plugin-based Matrix bot system.


+ 6
- 0
roles/custom/matrix-bot-maubot/tasks/main.yml 파일 보기

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
# SPDX-FileCopyrightText: 2022 Marko Weltzer
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 9
- 0
roles/custom/matrix-bot-maubot/tasks/setup_install.yml 파일 보기

@@ -1,3 +1,12 @@
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
# SPDX-FileCopyrightText: 2022 Stuart Mumford
# SPDX-FileCopyrightText: 2024 David Mehren
# SPDX-FileCopyrightText: 2025 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Ensure maubot paths exist


+ 6
- 0
roles/custom/matrix-bot-maubot/tasks/setup_uninstall.yml 파일 보기

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Check existence of matrix-maubot service


+ 6
- 0
roles/custom/matrix-bot-maubot/tasks/validate_config.yml 파일 보기

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
# SPDX-FileCopyrightText: 2022 MDAD project contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: (Deprecation) Catch and report renamed maubot variables


+ 9
- 0
roles/custom/matrix-bot-maubot/templates/config.yaml.j2 파일 보기

@@ -1,3 +1,12 @@
{#
SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
SPDX-FileCopyrightText: 2022 Stuart Mumford
SPDX-FileCopyrightText: 2025 Suguru Hirahara

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

# The full URI to the database. SQLite and Postgres are fully supported.
# Other DBMSes supported by SQLAlchemy may or may not work.
# Format examples:


+ 3
- 0
roles/custom/matrix-bot-maubot/templates/customizations/Dockerfile.j2.license 파일 보기

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Slavi Pantaleev

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

+ 6
- 0
roles/custom/matrix-bot-maubot/templates/labels.j2 파일 보기

@@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2024 Slavi Pantaleev

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

{% if matrix_bot_maubot_container_labels_traefik_enabled %}
traefik.enable=true



+ 5
- 0
roles/custom/matrix-bot-maubot/templates/systemd/matrix-bot-maubot.service.j2.license 파일 보기

@@ -0,0 +1,5 @@
SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
SPDX-FileCopyrightText: 2022 Stuart Mumford

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

불러오는 중...
취소
저장