Compare commits
No commits in common. "767ea96b3186a53740c5ad9e286e3cea658e4a3b" and "9c8df2d4d4e8e93fab3a2a13a32ed8b04c2b144a" have entirely different histories.
767ea96b31
...
9c8df2d4d4
@ -1,3 +1,2 @@
|
||||
FROM authelia/authelia
|
||||
COPY configuration.yml /config/configuration.yml
|
||||
COPY users.yml /config/users.yml
|
||||
COPY configuration.yml /config/configuration.yml
|
@ -12,7 +12,6 @@ log:
|
||||
|
||||
authentication_backend:
|
||||
file:
|
||||
path: /config/users.yml
|
||||
|
||||
access_control:
|
||||
default_policy: one_factor
|
||||
@ -28,7 +27,7 @@ session:
|
||||
cookies:
|
||||
- domain: chocomarsh.com
|
||||
authelia_url: https://auth.chocomarsh.com
|
||||
default_redirection_url: https://login.chocomarsh.com
|
||||
default_redirection_url: https://auth.chocomarsh.com
|
||||
|
||||
storage:
|
||||
encryption_key: "a_very_long_secret_32_characters_minimum"
|
||||
|
@ -1,3 +0,0 @@
|
||||
users:
|
||||
emmatveev:
|
||||
password: "$argon2id$v=19$m=65536,t=1,p=4$CixMXaAilVof3yk1rtghwg$V/kcl1HNDWeybrV3SrVjjdI00D1lFtuvLldkwAklSOE"
|
Loading…
Reference in New Issue
Block a user