meza icon indicating copy to clipboard operation
meza copied to clipboard

Setup an enterprise MediaWiki server with simple commands

Results 100 meza issues
Sort by recently updated
recently updated
newest added

Currently: ```php $databaseReadLoadRatio = 1; $wgDBservers = array(); foreach( $mezaDatabaseServers as $databaseServer ) { if ( $databaseServer === $mezaThisServer ) { $databaseServer = 'localhost'; } $wgDBservers[] = array( 'host' =>...

new: enhancement
important: performance
difficulty: medium
votes needed

new: enhancement
critical: stability
difficulty: medium
votes needed

Currently rsync pulls in changed files. If something got corrupted or some other changed caused rsync to potentially get bad data, you want to be able to wipe out the...

new: enhancement
difficulty: easy
votes needed

`httpd.conf.j2` has: ``` # Don't allow access to images directories. Will allow access via img_auth.php Order Allow,Deny Deny From All ``` No images are here anymore anyway. We actually have...

new: enhancement
maint: cleanup
important: code quality
difficulty: easy
votes needed

Create method to keep directory clean like: * Only keep one backup from the last day (the newest?) * Only keep one backup between yesterday and a week ago (the...

new: enhancement
important: maintainability
difficulty: medium
votes needed

External load balancers (provided by external sources) may have different IP addresses for internal operations (Parsoid MW) versus client load. Allow specifying separately. See also #777

new: enhancement
difficulty: medium
votes needed

Allow internal requests (parsoid, MW) to be handled by meza-managed HAProxy

new: enhancement
difficulty: medium
v32.0.0
votes needed

XHGui docs say to run command `mongo` then type the following commands to setup indexes for MongoDB used for profiling. It functions without this but that may not be fast...

new: enhancement
difficulty: medium
votes needed

Currently no way to reach them without manually poking a hole through the firewall.

new: enhancement
difficulty: medium
votes needed

https://simplesamlphp.org/docs/stable/statistics:statistics

new: enhancement
difficulty: easy
votes needed