setup changes to make caddy & authelia work
This commit is contained in:
@ -34,10 +34,7 @@ session:
|
||||
cookies:
|
||||
- domain: 'saljic.me'
|
||||
authelia_url: 'https://auth.saljic.me'
|
||||
default_redirection_url: 'https://saljic.me'
|
||||
# name: authelia_session
|
||||
# expiration: 1h
|
||||
# inactivity: 5m
|
||||
default_redirection_url: 'https://home.saljic.me'
|
||||
|
||||
# --- Notifier (No Mail) ---
|
||||
notifier:
|
||||
|
||||
@ -0,0 +1,9 @@
|
||||
users:
|
||||
amar:
|
||||
disabled: false
|
||||
displayname: 'Amar Šaljić'
|
||||
password: '$argon2id$v=19$m=65536,t=3,p=4$5PaYrZOdJzg3SMIAqql/uA$EFH9v2DfJZw6ni8uup4BWMEFvMwIlM5HbH7MLX7F4g0'
|
||||
email: 'amar@saljic.me'
|
||||
groups:
|
||||
- 'admins'
|
||||
- 'dev'
|
||||
@ -23,7 +23,7 @@ tagebuch.saljic.me {
|
||||
}
|
||||
|
||||
# --- default ---
|
||||
saljic.me {
|
||||
home.saljic.me {
|
||||
header Content-Type text/html
|
||||
respond <<HTML
|
||||
<html>
|
||||
|
||||
Reference in New Issue
Block a user