feat: update rauthy
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
X-Forwarded-User-Given-Name
|
||||
X-Forwarded-User-Groups
|
||||
X-Forwarded-User-Roles
|
||||
X-Forwarded-User-Preferred-Username
|
||||
}
|
||||
|
||||
trusted_proxies private_ranges
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ services:
|
||||
image: marlonb/mailcrab:v1.6.5
|
||||
|
||||
rauthy:
|
||||
image: ghcr.io/sebadob/rauthy:0.35.0
|
||||
image: ghcr.io/sebadob/rauthy:0.35.2
|
||||
volumes:
|
||||
- ./rauthy.toml:/app/config.toml
|
||||
- ./clients.json:/app/bootstrap/clients.json
|
||||
|
||||
+8
-7
@@ -3,9 +3,6 @@ admin_email = 'admin@localhost'
|
||||
bootstrap_dir = '/app/bootstrap'
|
||||
password_plain = '1234test'
|
||||
|
||||
[auth_headers]
|
||||
enable = true
|
||||
|
||||
[server]
|
||||
scheme = 'http'
|
||||
pub_url = 'localhost:8080'
|
||||
@@ -23,10 +20,6 @@ smtp_port = 1025
|
||||
smtp_url = 'mailcrab'
|
||||
danger_insecure = true
|
||||
|
||||
[user_values.preferred_username]
|
||||
preferred_username = 'required'
|
||||
immutable = true
|
||||
|
||||
[encryption]
|
||||
keys = ['bVCyTsGaggVy5yqQ/UzluN29DZW41M3hTSkx6Y3NtZmRuQkR2TnJxUTYzcjQ=']
|
||||
key_active = 'bVCyTsGaggVy5yqQ'
|
||||
@@ -43,3 +36,11 @@ admin_force_mfa = false
|
||||
[webauthn]
|
||||
rp_id = 'localhost'
|
||||
rp_origin = 'http://localhost:8080'
|
||||
|
||||
[auth_headers]
|
||||
enable = true
|
||||
enable_pref_username = true
|
||||
|
||||
[user_values.preferred_username]
|
||||
preferred_username = 'required'
|
||||
immutable = true
|
||||
|
||||
Reference in New Issue
Block a user