migrate FluffyChat to SWS; add config mounting with correct server by default (#4922)

This commit is contained in:
Aine
2026-02-13 10:50:56 +00:00
committed by GitHub
parent 2d3d1f83d2
commit 3e73005eb3
7 changed files with 23 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
{
"defaultHomeserver": {{ matrix_client_fluffychat_config_defaultHomeserver | to_json }}
}

View File

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2026 Nikita Chernyi
SPDX-License-Identifier: AGPL-3.0-or-later

View File

@@ -24,7 +24,8 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
{% if matrix_client_fluffychat_container_http_host_bind_port %}
-p {{ matrix_client_fluffychat_container_http_host_bind_port }}:{{ matrix_client_fluffychat_container_http_port }} \
{% endif %}
--label-file={{ matrix_client_fluffychat_data_path }}/labels \
--label-file={{ matrix_client_fluffychat_base_path }}/labels \
--mount type=bind,src={{ matrix_client_fluffychat_config_path }}/config.json,dst=/var/public/config.json,ro \
--tmpfs=/tmp:rw,noexec,nosuid,size=10m \
{% for arg in matrix_client_fluffychat_container_extra_arguments %}
{{ arg }} \