diff --git a/LocalSettings.php.tmpl b/LocalSettings.php.tmpl index a5c35ba..0cc0dbc 100644 --- a/LocalSettings.php.tmpl +++ b/LocalSettings.php.tmpl @@ -143,23 +143,6 @@ $wgDefaultUserOptions['visualeditor-enable'] = 1; $wgVisualEditorAllowLossySwitching = false; -$wgVirtualRestConfig['modules']['parsoid'] = [ - // URL to the Parsoid instance - use port 8142 if you use the Debian package - the parameter 'URL' was first used but is now deprecated (string) - 'url' => 'http://parsoid:8000/', - // Parsoid "domain" (string, optional) - MediaWiki >= 1.26 - 'domain' => 'localhost', - // Parsoid "prefix" (string, optional) - deprecated since MediaWiki 1.26, use 'domain' - 'prefix' => 'localhost', - // Forward cookies in the case of private wikis (string or false, optional) - 'forwardCookies' => true, - // request timeout in seconds (integer or null, optional) - 'timeout' => null, - // Parsoid HTTP proxy (string or null, optional) - 'HTTPProxy' => null, - // whether to parse URL as if they were meant for RESTBase (boolean or null, optional) - 'restbaseCompat' => null, -]; - {{ if eq (env "SAML_ENABLED") "1" }} wfLoadExtension( 'PluggableAuth' ); diff --git a/compose.yml b/compose.yml index 18fd7c4..840b227 100644 --- a/compose.yml +++ b/compose.yml @@ -63,14 +63,6 @@ services: networks: - internal - parsoid: - image: thenets/parsoid:0.11.0 - hostname: parsoidserver - networks: - - internal - environment: - PARSOID_DOMAIN_localhost: http://app:80/api.php - volumes: mariadb: mediawiki_images: