last smalls fixes

wiki
Pyjacpp 2026-07-28 13:50:34 +02:00
parent 18cf9148ed
commit 280e0ee8a0
No known key found for this signature in database
GPG Key ID: ED479A5A26930939
1 changed files with 4 additions and 3 deletions

View File

@ -94,7 +94,7 @@ in
'port' => 25, 'port' => 25,
'auth' => false, 'auth' => false,
]; ];
$wgPasswordSender = 'root@crans.org'; $wgPasswordSender = 'wiki@crans.org'; # Cest un alias de root (pas de réponse)
$wgEmergencyContact = 'contact@crans.org'; $wgEmergencyContact = 'contact@crans.org';
$wgNoReplyAddress = 'contact@crans.org'; # On reçoit les réponses aux mails $wgNoReplyAddress = 'contact@crans.org'; # On reçoit les réponses aux mails
$wgEnableUserEmail = false; $wgEnableUserEmail = false;
@ -107,10 +107,10 @@ in
$wgEnotifMinorEdits = true; $wgEnotifMinorEdits = true;
$wgEnotifWatchlist = true; $wgEnotifWatchlist = true;
# Peut-être utilisé pour les Wikistes # Peut-être utilisé pour les Wikistes
$wgUsersNotifiedOnAllChanges = []; $wgUsersNotifiedOnAllChanges = [ 'Ninja_wiki_notifs' ];
# Auth # Auth
$wgPluggableAuth_EnableLocalLogin = false; $wgPluggableAuth_EnableLocalLogin = true;
$LDAPAuthentication2AllowLocalLogin = true; $LDAPAuthentication2AllowLocalLogin = true;
$LDAPProviderDomainConfigs = "${config.age.secrets.mediawiki-ldap.path}"; $LDAPProviderDomainConfigs = "${config.age.secrets.mediawiki-ldap.path}";
$wgOAuthCustomAuthProviders = [ $wgOAuthCustomAuthProviders = [
@ -178,6 +178,7 @@ in
$wgNamespacesWithSubpages[NS_MAIN] = true; $wgNamespacesWithSubpages[NS_MAIN] = true;
$wgNamespacesWithSubpages[NS_ARCHIVE] = true; $wgNamespacesWithSubpages[NS_ARCHIVE] = true;
$wgVisualEditorAvailableNamespaces[NS_ARCHIVE] = true; $wgVisualEditorAvailableNamespaces[NS_ARCHIVE] = true;
$wgContentNamespaces[NS_ARCHIVE] = true; # Pour les Popups
''; '';
skins = { skins = {