-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy path.mkdocs.yaml
More file actions
63 lines (63 loc) · 2.87 KB
/
.mkdocs.yaml
File metadata and controls
63 lines (63 loc) · 2.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
site_name: docker-mailserver
site_description: A Dockerized mail server with a web interface for managing your email infrastructure.
site_url: https://jeboehm.github.io/docker-mailserver/
repo_name: jeboehm/docker-mailserver
repo_url: https://github.com/jeboehm/docker-mailserver
edit_uri: blob/main/docs/
remote_branch: gh-pages
theme: readthedocs
markdown_extensions:
- admonition
- pymdownx.fancylists
- pymdownx.superfences
exclude_docs: |
example-configs/**
requirements.txt
nav:
- Welcome: README.md
- Tutorial:
- Getting Started: tutorials/getting-started.md
- How-to guides:
- Install with Docker: how-to/install-docker.md
- Install on Kubernetes: how-to/install-kubernetes.md
- Upgrade: how-to/upgrade.md
- Configure DNS: how-to/configure-dns.md
- Configure DKIM: how-to/configure-dkim.md
- Validate DNS (wizard): how-to/validate-dns.md
- Configure relay host: how-to/configure-relayhost.md
- Configure reverse proxy: how-to/configure-reverse-proxy.md
- Configure TLS certificates: how-to/configure-tls.md
- Configure OAuth2: how-to/configure-oauth2.md
- Configure external MySQL: how-to/configure-external-mysql.md
- Configure Roundcube plugins: how-to/configure-roundcube-plugins.md
- Configure PHP sessions: how-to/configure-php-sessions.md
- Manage domains: how-to/manage-domains.md
- Manage users: how-to/manage-users.md
- Manage aliases: how-to/manage-aliases.md
- Manage fetchmail: how-to/manage-fetchmail.md
- iOS / macOS profile: how-to/ios-macos-profile.md
- Reference:
- Environment variables: reference/environment-variables.md
- Ports: reference/ports.md
- DNS records: reference/dns-records.md
- Service architecture: reference/service-architecture.md
- User roles: reference/user-roles.md
- mailserver-admin config: reference/mailserver-admin-config.md
- Local address extension: reference/local-address-extension.md
- Upgrade changelog: reference/upgrade-changelog.md
- Administration (web UI):
- Login: administration/login.md
- Dashboard: administration/dashboard.md
- Explanation:
- Service architecture: explanation/architecture.md
- DNS and email delivery: explanation/dns-and-email.md
- Observability: explanation/observability.md
- Recipes:
- Docker:
- Traefik Reverse Proxy: https://github.com/jeboehm/docker-mailserver/tree/main/docs/example-configs/compose/traefik-reverse-proxy
- Kubernetes:
- External Database and HTTPS Ingress: https://github.com/jeboehm/docker-mailserver/tree/main/docs/example-configs/kustomize/external-db-and-https-ingress
- Development:
- Development guide: development/development.md
- mailserver-admin development: development/mailserver-admin.md
- Issues: https://github.com/jeboehm/docker-mailserver/issues