mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Install Authelia
This commit is contained in:
parent
b9f3a456b1
commit
92bccdb2e1
7
applications/authelia/Chart.yaml
Normal file
7
applications/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
|
8
applications/authelia/values.yaml
Normal file
8
applications/authelia/values.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
gitea:
|
||||
ingress:
|
||||
enabled: true
|
||||
hosts:
|
||||
- host: git.khuedoan.com
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
Loading…
Reference in New Issue
Block a user