Matrix-Stack: add synapse admin webui
This commit is contained in:
parent
5d509dd426
commit
6ccc8372ee
2 changed files with 14 additions and 0 deletions
|
@ -12,3 +12,7 @@ Homeserver:
|
||||||
Clients:
|
Clients:
|
||||||
|
|
||||||
* Element Web - Good all round web client
|
* Element Web - Good all round web client
|
||||||
|
|
||||||
|
Admin Tools:
|
||||||
|
|
||||||
|
* Synapse Admin - Web UI management and moderation tools
|
||||||
|
|
|
@ -41,3 +41,13 @@ services:
|
||||||
- synapse
|
- synapse
|
||||||
volumes:
|
volumes:
|
||||||
- clients/config/element/element-config.json:/app/config.json
|
- clients/config/element/element-config.json:/app/config.json
|
||||||
|
|
||||||
|
# Admin
|
||||||
|
synapse-admin:
|
||||||
|
image: awesometechnologies/synapse-admin:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
hostname: synapse-admin
|
||||||
|
ports:
|
||||||
|
- 8011:8011
|
||||||
|
depends_on:
|
||||||
|
- synapse
|
||||||
|
|
Loading…
Reference in a new issue