Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>pull/4137/head
| @@ -1,3 +1,7 @@ | |||||
| # SPDX-FileCopyrightText: 2022 Slavi Pantaleev | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| .PHONY: roles lint | .PHONY: roles lint | ||||
| help: ## Show this help. | help: ## Show this help. | ||||
| @@ -1,3 +1,10 @@ | |||||
| <!-- | |||||
| SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev | |||||
| SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --> | |||||
| # 2023 | # 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. | 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,10 @@ | |||||
| # SPDX-FileCopyrightText: 2022 Warren Bailey | |||||
| # SPDX-FileCopyrightText: 2023 Antonis Christofides | |||||
| # SPDX-FileCopyrightText: 2023 Slavi Pantaleev | |||||
| # SPDX-FileCopyrightText: 2025 Suguru Hirahara | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - name: "Set up additional Jitsi Videobridge (JVB) servers" | - name: "Set up additional Jitsi Videobridge (JVB) servers" | ||||
| hosts: "jitsi_jvb_servers" | hosts: "jitsi_jvb_servers" | ||||
| @@ -1,3 +1,9 @@ | |||||
| # SPDX-FileCopyrightText: 2023 - 2024 Nikita Chernyi | |||||
| # SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev | |||||
| # SPDX-FileCopyrightText: 2024 Suguru Hirahara | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| # Shows help | # Shows help | ||||
| default: | default: | ||||
| @{{ just_executable() }} --list --justfile {{ justfile() }} | @{{ just_executable() }} --list --justfile {{ justfile() }} | ||||