schildichat fixes
This commit is contained in:
parent
86655db995
commit
b657117beb
@ -154,7 +154,7 @@ matrix_client_schildichat_welcome_user_id: ~
|
|||||||
matrix_client_schildichat_brand: "schildichat"
|
matrix_client_schildichat_brand: "schildichat"
|
||||||
|
|
||||||
# URL to Logo on welcome page
|
# URL to Logo on welcome page
|
||||||
matrix_client_schildichat_welcome_logo: "themes/schildichat/img/logos/schildichat-logo.svg"
|
matrix_client_schildichat_welcome_logo: "themes/element/img/logos/element-logo.svg"
|
||||||
|
|
||||||
# URL of link on welcome image
|
# URL of link on welcome image
|
||||||
matrix_client_schildichat_welcome_logo_link: "https://schildi.chat"
|
matrix_client_schildichat_welcome_logo_link: "https://schildi.chat"
|
||||||
|
@ -26,15 +26,15 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
--label-file={{ matrix_client_schildichat_data_path }}/labels \
|
--label-file={{ matrix_client_schildichat_data_path }}/labels \
|
||||||
--tmpfs=/tmp:rw,noexec,nosuid,size=10m \
|
--tmpfs=/tmp:rw,noexec,nosuid,size=10m \
|
||||||
--mount type=bind,src={{ matrix_client_schildichat_data_path }}/config.json,dst=/app/config.json,ro \
|
--mount type=bind,src={{ matrix_client_schildichat_data_path }}/config.json,dst=/usr/share/nginx/html/config.json,ro \
|
||||||
--mount type=bind,src={{ matrix_client_schildichat_data_path }}/config.json,dst=/app/config.{{ matrix_server_fqn_schildichat }}.json,ro \
|
--mount type=bind,src={{ matrix_client_schildichat_data_path }}/config.json,dst=/usr/share/nginx/html/config.{{ matrix_server_fqn_schildichat }}.json,ro \
|
||||||
{% if matrix_client_schildichat_location_sharing_enabled %}
|
{% if matrix_client_schildichat_location_sharing_enabled %}
|
||||||
--mount type=bind,src={{ matrix_client_schildichat_data_path }}/map_style.json,dst=/app/map_style.json,ro \
|
--mount type=bind,src={{ matrix_client_schildichat_data_path }}/map_style.json,dst=/usr/share/nginx/html/map_style.json,ro \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if matrix_client_schildichat_embedded_pages_home_path is not none %}
|
{% if matrix_client_schildichat_embedded_pages_home_path is not none %}
|
||||||
--mount type=bind,src={{ matrix_client_schildichat_data_path }}/home.html,dst=/app/home.html,ro \
|
--mount type=bind,src={{ matrix_client_schildichat_data_path }}/home.html,dst=/usr/share/nginx/html/home.html,ro \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
--mount type=bind,src={{ matrix_client_schildichat_data_path }}/welcome.html,dst=/app/welcome.html,ro \
|
--mount type=bind,src={{ matrix_client_schildichat_data_path }}/welcome.html,dst=/usr/share/nginx/html/welcome.html,ro \
|
||||||
{% for arg in matrix_client_schildichat_container_extra_arguments %}
|
{% for arg in matrix_client_schildichat_container_extra_arguments %}
|
||||||
{{ arg }} \
|
{{ arg }} \
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -102,6 +102,7 @@
|
|||||||
- custom/matrix-client-element
|
- custom/matrix-client-element
|
||||||
- custom/matrix-client-hydrogen
|
- custom/matrix-client-hydrogen
|
||||||
- custom/matrix-client-cinny
|
- custom/matrix-client-cinny
|
||||||
|
- custom/matrix-client-schildichat
|
||||||
- galaxy/jitsi
|
- galaxy/jitsi
|
||||||
- custom/matrix-user-verification-service
|
- custom/matrix-user-verification-service
|
||||||
- custom/matrix-ldap-registration-proxy
|
- custom/matrix-ldap-registration-proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user