mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 17:56:26 +00:00
Merge branch 'master' of github.com:geek-cookbook/geek-cookbook
This commit is contained in:
@@ -40,9 +40,12 @@ Authelia configurations are defined in `/var/data/config/authelia/configuration.
|
|||||||
# Authelia configuration #
|
# Authelia configuration #
|
||||||
###############################################################
|
###############################################################
|
||||||
|
|
||||||
|
server:
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: 9091
|
port: 9091
|
||||||
log_level: warn
|
|
||||||
|
log:
|
||||||
|
level: warn
|
||||||
|
|
||||||
# This secret can also be set using the env variables AUTHELIA_JWT_SECRET_FILE
|
# This secret can also be set using the env variables AUTHELIA_JWT_SECRET_FILE
|
||||||
# I used this site to generate the secret: https://www.grc.com/passwords.htm
|
# I used this site to generate the secret: https://www.grc.com/passwords.htm
|
||||||
@@ -92,6 +95,7 @@ regulation:
|
|||||||
ban_time: 300
|
ban_time: 300
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
|
encryption_key: SECRET_GOES_HERE
|
||||||
local:
|
local:
|
||||||
path: /config/db.sqlite3
|
path: /config/db.sqlite3
|
||||||
|
|
||||||
@@ -188,7 +192,7 @@ services:
|
|||||||
- "traefik.http.routers.whoami.rule=Host(`whoami.example.com`)"
|
- "traefik.http.routers.whoami.rule=Host(`whoami.example.com`)"
|
||||||
- "traefik.http.routers.whoami.entrypoints=https"
|
- "traefik.http.routers.whoami.entrypoints=https"
|
||||||
- "traefik.http.services.whoami.loadbalancer.server.port=80"
|
- "traefik.http.services.whoami.loadbalancer.server.port=80"
|
||||||
- "traefik.http.routers.service.middlewares=forward-auth@file"
|
- "traefik.http.routers.whoami.middlewares=forward-auth@file"
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ Now we're into the sealed-secrets-specific YAMLs. First, we create a ConfigMap,
|
|||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
name: sealed-secrets-helm-chart-value-overrides
|
name: sealed-secrets-helm-chart-value-overrides
|
||||||
namespace: sealed-secrets
|
namespace: sealed-secrets
|
||||||
|
data:
|
||||||
values.yaml: |-
|
values.yaml: |-
|
||||||
image:
|
image:
|
||||||
repository: quay.io/bitnami/sealed-secrets-controller
|
repository: quay.io/bitnami/sealed-secrets-controller
|
||||||
|
|||||||
Reference in New Issue
Block a user