interwiki perms + public url for orgawiki

This commit is contained in:
kleines Filmröllchen 2025-06-15 18:33:14 +02:00
parent 45a907235d
commit 37e72d5129

View file

@ -41,8 +41,8 @@ $wgScriptExtension = ".php";
## The protocol and server name to use in fully-qualified URLs
# TODO: should be the public domain eventually
#$wgServer = "https://orgawiki.ctbk.de";
$wgServer = "http://wiki.chaos:81";
$wgServer = "https://orgawiki.ctbk.de";
#$wgServer = "http://wiki.chaos:81";
## The URL path to static resources (images, scripts, etc.)
$wgResourceBasePath = $wgScriptPath;
@ -185,9 +185,13 @@ $wgPluggableAuth_Config["Chaostreff Backnang IdP"] = [
]
];
# interwiki config
$wgGroupPermissions['sysop']['interwiki'] = true;
$wgInterwikiMagic = true;
$wgHideInterlanguageLinks = false;
# for better error reporting - disable while in production
#error_reporting( -1 );
#ini_set( 'display_errors', 1 );
#$wgShowExceptionDetails = true;
#$wgShowDBErrorBacktrace = true;