You've already forked authentication-service
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:
@ -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.
|
||||
|
Reference in New Issue
Block a user