From 538582928956f38527b91d68dbe906efbd12209e Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Mon, 5 Jan 2026 16:20:14 +0000 Subject: [PATCH] fix(wiki): remove local interwiki prefixes Change-Id: qwlutkmszwwmlyxqkvnnksrxopqwwsmz This option specifies what other wikis call this one - in our case it's FBC (for the wiki on teal) and S (for the wiki on umber). We don't really need this for our use, but we *do* need to be able to refer to the other wiki for interwiki links... We may want to make this an option later, but it certainly isn't correct to have it the same on every wiki... --- packetmix/systems/wiki/wiki.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/packetmix/systems/wiki/wiki.nix b/packetmix/systems/wiki/wiki.nix index efa300e0..7ec8e31b 100644 --- a/packetmix/systems/wiki/wiki.nix +++ b/packetmix/systems/wiki/wiki.nix @@ -153,9 +153,6 @@ 'username' => 'automated@freshly.space', 'password' => trim(file_get_contents('/secrets/mediawiki/mail_password.txt')) ]; - $wgLocalInterwikis = [ - 'fbc' - ]; $wgWhitelistReadRegexp = [ '/^Main Page$/', -- 2.43.0