meza
meza copied to clipboard
Setup an enterprise MediaWiki server with simple commands
Shorten URL
Currently we have `https:////index.php/Page_Name`. Try using a URL re-write rule to remove `index.php/`.
## Failure `sudo meza maint encrypt_string supersecretpassword` doe not work properly when `supersecretpassword` has spaces. If you do: `sudo meza maint encrypt_string "some spaced input"` You get output like: ```...
Running deploy (either manually or via autodeployer) creates a lock file preventing other deploys from starting. If something goes wrong and doesn't cleanup that lock file after a deploy is...
If autodeployer is running regularly this could generate a lot of logs. Clean them up.
Request a switch for the DEPLOY command that restarts all services after a successful deploy. ### Environment - all future versions of meza ### Issue details please add a switch...
### Environment - RHEL7 - Meza 31.8.0 ### Issue summary After removing SAML configuration from public and secret yml pages and performing a successful redeploy, landing page fails with residual...
At present many Ansible tasks look like: ```yaml - name: Copy something copy: src: /path/to/src/XYZ dest: /path/to/dest/XYZ mode: 0755 owner: someowner group: somegroup ``` Where the mode, owner, and group...
Landing page statistics not available based on user permissions (Wiki Blender splash page base URL)
The base url landing page provides statistics of each wiki and then the cumulative statistics of the entire server. But the user only sees data for the wikis for which...
Consider using Testinfra [1] to test the state of Meza servers. Also, consider adding all paths+permissions to a YAML list (perhaps in a separate file) such that tests can just...
Meza's creation of users could run into issues on systems using LDAP to authenticate users. There are no reports of this at this time, but replacing `useradd` with `luseradd` and...