From 18cf9148ed8f23ce136c315d11636e5e87958361 Mon Sep 17 00:00:00 2001 From: Pyjacpp Date: Mon, 27 Jul 2026 15:54:10 +0200 Subject: [PATCH] =?UTF-8?q?end=20of=20debug=E2=80=AF!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/vm/mediakiwi/mediawiki.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/hosts/vm/mediakiwi/mediawiki.nix b/hosts/vm/mediakiwi/mediawiki.nix index 6279eb9..9e9d87a 100644 --- a/hosts/vm/mediakiwi/mediawiki.nix +++ b/hosts/vm/mediakiwi/mediawiki.nix @@ -96,7 +96,7 @@ in ]; $wgPasswordSender = 'root@crans.org'; $wgEmergencyContact = 'contact@crans.org'; - $wgNoReplyAddress = 'root@crans.org'; + $wgNoReplyAddress = 'contact@crans.org'; # On reçoit les réponses aux mails $wgEnableUserEmail = false; $wgAllowHTMLEmail = true; @@ -110,7 +110,7 @@ in $wgUsersNotifiedOnAllChanges = []; # Auth - $wgPluggableAuth_EnableLocalLogin = true; + $wgPluggableAuth_EnableLocalLogin = false; $LDAPAuthentication2AllowLocalLogin = true; $LDAPProviderDomainConfigs = "${config.age.secrets.mediawiki-ldap.path}"; $wgOAuthCustomAuthProviders = [ @@ -178,13 +178,6 @@ in $wgNamespacesWithSubpages[NS_MAIN] = true; $wgNamespacesWithSubpages[NS_ARCHIVE] = true; $wgVisualEditorAvailableNamespaces[NS_ARCHIVE] = true; - - # Debug - $wgShowExceptionDetails = true; - $wgDebugToolbar = true; - $wgDebugLogFile = "/var/log/mediawiki/debug.log"; - # $wgShowDebug = true; - # $wgDevelopmentWarnings = true; ''; skins = {