mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
Revert "Replace authelia with authentik"
This reverts commit 2697ee5d4b
.
This commit is contained in:
parent
0853cef301
commit
6ca508faac
7
platform/authelia/Chart.yaml
Normal file
7
platform/authelia/Chart.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: authelia
|
||||||
|
version: 0.5.6
|
||||||
|
dependencies:
|
||||||
|
- name: authelia
|
||||||
|
version: 0.5.6
|
||||||
|
repository: https://charts.authelia.com
|
26
platform/authelia/values.yaml
Normal file
26
platform/authelia/values.yaml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# TODO use redis and postgres when available
|
||||||
|
authelia:
|
||||||
|
pod:
|
||||||
|
kind: StatefulSet
|
||||||
|
configMap:
|
||||||
|
authentication_backend:
|
||||||
|
ldap:
|
||||||
|
enabled: false
|
||||||
|
file:
|
||||||
|
enabled: true
|
||||||
|
password:
|
||||||
|
algorithm: sha512
|
||||||
|
iterations: 100000
|
||||||
|
session:
|
||||||
|
redis:
|
||||||
|
enabled: false
|
||||||
|
storage:
|
||||||
|
local:
|
||||||
|
enabled: true
|
||||||
|
postgres:
|
||||||
|
enabled: false
|
||||||
|
notifier:
|
||||||
|
filesystem:
|
||||||
|
enabled: true
|
||||||
|
smtp:
|
||||||
|
enabled: false
|
@ -1,7 +0,0 @@
|
|||||||
apiVersion: v2
|
|
||||||
name: authentik
|
|
||||||
version: 2.2.0
|
|
||||||
dependencies:
|
|
||||||
- name: authentik
|
|
||||||
version: 2.2.0
|
|
||||||
repository: https://charts.goauthentik.io
|
|
@ -1,21 +0,0 @@
|
|||||||
authentik:
|
|
||||||
authentik:
|
|
||||||
secret_key: "PleaseGenerateA50CharLul"
|
|
||||||
error_reporting:
|
|
||||||
enabled: false
|
|
||||||
postgresql:
|
|
||||||
password: "yesiknowthisisnotsecurejustfortesting"
|
|
||||||
|
|
||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
hosts:
|
|
||||||
- host: authentik.khuedoan.com
|
|
||||||
paths:
|
|
||||||
- path: "/"
|
|
||||||
pathType: Prefix
|
|
||||||
|
|
||||||
postgresql:
|
|
||||||
enabled: true
|
|
||||||
postgresqlPassword: "yesiknowthisisnotsecurejustfortesting"
|
|
||||||
redis:
|
|
||||||
enabled: true
|
|
Loading…
Reference in New Issue
Block a user