使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
overmind
/
matrix-docker-ansible-deploy
镜像自地址
https://github.com/spantaleev/matrix-docker-ansible-deploy
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
Add license information to files for matrix-bridge-mautrix-bluesky
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4130/head
Suguru Hirahara
1年前
父节点
dbfcb2d2c1
当前提交
b488ff5dd5
找不到此签名对应的密钥
GPG 密钥 ID:
E4F9743DAB4B7B75
共有
9 个文件被更改
,包括
42 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+7
-0
docs/configuring-playbook-bridge-mautrix-bluesky.md
+5
-0
roles/custom/matrix-bridge-mautrix-bluesky/defaults/main.yml
+4
-0
roles/custom/matrix-bridge-mautrix-bluesky/tasks/main.yml
+4
-0
roles/custom/matrix-bridge-mautrix-bluesky/tasks/setup_install.yml
+4
-0
roles/custom/matrix-bridge-mautrix-bluesky/tasks/setup_uninstall.yml
+5
-0
roles/custom/matrix-bridge-mautrix-bluesky/tasks/validate_config.yml
+3
-0
roles/custom/matrix-bridge-mautrix-bluesky/templates/config.yaml.j2.license
+6
-0
roles/custom/matrix-bridge-mautrix-bluesky/templates/labels.j2
+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
查看文件
@@ -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)
<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
查看文件
@@ -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
# Project source code URL: https://github.com/mautrix/bluesky
+ 4
- 0
roles/custom/matrix-bridge-mautrix-bluesky/tasks/main.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2025 MDAD project contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- tags:
+ 4
- 0
roles/custom/matrix-bridge-mautrix-bluesky/tasks/setup_install.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2025 MDAD project contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- ansible.builtin.set_fact:
+ 4
- 0
roles/custom/matrix-bridge-mautrix-bluesky/tasks/setup_uninstall.yml
查看文件
@@ -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
+ 5
- 0
roles/custom/matrix-bridge-mautrix-bluesky/tasks/validate_config.yml
查看文件
@@ -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
+ 3
- 0
roles/custom/matrix-bridge-mautrix-bluesky/templates/config.yaml.j2.license
查看文件
@@ -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
查看文件
@@ -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 %}
traefik.enable=true
+ 4
- 0
roles/custom/matrix-bridge-mautrix-bluesky/templates/systemd/matrix-mautrix-bluesky.service.j2.license
查看文件
@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2025 MDAD project contributors
SPDX-FileCopyrightText: 2025 Slavi Pantaleev
SPDX-License-Identifier: AGPL-3.0-or-later
撰写
预览
正在加载...
取消
保存