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:
anadahz
2018-12-11 13:48:54 +00:00
parent cb874da1f7
commit 57bfb970a9
4 changed files with 325 additions and 4 deletions

View File

@ -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 %}