Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/admin/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ meta:
- [FlowFuse Concepts](/docs/user/concepts.md)
- [Usage Telemetry](/docs/admin/telemetry.md)
- [Single-Sign On](/docs/admin/sso/)
- [Licensing](/docs/admin/licensing.md)
- [User management](/docs/admin/user_management.md)
- [Licensing](https://flowfuse.com/pricing/)
- [User management](/docs/admin/user-management.md)
- [Platform Monitoring](/docs/admin/monitoring.md)
- [Soft Launch Enablement](/docs/admin/feature-flags.md)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/install/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Option | Description
`email.smtp.auth.pass` | Password to authenticate the connection with. Default: `unset`
`email.debug` | If set to true, it will log the full content of emails it tries to send. Default: `false`

See [here](./email_providers.md) for example configuration with common email providers.
See [here](./email-providers.md) for example configuration with common email providers.

### AWS SES Email

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/install/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Before you begin, ensure you have the following:
2. **kubectl:** To manage a Kubernetes cluster you will need a copy of the `kubectl` utility. Instructions on how to install it can be found [here](https://kubernetes.io/docs/tasks/tools/)
3. **Helm:** FlowFuse provides the Helm chart to manage platform deployment. Installation can be done through the instructions on [their website](https://helm.sh)
4. **Kubernetes Cluster:** The deployment has currently been tested on the following environments:
- [AWS EKS](aws_terraform.md)
- [AWS EKS](aws-terraform.md)
- [Digital Ocean](digital-ocean.md)
- MicroK8s
5. **Ingress Controller:** [The Traefik](https://doc.traefik.io/traefik/) installed on the cluster.
Expand Down Expand Up @@ -412,4 +412,4 @@ Check the [FlowFuse Helm chart documentation](https://github.com/FlowFuse/helm/t
### I would like to run FlowFuse on AWS EKS. Do you have any guidance?

Yes, we have a dedicated guide on how to deploy FlowFuse on AWS EKS. You can find it [here](aws.md).
Furthermore, we also provide terraform scripts to automate the deployment process of all required AWS service. You can find the guide [here](aws_terraform.md).
Furthermore, we also provide terraform scripts to automate the deployment process of all required AWS service. You can find the guide [here](aws-terraform.md).
Loading