Matrix-Stack: add synapse admin webui

This commit is contained in:
Aroy-Art 2024-12-26 15:08:10 +01:00
parent 5d509dd426
commit 6ccc8372ee
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 14 additions and 0 deletions

View file

@ -12,3 +12,7 @@ Homeserver:
Clients:
* Element Web - Good all round web client
Admin Tools:
* Synapse Admin - Web UI management and moderation tools

View file

@ -41,3 +41,13 @@ services:
- synapse
volumes:
- 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