Merge pull request 'fix' (#131) from master into prod
Reviewed-on: https://gitea.chocomarsh.com/self/infra/pulls/131
This commit is contained in:
commit
767ea96b31
@ -1,2 +1,3 @@
|
|||||||
FROM authelia/authelia
|
FROM authelia/authelia
|
||||||
COPY configuration.yml /config/configuration.yml
|
COPY configuration.yml /config/configuration.yml
|
||||||
|
COPY users.yml /config/users.yml
|
@ -12,6 +12,7 @@ log:
|
|||||||
|
|
||||||
authentication_backend:
|
authentication_backend:
|
||||||
file:
|
file:
|
||||||
|
path: /config/users.yml
|
||||||
|
|
||||||
access_control:
|
access_control:
|
||||||
default_policy: one_factor
|
default_policy: one_factor
|
||||||
@ -27,7 +28,7 @@ session:
|
|||||||
cookies:
|
cookies:
|
||||||
- domain: chocomarsh.com
|
- domain: chocomarsh.com
|
||||||
authelia_url: https://auth.chocomarsh.com
|
authelia_url: https://auth.chocomarsh.com
|
||||||
default_redirection_url: https://auth.chocomarsh.com
|
default_redirection_url: https://login.chocomarsh.com
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
encryption_key: "a_very_long_secret_32_characters_minimum"
|
encryption_key: "a_very_long_secret_32_characters_minimum"
|
||||||
|
3
authelia/users.yml
Normal file
3
authelia/users.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
users:
|
||||||
|
emmatveev:
|
||||||
|
password: "$argon2id$v=19$m=65536,t=1,p=4$CixMXaAilVof3yk1rtghwg$V/kcl1HNDWeybrV3SrVjjdI00D1lFtuvLldkwAklSOE"
|
Loading…
Reference in New Issue
Block a user