feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit 99e56fe1b4 - Show all commits

View File

@ -25,6 +25,21 @@ data:
'mail_smtpauthtype' => 'LOGIN', 'mail_smtpauthtype' => 'LOGIN',
'mail_domain' => 'bstein.dev', 'mail_domain' => 'bstein.dev',
'mail_from_address' => 'no-reply', 'mail_from_address' => 'no-reply',
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/html/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/var/www/html/custom_apps',
'url' => '/custom_apps',
'writable' => true,
),
),
'oidc_login_provider_url' => 'https://sso.bstein.dev/realms/atlas', 'oidc_login_provider_url' => 'https://sso.bstein.dev/realms/atlas',
'oidc_login_client_id' => getenv('OIDC_CLIENT_ID'), 'oidc_login_client_id' => getenv('OIDC_CLIENT_ID'),
'oidc_login_client_secret' => getenv('OIDC_CLIENT_SECRET'), 'oidc_login_client_secret' => getenv('OIDC_CLIENT_SECRET'),