Skip to content

Bongo50/mediawiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bongo50's Docker MediaWiki configuration.

Forked from the Team Fortress Wiki.

Configuration

Not all up to date!

Variable Default Associated MediaWiki variable Notes
DB_DB wiki $wgDBname
DB_HOST db $wgDBserver
DB_PASSWORD $wgDBpassword
DB_TYPE mysql $wgDBtype
DB_USER wiki $wgDBuser
EMAIL_EMERGENCY_CONTACT *Required with SMTP_** $wgEmergencyContact
EMAIL_PASSWORD_SENDER *Required with SMTP_** $wgPasswordSender
MEMCACHED_HOST $wgMemCachedServers
READ_ONLY_MESSAGE - $wgReadOnly If set, puts the Wiki into read-only mode with the given message.
RECAPTCHA_KEY Required $wgReCaptchaSiteKey Credentials for a ReCaptcha v2 Tickbox
RECAPTCHA_SECRET Required $wgReCaptchaSecretKey Credentials for a ReCaptcha v2 Tickbox
SECRET_KEY Required $wgSecretKey
SERVER_URL Required $wgServer
SITENAME Bongo50 Testing Wiki $wgSitename
SMTP_AUTH - $wgSMTP['auth']
SMTP_HOST - $wgSMTP['Host']
SMTP_IDHOST - $wgSMTP['IDHost']
SMTP_PASSWORD - $wgSMTP['password']
SMTP_PORT - $wgSMTP['port']
SMTP_USERNAME - $wgSMTP['username']
UPGRADE_KEY Required $wgUpgradeKey

About

A MediaWiki Docker instance with some config and extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 61.0%
  • Dockerfile 33.1%
  • Shell 5.9%