aerogramme.deuxfleurs.fr/content/documentation/cookbook/_index.md

51 lines
1.8 KiB
Markdown
Raw Normal View History

2023-06-02 10:39:25 +00:00
+++
title = "Cookbook"
weight = 10
sort_by = "weight"
template = "documentation.html"
+++
2024-01-22 10:01:47 +00:00
This cookbook will guide you from your first steps
to a real deployment of Aerogramme.
## Single-node, minimal deployment
A minimal deployment will allow you to deploy Aerogramme on a single-server
in a way that it works for a small production deployment.
However, as Aerogramme is a distributed-first server,
you will not benefit from all of its nice properties, and many manual
work will be required.
2024-01-23 11:08:50 +00:00
- [Local storage](@/documentation/cookbook/single-node-garage-storage.md)
2024-01-22 11:03:09 +00:00
- [Configuration file](@/documentation/cookbook/config.md)
- [User management](@/documentation/cookbook/static-user-management.md)
2024-01-22 10:01:47 +00:00
- [TLS encryption](@/documentation/cookbook/tls-encryption.md)
- [Integration with a service manager](@/documentation/cookbook/service-manager.md) (systemd or docker)
- [SMTP server integration](@/documentation/cookbook/smtp-server.md) (MTA)
2024-01-25 08:06:36 +00:00
*Multi-node deployments and lifecycle maintainance are not covered yet.*
<!--
2024-01-22 10:01:47 +00:00
## Multi-nodes, standard deployment
Aerogramme is intended for multi-nodes deployment. This guide
will cover the specificities introduced by a multi-node deployment.
- [LDAP user management](@/documentation/cookbook/ldap.md)
- [Distributed storage](@/documentation/cookbook/garage-cluster-storage.md)
- [Orchestrators](@/documentation/cookbook/orchestrators.md)
- [Auto-discovery](@/documentation/cookbook/autodiscovery.md)
2024-01-21 15:35:19 +00:00
## Lifecycle
2024-01-22 10:01:47 +00:00
Hopefully you will love Aerogramme, and thus you will have to do some maintainance on it.
- [Updates](@/documentation/cookbook/updates.md)
- [Observability](@/documentation/cookbook/observability.md)
- [Backups](@/documentation/cookbook/backups.md)
2024-01-21 15:35:19 +00:00
## Hardened flavor
2024-01-22 10:01:47 +00:00
- [Manual configuration](@/documentation/cookbook/manual-hardened.md)
2024-01-25 08:06:36 +00:00
-->