Ver a proveniência
Setting up REUSE: add copyright statements to files on the root directory
flack.lock, flake.nix, and requirements.yml are taken care of with REUSE.toml
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3859/head
Suguru Hirahara
há 1 ano
ascendente
cometimento
1e2c1ede05
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: E4F9743DAB4B7B75
14 ficheiros alterados com
62 adições e
0 eliminações
.editorconfig
.envrc
.gitattributes
.gitignore
.yamllint
CHANGELOG.md
Makefile
README.md
REUSE.toml
YEAR-IN-REVIEW.md
ansible.cfg
jitsi_jvb.yml
justfile
setup.yml
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# This file is the top-most EditorConfig file
root = true
@@ -1 +1,5 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
use flake
@@ -1 +1,5 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
* text=auto eol=lf
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
/inventory
/roles/**/files/scratchpad
.DS_Store
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
extends: default
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
# 2024-11-26
## (Backward Compatibility Break) Synapse now defaults to enabling authenticated media
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
.PHONY: roles lint
help: ## Show this help.
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
[](https://matrix.to/#/#matrix-docker-ansible-deploy:devture.com) [](https://liberapay.com/s.pantaleev/donate)
# Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
version = 1
# Computer-generated files
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2024 MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
# 2023
2023 was a year filled with many changes for matrix-docker-ansible-deploy. In this post, we're looking backward at some of the major changes that happened this year, as well as taking a glimpse of what's ahead in 2024.
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
[defaults]
retry_files_enabled = False
stdout_callback = yaml
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: "Set up additional Jitsi JVB servers"
hosts: "jitsi_jvb_servers"
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# Shows help
default:
@just --list --justfile {{ justfile() }}
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: "Set up a Matrix server"
hosts: "{{ target if target is defined else 'matrix_servers' }}"