2026-01-22 09:31:11 +00:00
|
|
|
|
cat authelia configuration.yml
|
|
|
|
|
|
---
|
|
|
|
|
|
theme: dark
|
|
|
|
|
|
server:
|
|
|
|
|
|
address: 'tcp://0.0.0.0:9091/'
|
|
|
|
|
|
|
|
|
|
|
|
log:
|
|
|
|
|
|
level: info
|
|
|
|
|
|
|
|
|
|
|
|
authentication_backend:
|
|
|
|
|
|
file:
|
|
|
|
|
|
path: /config/users_database.yml
|
|
|
|
|
|
|
|
|
|
|
|
access_control:
|
|
|
|
|
|
default_policy: deny
|
|
|
|
|
|
rules:
|
|
|
|
|
|
- domain: camera.domain.topdomain
|
|
|
|
|
|
policy: one_factor
|
|
|
|
|
|
|
|
|
|
|
|
identity_validation:
|
|
|
|
|
|
reset_password:
|
|
|
|
|
|
jwt_secret: ""
|
|
|
|
|
|
|
|
|
|
|
|
session:
|
|
|
|
|
|
secret: ""
|
|
|
|
|
|
cookies:
|
|
|
|
|
|
- domain: domain.topdomain
|
|
|
|
|
|
authelia_url: https://auth.domain.topdomain
|
|
|
|
|
|
expiration: 1h
|
|
|
|
|
|
inactivity: 5m
|
|
|
|
|
|
|
|
|
|
|
|
storage:
|
|
|
|
|
|
encryption_key: ""
|
|
|
|
|
|
local:
|
|
|
|
|
|
path: /config/db.sqlite3
|
|
|
|
|
|
|
|
|
|
|
|
notifier:
|
|
|
|
|
|
filesystem:
|
|
|
|
|
|
filename: /config/notification.txt
|
|
|
|
|
|
fred ~/docker/authelia ❯
|
2026-01-22 09:31:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
2026-01-22 09:31:11 +00:00
|
|
|
|
cat users_database.yml
|
2026-01-22 09:31:37 +00:00
|
|
|
|
---
|
2026-01-22 09:31:11 +00:00
|
|
|
|
users:
|
|
|
|
|
|
username:
|
|
|
|
|
|
password: "secret"
|
|
|
|
|
|
displayname: Name
|
|
|
|
|
|
email: email
|
|
|
|
|
|
|
|
|
|
|
|
username:
|
|
|
|
|
|
password: "secret"
|
|
|
|
|
|
displayname: Name
|
|
|
|
|
|
email: email
|
|
|
|
|
|
##########################################
|
|
|
|
|
|
|
|
|
|
|
|
cat config.yml
|
2026-01-22 09:31:37 +00:00
|
|
|
|
---
|
2026-01-22 09:31:11 +00:00
|
|
|
|
streams:
|
|
|
|
|
|
kids_bedroom:
|
|
|
|
|
|
- rtsp://username:password@IP-address:554/stream1
|
|
|
|
|
|
|
|
|
|
|
|
api:
|
|
|
|
|
|
listen: ":1984"
|
|
|
|
|
|
|
|
|
|
|
|
webrtc:
|
|
|
|
|
|
listen: ":8555"
|