Skip to content

Commit bc39cc3

Browse files
committed
fix internal links
1 parent 288a0aa commit bc39cc3

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

src/content/docs/knowledge-base/s3/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "A guide how to configure S3 compatible storage for Coolify."
1010

1111
Currently supported S3 compatible storages are:
1212

13-
- AWS (see [the AWS guide](./aws.mdx) for a detailed walkthrough)
13+
- AWS (see [the AWS guide](/docs/knowledge-base/s3/aws) for a detailed walkthrough)
1414
- DigitalOcean Spaces
1515
- MinIO
1616
- Cloudflare's R2

src/content/docs/knowledge-base/traefik/protecting-services-with-authentik.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
22

3-
title: "Authentik Forward Authentication Middleware"
4-
head:
5-
- tag: "meta"
6-
attrs:
7-
property: "og:title"
8-
content: "How to configure Authentik forward authentication with Traefik in Coolify"
9-
description: "A guide to configure Authentik forward authentication with Traefik in Coolify"
3+
title: "Authentik Forward Authentication Middleware"
4+
head:
5+
- tag: "meta"
6+
attrs:
7+
property: "og:title"
8+
content: "How to configure Authentik forward authentication with Traefik in Coolify"
9+
description: "A guide to configure Authentik forward authentication with Traefik in Coolify"
1010

1111
---
1212

13-
Traefik enables you to secure your applications with authentication by using a [Proxy Provider](https://docs.goauthentik.io/docs/add-secure-apps/providers/proxy/).
13+
Traefik enables you to secure your applications with authentication by using a [Proxy Provider](https://docs.goauthentik.io/docs/add-secure-apps/providers/proxy/).
1414
This allows you to protect your services with Single Sign-On (SSO).
1515

16-
## Configure an Authentik Application and Proxy Provider
16+
## Configure an Authentik Application and Proxy Provider
1717

18-
The first step is to deploy the [Authentik service](../../services/authentik) and then configure the required components:
18+
The first step is to deploy the [Authentik service](/docs/services/authentik) and then configure the required components:
1919

20-
- Create a Proxy Provider with forward authentication.
21-
- Create an application and assign the Proxy Provider you created.
22-
- In the "Cookie Domain" field, add the domain of the services.
20+
- Create a Proxy Provider with forward authentication.
21+
- Create an application and assign the Proxy Provider you created.
22+
- In the "Cookie Domain" field, add the domain of the services.
2323

24-
## Create the Traefik Configuration
24+
## Create the Traefik Configuration
2525

2626
The next step is to add the Traefik middleware configuration to your instance's dynamic configuration.
2727

@@ -49,7 +49,7 @@ http:
4949
- X-authentik-meta-version
5050
```
5151
52-
## Protecting Services
52+
## Protecting Services
5353
5454
To protect a service, the Traefik middleware label must be added to the container's Docker Compose configuration:
5555

0 commit comments

Comments
 (0)