1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Introduce mas-cli doctor, a simple diagnostic tool

This should help users to diagnose common issues with their setup.
This commit is contained in:
Quentin Gliech
2024-02-08 14:52:50 +01:00
parent ea223a2c4e
commit 293150894b
8 changed files with 466 additions and 18 deletions

View File

@ -48,4 +48,10 @@ Once the configuration is done, the service can be started with the [`mas-cli se
mas-cli server
```
It is advised to run the service as a non-root user, using a tool like [`systemd`](https://www.freedesktop.org/wiki/Software/systemd/) to manage the service lifecycle.
It is advised to run the service as a non-root user, using a tool like [`systemd`](https://www.freedesktop.org/wiki/Software/systemd/) to manage the service lifecycle.
## Troubleshoot common issues
Once the service is running, it is possible to check its configuration using the [`mas-cli doctor`](../usage/cli/doctor.md) command.
This should help diagnose common issues with the service configuration and deployment.