2023-12-10 14:33:45 +01:00
|
|
|
{
|
2023-12-15 15:24:51 +01:00
|
|
|
"var_authelia_version": "4.37.5",
|
2023-12-16 11:33:38 +01:00
|
|
|
"var_authelia_architecture": "amd64",
|
2023-12-10 14:33:45 +01:00
|
|
|
"var_authelia_listen_address": "0.0.0.0",
|
2023-12-17 00:16:15 +01:00
|
|
|
"var_authelia_jwt_secret": "REPLACE_ME",
|
2023-12-11 02:43:58 +01:00
|
|
|
"var_authelia_users_file_path": "/var/authelia/users.yml",
|
2023-12-17 11:19:44 +01:00
|
|
|
"var_authelia_log_file_path": "/var/authelia/log.jsonl",
|
2023-12-10 14:33:45 +01:00
|
|
|
"var_authelia_session_domain": "example.org",
|
2023-12-17 00:16:15 +01:00
|
|
|
"var_authelia_session_secret": "REPLACE_ME",
|
2024-03-20 00:09:41 +01:00
|
|
|
"var_authelia_storage_encryption_key": "REPLACE_ME",
|
2023-12-23 12:19:29 +01:00
|
|
|
"var_authelia_storage_kind": "sqlite",
|
|
|
|
"var_authelia_storage_data_sqlite_path": "/var/authelia/state.db",
|
|
|
|
"var_authelia_storage_data_postgresql_host": "localhost",
|
|
|
|
"var_authelia_storage_data_postgresql_port": 5432,
|
|
|
|
"var_authelia_storage_data_postgresql_username": "authelia_user",
|
|
|
|
"var_authelia_storage_data_postgresql_password": "REPLACE_ME",
|
|
|
|
"var_authelia_storage_data_postgresql_schema": "authelia",
|
|
|
|
"var_authelia_storage_data_mariadb_host": "localhost",
|
|
|
|
"var_authelia_storage_data_mariadb_port": 3306,
|
|
|
|
"var_authelia_storage_data_mariadb_username": "authelia_user",
|
|
|
|
"var_authelia_storage_data_mariadb_password": "REPLACE_ME",
|
|
|
|
"var_authelia_storage_data_mariadb_schema": "authelia",
|
2023-12-10 14:33:45 +01:00
|
|
|
"var_authelia_ntp_server": "time.cloudflare.com:123",
|
2023-12-23 12:55:31 +01:00
|
|
|
"var_authelia_password_reset_enabled": false,
|
2023-12-11 02:43:58 +01:00
|
|
|
"var_authelia_notification_mode": "smtp",
|
|
|
|
"var_authelia_notification_file_path": "/var/authelia/notifications",
|
2023-12-10 14:33:45 +01:00
|
|
|
"var_authelia_notification_smtp_host": "smtp.example.org",
|
2024-03-20 00:09:41 +01:00
|
|
|
"var_authelia_notification_smtp_port": 465,
|
2023-12-10 14:33:45 +01:00
|
|
|
"var_authelia_notification_smtp_username": "authelia",
|
2024-01-07 23:42:07 +01:00
|
|
|
"var_authelia_notification_smtp_password": "REPLACE_ME",
|
2024-03-20 00:09:41 +01:00
|
|
|
"var_authelia_notification_smtp_sender": "authelia@example.org",
|
2024-01-07 23:42:25 +01:00
|
|
|
"var_authelia_oidc_hmac_secret": "REPLACE_ME"
|
2023-12-10 14:33:45 +01:00
|
|
|
}
|