This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree 4 files changed +49
-1
lines changed
compose-nginx-forward_domain
compose-nginx-forward_single
compose-traefik-forward_single
4 files changed +49
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
authentik docker-compose and kubernetes setups for forward auth in various configurations
12
12
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
+
13
18
## Run (docker-compose)
14
19
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:
16
21
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 )
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments