Skip to content

hallowelt/bluespice-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

BlueSpice "Deploy"

BlueSpice MediaWiki

This repo contains deployment code for the BlueSpice Wiki application

Please see the official helpdesk entry for more details.

For more Variables please also check: https://github.com/hallowelt/docker-bluespice-wiki/blob/main/README.md

Development

Automated Update

To run the automated update use ./bluespice-deploy up -d --profile=upgrade Please see https://github.com/hallowelt/docker-bluespice-helper and official uppgrade Documention for more information.

Debugging

If the environment variable DEV_WIKI_DEBUG is set, one can set the debug-entrypoint GPC (=$_REQUEST) to a value matching the MW_ENTRY_POINT constant in context of the application to enable full debug log to stdout for any call to the specified entry point.

ENV vars

Variable Default Value Description Optional
DATADIR ./_volume Path to persitent Volumes Yes
ANTIVIRUS false enables ClamAV antivirus service Yes
LETSENCRYPT false enables LetsEcrpyt cert renew Yes
KERBEROS false enables Kerberos-Authentication Yes
BLUESPICE_WIKI_IMAGE `` define custom imagepath for wiki-containers Yes
SERVICES_REPOSITORY_PATH `` define custom Services-Repo (mostly for Testing) Yes
TZ UTC Timezone for BlueSpice and container system time Yes