oci-images/mediawiki/README.md

27 lines
736 B
Markdown
Raw Permalink Normal View History

# MediaWiki OCI image
This MediaWiki OCI image is based on NGINX Unit and bundles several extensions, which are in use in wiki.ccchb.de.
## Bundled extensions
* MobileFrontend
* PluggableAuth
* OpenIDConnect
* Widgets
## Ingress
The image exposes an HTTP service under port 80.
The MediaWiki installation is available below `/w/` and provides article paths below the path `/wiki/`.
A redirect at `/` is not provided by the image, and has to be implemented by the ingress.
## Volumes
It is recommended to mount a volume at `/var/www/html/w/images/` for MediaWiki uploads.
## Configuration
The MediaWiki installation expects a LocalSettings.php configuration file at the path `/var/www/html/w/LocalSettings.php`.
Happy helming!