setup changes to make caddy & authelia work
This commit is contained in:
@ -34,10 +34,7 @@ session:
|
|||||||
cookies:
|
cookies:
|
||||||
- domain: 'saljic.me'
|
- domain: 'saljic.me'
|
||||||
authelia_url: 'https://auth.saljic.me'
|
authelia_url: 'https://auth.saljic.me'
|
||||||
default_redirection_url: 'https://saljic.me'
|
default_redirection_url: 'https://home.saljic.me'
|
||||||
# name: authelia_session
|
|
||||||
# expiration: 1h
|
|
||||||
# inactivity: 5m
|
|
||||||
|
|
||||||
# --- Notifier (No Mail) ---
|
# --- Notifier (No Mail) ---
|
||||||
notifier:
|
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 ---
|
# --- default ---
|
||||||
saljic.me {
|
home.saljic.me {
|
||||||
header Content-Type text/html
|
header Content-Type text/html
|
||||||
respond <<HTML
|
respond <<HTML
|
||||||
<html>
|
<html>
|
||||||
|
|||||||
Reference in New Issue
Block a user