1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-24 23:01:05 +03:00
Files
authentication-service/docs/SUMMARY.md
Quentin Gliech 293150894b Introduce mas-cli doctor, a simple diagnostic tool
This should help users to diagnose common issues with their setup.
2024-02-08 15:28:43 +01:00

41 lines
1.1 KiB
Markdown

# Summary
# Introduction
- [About this documentation](./README.md)
# Setup
- [Introduction](./setup/README.md)
- [Installation](./setup/installation.md)
- [General configuration](./setup/general.md)
- [Database setup](./setup/database.md)
- [Homeserver configuration](./setup/homeserver.md)
- [Configuring a reverse proxy](./setup/reverse-proxy.md)
- [Configuring .well-known](./setup/well-known.md)
- [Configure an upstream SSO provider](./setup/sso.md)
- [Running the service](./setup/running.md)
- [Migrating an existing homeserver](./setup/migration.md)
# Usage
- [Configuration file reference](./usage/configuration.md)
- [Using the service](./usage/usage.md)
- [Command line tool](./usage/cli/README.md)
- [`config`](./usage/cli/config.md)
- [`database`](./usage/cli/database.md)
- [`manage`](./usage/cli/manage.md)
- [`server`](./usage/cli/server.md)
- [`templates`](./usage/cli/templates.md)
- [`doctor`](./usage/cli/doctor.md)
# Development
- [Contributing](./development/contributing.md)
- [Architecture](./development/architecture.md)
- [Database](./development/database.md)
---
[Application Services login](./as-login.md)