1
0

feat: update rauthy

This commit is contained in:
2026-05-25 20:56:01 +02:00
parent 741fc5e93c
commit 5b0ccc0be1
3 changed files with 10 additions and 8 deletions
+1
View File
@@ -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
View File
@@ -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
View File
@@ -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