From 2d7a7554bdb3d8a8a914db75be436281569328bb Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Sun, 24 May 2026 05:10:13 +0200 Subject: [PATCH] fix(drasl): ApplicationOwner is a string, not a table (config parse crash) Co-Authored-By: Claude Opus 4.7 (1M context) --- drasl/config/config.toml.tmpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drasl/config/config.toml.tmpl b/drasl/config/config.toml.tmpl index f9bc023..725937f 100644 --- a/drasl/config/config.toml.tmpl +++ b/drasl/config/config.toml.tmpl @@ -15,9 +15,8 @@ AllowPasswordLogin = true # Both or neither — mixed auth breaks on MC 1.21+ with SignPublicKeys = true. SignPublicKeys = false -[ApplicationOwner] -Name = "Ulicraft" -Email = "admin@${BASE_DOMAIN}" +# Free-text owner label shown in the web UI (a string, not a table). +ApplicationOwner = "Ulicraft" # OIDC block intentionally omitted for now (no Keycloak). # [[RegistrationOIDC]] <- future task