mirror of https://gitlab.crans.org/nounous/nixos
last smalls fixes
parent
18cf9148ed
commit
280e0ee8a0
|
|
@ -94,7 +94,7 @@ in
|
||||||
'port' => 25,
|
'port' => 25,
|
||||||
'auth' => false,
|
'auth' => false,
|
||||||
];
|
];
|
||||||
$wgPasswordSender = 'root@crans.org';
|
$wgPasswordSender = 'wiki@crans.org'; # C’est 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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue