mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-03-08 22:04:12 +01:00
Add license information to files for matrix-ldap-registration-proxy
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
9ba0f51a8f
commit
e2d1879410
@ -1,3 +1,11 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
|
||||||
|
SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
|
||||||
|
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
# Setting up matrix-ldap-registration-proxy (optional)
|
# Setting up matrix-ldap-registration-proxy (optional)
|
||||||
|
|
||||||
The playbook can install and configure [matrix-ldap-registration-proxy](https://gitlab.com/activism.international/matrix_ldap_registration_proxy) for you.
|
The playbook can install and configure [matrix-ldap-registration-proxy](https://gitlab.com/activism.international/matrix_ldap_registration_proxy) for you.
|
||||||
|
@ -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
|
||||||
|
|
||||||
---
|
---
|
||||||
# matrix_ldap_registration_proxy - Want to build a large-scale Matrix server using external registration on LDAP?
|
# matrix_ldap_registration_proxy - Want to build a large-scale Matrix server using external registration on LDAP?
|
||||||
# Project source code URL: https://gitlab.com/activism.international/matrix_ldap_registration_proxy
|
# Project source code URL: https://gitlab.com/activism.international/matrix_ldap_registration_proxy
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
|
||||||
|
# SPDX-FileCopyrightText: 2022 MDAD project contributors
|
||||||
|
# SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- tags:
|
- tags:
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
|
||||||
|
# SPDX-FileCopyrightText: 2022 MDAD project contributors
|
||||||
|
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
|
||||||
|
# SPDX-FileCopyrightText: 2024 David Mehren
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Ensure matrix_ldap_registration_proxy paths exist
|
- name: Ensure matrix_ldap_registration_proxy paths exist
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 - 2023 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2022 MDAD project contributors
|
||||||
|
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Check existence of matrix-matrix_ldap_registration_proxy service
|
- name: Check existence of matrix-matrix_ldap_registration_proxy service
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
|
||||||
|
# SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
|
||||||
|
# SPDX-FileCopyrightText: 2022 MDAD project contributors
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Fail if required matrix-ldap-registration-proxy settings not defined
|
- name: Fail if required matrix-ldap-registration-proxy settings not defined
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
{#
|
||||||
|
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
#}
|
||||||
|
|
||||||
{% if matrix_ldap_registration_proxy_container_labels_traefik_enabled %}
|
{% if matrix_ldap_registration_proxy_container_labels_traefik_enabled %}
|
||||||
traefik.enable=true
|
traefik.enable=true
|
||||||
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
{#
|
||||||
|
SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
|
||||||
|
SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
|
||||||
|
SPDX-FileCopyrightText: 2022 MDAD project contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
#}
|
||||||
|
|
||||||
# please specify the configuration here
|
# please specify the configuration here
|
||||||
#
|
#
|
||||||
# these settings are mandatory
|
# these settings are mandatory
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
|
||||||
|
SPDX-FileCopyrightText: 2022 Julian-Samuel Gebühr
|
||||||
|
SPDX-FileCopyrightText: 2022 MDAD project contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Loading…
x
Reference in New Issue
Block a user