Integrate MAS with Synapse

This commit is contained in:
Your Name
2025-12-01 08:14:13 -06:00
parent df07d51d8b
commit a3d39d901b
404 changed files with 22542 additions and 2 deletions

9
mas/README.md Normal file
View File

@@ -0,0 +1,9 @@
# MAS assets
This directory is reserved for the Matrix Authentication Service release that will ship with this package.
- `mas-cli` is the upstream binary that currently provides the CLI and `server` subcommand used by `start.sh`.
- `share/` will contain the frontend assets, manifest, policy wasm, translations, and templates that MAS expects.
- `mas-config.template.yaml` is the Cloudron-aware configuration template that `start.sh` expands into `/app/data/configs/mas.yaml` at runtime.
During build time we will download the official `matrix-authentication-service` release (Docker or the prebuilt tarball) into this directory so that the package can start the MAS server as soon as the app boots.