Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 93e672e

Browse files
committed
add more docs
1 parent 640bd35 commit 93e672e

File tree

4 files changed

+49
-1
lines changed

4 files changed

+49
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@
1010

1111
authentik docker-compose and kubernetes setups for forward auth in various configurations
1212

13+
## Required local tools
14+
15+
- docker-compose (v2 preferred, see https://docs.docker.com/compose/install/)
16+
- Terraform (1.0+, see https://developer.hashicorp.com/terraform/downloads)
17+
1318
## Run (docker-compose)
1419

15-
`make compose-local` will setup a local docker-compose authentik install.
20+
`make compose-local` will setup a local docker-compose authentik install. Afterwards, check the `README.md` in one of the following directories:
1621

22+
- `compose-nginx-forward_domain`: Nginx, forward auth (Domain) [here](./compose-nginx-forward_domain/README.md)
23+
- `compose-nginx-forward_single`: Nginx, forward auth (Single app) [here](./compose-nginx-forward_single/README.md)
24+
- `compose-traefik-forward_single`: Traefik, forward auth (Single app) [here](./compose-traefik-forward_single/README.md)
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Testing this setup
2+
3+
(Requires the steps from [Run (docker-compose)](../README.md))
4+
5+
Run the following commands
6+
7+
- `terraform init`
8+
- `terraform apply -auto-approve`
9+
- `docker compose up -d`
10+
11+
# Accessing the pages
12+
13+
- http://test-app-a.localhost.dev.goauthentik.io
14+
- http://test-app-b.localhost.dev.goauthentik.io
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Testing this setup
2+
3+
(Requires the steps from [Run (docker-compose)](../README.md))
4+
5+
Run the following commands
6+
7+
- `terraform init`
8+
- `terraform apply -auto-approve`
9+
- `docker compose up -d`
10+
11+
# Accessing the pages
12+
13+
- http://localhost.dev.goauthentik.io
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Testing this setup
2+
3+
(Requires the steps from [Run (docker-compose)](../README.md))
4+
5+
Run the following commands
6+
7+
- `terraform init`
8+
- `terraform apply -auto-approve`
9+
- `docker compose up -d`
10+
11+
# Accessing the pages
12+
13+
- http://localhost.dev.goauthentik.io

0 commit comments

Comments
 (0)