使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
overmind
/
matrix-docker-ansible-deploy
镜像自地址
https://github.com/spantaleev/matrix-docker-ansible-deploy
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
Setting up REUSE: change copyright year to the initial publication - 2022
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3859/head
Suguru Hirahara
1年前
父节点
b1af044278
当前提交
25dfbdf1d7
找不到此签名对应的密钥
GPG 密钥 ID:
E4F9743DAB4B7B75
共有
100 个文件被更改
,包括
100 次插入
和
100 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
.config/ansible-lint.yml
+1
-1
.github/dependabot.yaml
+1
-1
.github/workflows/matrix.yml
+1
-1
.yamllint
+1
-1
Makefile
+1
-1
docs/configuring-playbook-backup-borg.md
+1
-1
docs/configuring-playbook-bot-buscarron.md
+1
-1
docs/configuring-playbook-bot-honoroit.md
+1
-1
docs/configuring-playbook-bot-matrix-registration-bot.md
+1
-1
docs/configuring-playbook-bot-maubot.md
+1
-1
docs/configuring-playbook-bridge-appservice-kakaotalk.md
+1
-1
docs/configuring-playbook-bridge-go-skype-bridge.md
+1
-1
docs/configuring-playbook-bridge-hookshot.md
+1
-1
docs/configuring-playbook-bridge-mautrix-discord.md
+1
-1
docs/configuring-playbook-cactus-comments.md
+1
-1
docs/configuring-playbook-client-cinny.md
+1
-1
docs/configuring-playbook-conduit.md
+1
-1
docs/configuring-playbook-dendrite.md
+1
-1
docs/configuring-playbook-matrix-ldap-registration-proxy.md
+1
-1
docs/configuring-playbook-mautrix-bridges.md
+1
-1
docs/configuring-playbook-ntfy.md
+1
-1
docs/configuring-playbook-prometheus-nginxlog.md
+1
-1
docs/configuring-playbook-s3-goofys.md
+1
-1
docs/configuring-playbook-synapse-s3-storage-provider.md
+1
-1
docs/obtaining-access-tokens.md
+1
-1
examples/host.yml
+1
-1
roles/custom/matrix-base/defaults/main.yml
+1
-1
roles/custom/matrix-base/tasks/ensure_fuse_installed.yml
+1
-1
roles/custom/matrix-base/tasks/ensure_fuse_installed_archlinux.yml
+1
-1
roles/custom/matrix-base/tasks/ensure_fuse_installed_debian.yml
+1
-1
roles/custom/matrix-base/tasks/ensure_fuse_installed_redhat.yml
+1
-1
roles/custom/matrix-base/tasks/ensure_openssl_installed.yml
+1
-1
roles/custom/matrix-base/tasks/main.yml
+1
-1
roles/custom/matrix-base/tasks/setup_matrix_base.yml
+1
-1
roles/custom/matrix-base/tasks/setup_matrix_user.yml
+1
-1
roles/custom/matrix-base/tasks/validate_config.yml
+1
-1
roles/custom/matrix-base/templates/bin/remove-all.j2
+1
-1
roles/custom/matrix-bot-buscarron/defaults/main.yml
+1
-1
roles/custom/matrix-bot-buscarron/tasks/main.yml
+1
-1
roles/custom/matrix-bot-buscarron/tasks/setup_install.yml
+1
-1
roles/custom/matrix-bot-buscarron/tasks/setup_uninstall.yml
+1
-1
roles/custom/matrix-bot-buscarron/tasks/validate_config.yml
+1
-1
roles/custom/matrix-bot-buscarron/templates/env.j2
+1
-1
roles/custom/matrix-bot-buscarron/templates/systemd/matrix-bot-buscarron.service.j2
+1
-1
roles/custom/matrix-bot-go-neb/defaults/main.yml
+1
-1
roles/custom/matrix-bot-go-neb/tasks/main.yml
+1
-1
roles/custom/matrix-bot-go-neb/tasks/validate_config.yml
+1
-1
roles/custom/matrix-bot-go-neb/templates/config.yaml.j2
+1
-1
roles/custom/matrix-bot-go-neb/templates/systemd/matrix-bot-go-neb.service.j2
+1
-1
roles/custom/matrix-bot-honoroit/defaults/main.yml
+1
-1
roles/custom/matrix-bot-honoroit/tasks/main.yml
+1
-1
roles/custom/matrix-bot-honoroit/tasks/setup_install.yml
+1
-1
roles/custom/matrix-bot-honoroit/tasks/setup_uninstall.yml
+1
-1
roles/custom/matrix-bot-honoroit/tasks/validate_config.yml
+1
-1
roles/custom/matrix-bot-honoroit/templates/env.j2
+1
-1
roles/custom/matrix-bot-honoroit/templates/systemd/matrix-bot-honoroit.service.j2
+1
-1
roles/custom/matrix-bot-matrix-registration-bot/defaults/main.yml
+1
-1
roles/custom/matrix-bot-matrix-registration-bot/tasks/main.yml
+1
-1
roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_install.yml
+1
-1
roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_uninstall.yml
+1
-1
roles/custom/matrix-bot-matrix-registration-bot/tasks/validate_config.yml
+1
-1
roles/custom/matrix-bot-matrix-registration-bot/templates/config/config.yml.j2
+1
-1
roles/custom/matrix-bot-matrix-registration-bot/templates/systemd/matrix-bot-matrix-registration-bot.service.j2
+1
-1
roles/custom/matrix-bot-matrix-reminder-bot/defaults/main.yml
+1
-1
roles/custom/matrix-bot-matrix-reminder-bot/tasks/main.yml
+1
-1
roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_install.yml
+1
-1
roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_uninstall.yml
+1
-1
roles/custom/matrix-bot-matrix-reminder-bot/tasks/validate_config.yml
+1
-1
roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2
+1
-1
roles/custom/matrix-bot-matrix-reminder-bot/templates/systemd/matrix-bot-matrix-reminder-bot.service.j2
+1
-1
roles/custom/matrix-bot-maubot/defaults/main.yml
+1
-1
roles/custom/matrix-bot-maubot/tasks/main.yml
+1
-1
roles/custom/matrix-bot-maubot/tasks/setup_install.yml
+1
-1
roles/custom/matrix-bot-maubot/tasks/setup_uninstall.yml
+1
-1
roles/custom/matrix-bot-maubot/tasks/validate_config.yml
+1
-1
roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2
+1
-1
roles/custom/matrix-bot-maubot/templates/systemd/matrix-bot-maubot.service.j2
+1
-1
roles/custom/matrix-bot-mjolnir/defaults/main.yml
+1
-1
roles/custom/matrix-bot-mjolnir/tasks/main.yml
+1
-1
roles/custom/matrix-bot-mjolnir/tasks/setup_install.yml
+1
-1
roles/custom/matrix-bot-mjolnir/tasks/setup_uninstall.yml
+1
-1
roles/custom/matrix-bot-mjolnir/tasks/validate_config.yml
+1
-1
roles/custom/matrix-bot-mjolnir/templates/production.yaml.j2
+1
-1
roles/custom/matrix-bot-mjolnir/templates/systemd/matrix-bot-mjolnir.service.j2
+1
-1
roles/custom/matrix-bridge-appservice-discord/defaults/main.yml
+1
-1
roles/custom/matrix-bridge-appservice-discord/tasks/main.yml
+1
-1
roles/custom/matrix-bridge-appservice-discord/tasks/setup_install.yml
+1
-1
roles/custom/matrix-bridge-appservice-discord/tasks/setup_uninstall.yml
+1
-1
roles/custom/matrix-bridge-appservice-discord/tasks/validate_config.yml
+1
-1
roles/custom/matrix-bridge-appservice-discord/templates/config.yaml.j2
+1
-1
roles/custom/matrix-bridge-appservice-discord/templates/systemd/matrix-appservice-discord.service.j2
+1
-1
roles/custom/matrix-bridge-appservice-irc/defaults/main.yml
+1
-1
roles/custom/matrix-bridge-appservice-irc/tasks/main.yml
+1
-1
roles/custom/matrix-bridge-appservice-irc/tasks/migrate_nedb_to_postgres.yml
+1
-1
roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml
+1
-1
roles/custom/matrix-bridge-appservice-irc/tasks/setup_uninstall.yml
+1
-1
roles/custom/matrix-bridge-appservice-irc/tasks/validate_config.yml
+1
-1
roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2
+1
-1
roles/custom/matrix-bridge-appservice-irc/templates/systemd/matrix-appservice-irc.service.j2
+1
-1
roles/custom/matrix-bridge-appservice-kakaotalk/defaults/main.yml
+ 1
- 1
.config/ansible-lint.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
.github/dependabot.yaml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
.github/workflows/matrix.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
.yamllint
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
Makefile
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
docs/configuring-playbook-backup-borg.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-bot-buscarron.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-bot-honoroit.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-bot-matrix-registration-bot.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-bot-maubot.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-bridge-appservice-kakaotalk.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-bridge-go-skype-bridge.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-bridge-hookshot.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-bridge-mautrix-discord.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-cactus-comments.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-client-cinny.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-conduit.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-dendrite.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-matrix-ldap-registration-proxy.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-mautrix-bridges.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-ntfy.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-prometheus-nginxlog.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-s3-goofys.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/configuring-playbook-synapse-s3-storage-provider.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
docs/obtaining-access-tokens.md
查看文件
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
+ 1
- 1
examples/host.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-base/defaults/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-base/tasks/ensure_fuse_installed.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-base/tasks/ensure_fuse_installed_archlinux.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-base/tasks/ensure_fuse_installed_debian.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-base/tasks/ensure_fuse_installed_redhat.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-base/tasks/ensure_openssl_installed.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-base/tasks/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-base/tasks/setup_matrix_base.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-base/tasks/setup_matrix_user.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-base/tasks/validate_config.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-base/templates/bin/remove-all.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bot-buscarron/defaults/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-buscarron/tasks/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-buscarron/tasks/setup_install.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-buscarron/tasks/setup_uninstall.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-buscarron/tasks/validate_config.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-buscarron/templates/env.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bot-buscarron/templates/systemd/matrix-bot-buscarron.service.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bot-go-neb/defaults/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-go-neb/tasks/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-go-neb/tasks/validate_config.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-go-neb/templates/config.yaml.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bot-go-neb/templates/systemd/matrix-bot-go-neb.service.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bot-honoroit/defaults/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-honoroit/tasks/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-honoroit/tasks/setup_install.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-honoroit/tasks/setup_uninstall.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-honoroit/tasks/validate_config.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-honoroit/templates/env.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bot-honoroit/templates/systemd/matrix-bot-honoroit.service.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/defaults/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/tasks/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_install.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_uninstall.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/tasks/validate_config.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/templates/config/config.yml.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/templates/systemd/matrix-bot-matrix-registration-bot.service.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/defaults/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/tasks/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_install.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_uninstall.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/tasks/validate_config.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/templates/systemd/matrix-bot-matrix-reminder-bot.service.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bot-maubot/defaults/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-maubot/tasks/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-maubot/tasks/setup_install.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-maubot/tasks/setup_uninstall.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-maubot/tasks/validate_config.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bot-maubot/templates/systemd/matrix-bot-maubot.service.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bot-mjolnir/defaults/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-mjolnir/tasks/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-mjolnir/tasks/setup_install.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-mjolnir/tasks/setup_uninstall.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-mjolnir/tasks/validate_config.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bot-mjolnir/templates/production.yaml.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bot-mjolnir/templates/systemd/matrix-bot-mjolnir.service.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/defaults/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/tasks/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/tasks/setup_install.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/tasks/setup_uninstall.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/tasks/validate_config.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/templates/config.yaml.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/templates/systemd/matrix-appservice-discord.service.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/defaults/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/tasks/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/tasks/migrate_nedb_to_postgres.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/tasks/setup_install.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/tasks/setup_uninstall.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/tasks/validate_config.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/templates/systemd/matrix-appservice-irc.service.j2
查看文件
@@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
+ 1
- 1
roles/custom/matrix-bridge-appservice-kakaotalk/defaults/main.yml
查看文件
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 202
4
MDAD Team and contributors
# SPDX-FileCopyrightText: 202
2
MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
部分文件因为文件数量过多而无法显示
撰写
预览
正在加载...
取消
保存