1
0

Outline: use oidc from authelia

This commit is contained in:
2025-05-07 12:37:07 +03:00
parent a77fefcded
commit d1500ea373
4 changed files with 3849 additions and 3746 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,24 +1,36 @@
$ANSIBLE_VAULT;1.1;AES256
66646631323832323465333132316165363434656531343331363563623132333562643164336534
3362346337613232373461373965623662346661396535330a393061623061313633356161373565
62346666633339663730346637323738336338653763393462653466646135313632393762376661
6466343264353132660a393765636438623933613830313166653036313363616133653863613664
65613765393838626165386366363930663466313931653764306565623234326163636265656238
34366138386237646133643433333434363837346231306139363034393239626665653965353632
65383965363936653361303561373763666462366630333834636532346664616538653261386265
34373961373564646537383031356466306561393731646662326163366564306361323137366530
63663766366330616130386233623866333230306539663663613937396464343836333633373931
37343831333331656637326163633636613030653138333139356332623032346537653166333432
37383938613837383163336138363039373630343737333532376365653834336364626461336232
63663733663139326235346230613963626537373631653533666230343563346535656334333363
61623835653130646166353135376633663037636439343533323133313036646661393336346136
66633666636434373263376237306530393132323930653864343939643535663161316564336266
62623638363062343362323438623438643230353262653562313830376133353566396130386335
62343630633866643831613566633132313332333763306461343965656466666336393637386365
39623534323462633161373332353231316133366464373738366262666334386638313739623961
38386434616430326238623563356230343438373261663339643732333461333534373634343131
34393263356332633136353461323833306636396636323964383631663233653936643132316163
62613236393436326261366632306634653462646562323161343463666561663737613738303565
36373538643561663364633337383637343233343866396134363639386335333965646639393630
36393566333864333366386465343735616639623836336566353136616563356464383738316364
623839366161633366653464656539306230
62333333383237396435306539366633646534333231666238326561306439316632383862646132
3938353633633131396535333764396238356561373739630a353662343534383761383132373530
31343032633261636136313562333331336531386165313264363536363866653562303131313831
6632346465646231360a363264653964633738323637323130366264643639633965636632623933
64383734623763303330313231316535646635646232386663613833653337396538623363303838
30656263346165643632646662363865373531336339393435383935363333393764373664373630
33303435303530656432326634623034616633326432613361333236663661393035623961613035
39376339393935626637316461636263333666616261646661316631376365356562633063636665
63626362336632393235333838313933353637393064616562333235656232613162636631343962
37623930666534373437353231353631333430363865333937356666313062336630396538333832
35353032333461616635616561656330626664306565313462656532393035353439366437336332
37363732373961386533323633323330626533383438663466313438636662343064306236396163
31383430643233393939656631646538663833336239323564363563356234306534343465316466
61333534363862376539626639353634343234623061316265333763633362336336316534643236
61303862386161346533386233303335333136653836666633363738643030633262313232336136
38363561376464313066373631356262626234653464356330646666336536623032333634613863
32303731396365646138343132623534336366633036623231386439376133656235633035663964
36366130633331353464643264383231306639326133633464306638653139666563636563343539
65383261396537383438646237633737343236666662633664346332383264646537643535376638
66653639633762356566306435383039326630373431343935383766303338363438643135616563
33613837613461343036363365356336336631663230326235623965663133336263636636333735
64646162326566643536323165363531633330373536656531666334336364313231393234333631
38363630653439393065316662306463333563323339313438366238653865653265363535616630
64613031653831616666666533346134656630646337633661623163653731656231363232663763
61386566356635663561356264633462643265643361343535303365396537363134303438393234
34633037356162663933396339373932303138633165323438643230666434363666313361386530
38623463663237363335316363333631616133363336326333346436376462663839303961643462
61396433383966356635613663636663383264666165373137346234646236623339323738303263
63623739303037386363623739623034623435643534353765656535323134656263633066313735
35646338613530663633366437353563636364393063386237316265386538616137343735363333
61376434303037323236323761376235633631633036653639333862636466653337303662663234
30613362386338663531616261386265616131356535346437326436326638346636343666303431
63313638313739623761333665616434356561653031666430623530363539626661646638316637
35393531363863333737303865323765636633633633623032353061373838376564393136336662
643366643665653265323065373536653536

View File

@ -17,6 +17,7 @@ services:
environment:
NODE_ENV: 'production'
URL: 'https://outline.vakhrushev.me'
FORCE_HTTPS: 'true'
SECRET_KEY: '{{ outline_secret_key }}'
UTILS_SECRET: '{{ outline_utils_secret }}'
DATABASE_URL: 'postgres://{{ outline_postgres_user }}:{{ outline_postgres_password }}@outline_postgres:5432/{{ outline_postgres_database }}'
@ -34,14 +35,15 @@ services:
AWS_S3_FORCE_PATH_STYLE: 'true'
AWS_S3_ACL: 'private'
OIDC_CLIENT_ID: '{{ outline_oidc_client_id }}'
OIDC_CLIENT_SECRET: '{{ outline_oidc_client_secret }}'
OIDC_AUTH_URI: 'https://kk.vakhrushev.me/realms/outline/protocol/openid-connect/auth'
OIDC_TOKEN_URI: 'https://kk.vakhrushev.me/realms/outline/protocol/openid-connect/token'
OIDC_USERINFO_URI: 'https://kk.vakhrushev.me/realms/outline/protocol/openid-connect/userinfo'
OIDC_LOGOUT_URI: 'https://kk.vakhrushev.me/realms/outline/protocol/openid-connect/logout'
OIDC_CLIENT_ID: '{{ outline_oidc_client_id | replace("$", "$$") }}'
OIDC_CLIENT_SECRET: '{{ outline_oidc_client_secret | replace("$", "$$") }}'
OIDC_AUTH_URI: 'https://auth.vakhrushev.me/api/oidc/authorization'
OIDC_TOKEN_URI: 'https://auth.vakhrushev.me/api/oidc/token'
OIDC_USERINFO_URI: 'https://auth.vakhrushev.me/api/oidc/userinfo'
OIDC_LOGOUT_URI: 'https://auth.vakhrushev.me/logout'
OIDC_USERNAME_CLAIM: 'email'
OIDC_DISPLAY_NAME: 'KK'
OIDC_SCOPES: 'openid profile email'
OIDC_DISPLAY_NAME: 'Authelia'
SMTP_HOST: '{{ postbox_host }}'
SMTP_PORT: '{{ postbox_port }}'