Enable support for custom HTML in riot-web homepage
* Add default template file for homepage HTML * Add default riot-web config options for homepage
This commit is contained in:
@ -11,6 +11,7 @@ ExecStart=/usr/bin/docker run --rm --name matrix-riot-web \
|
||||
--log-driver=none \
|
||||
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
|
||||
-v {{ matrix_riot_web_data_path }}/config.json:/riot-web/webapp/config.json:ro \
|
||||
-v {{ matrix_riot_web_data_path }}/home.html:/riot-web/webapp/home.html:ro \
|
||||
-v {{ matrix_riot_web_data_path }}/riot.im.conf:/data/riot.im.conf:ro \
|
||||
--network={{ matrix_docker_network }} \
|
||||
{% if not matrix_nginx_proxy_enabled %}
|
||||
|
Reference in New Issue
Block a user