Sign inSign up

thomass/xwiki

By thomass

Updated over 8 years ago

Old version of xwiki

Image
0

1.1K

thomass/xwiki repository overview

docker_xwiki

Dockerfile for XWiki

Usage

See docker-compose.yml for example.

Variables

Database Configuration
VariableDefaultDescription
MYSQL_USERNAMExwikiThe MySQL user for XWiki.
MYSQL_PASSWORDxwikiThe password for the MySQL user.
MYSQL_DATABASExwikiThe database used by XWiki.
Tomcat configuration
VariableDefaultDescription
TOMCAT_RAM1024mequivalent to CATALINA_OPTS='-Xmx1024m'
xwiki.cfg parameters

All variable like XWIKI_PARAM_NAME are equivalents of the configuration parameters in xwiki.cfg like xwiki.param.name.

VariableDefaultDescription
XWIKI_HOMEhttp://localhost:8080The domain name to use when creating URLs to the default wiki.
XWIKI_AUTHENTICATION_COOKIEDOMAINSlocalhostFor which part of the Wiki domain the cookie is valid for (E.g. if set to 'mydomain.com' it is also valid for 'xwiki1.mydomain.com', 'xwiki2.mydomain.com' and so on.)
XWIKI_URL_PROTOCOLhttpForce the protocol to use in the generated URLs.
xwiki.properties parameters

All variable like XWIKI_PARAM_NAME are equivalents of the configuration parameters in xwiki.properties like xwiki.param.name.

VariableDefaultDescription
MAIL_SENDER_HOSTlocalhostSMTP host when sending emails.
MAIL_SENDER_PORT25SMTP port when sending emails.
MAIL_SENDER_FROM[email protected]From email address to use.
XWIKI_SENDER_USERNAMEsomeuserUsername to authenticate on the SMTP server.
XWIKI_SENDER_PASSWORDsomepasswordPassword to authenticate on the SMTP server.

Backup

  • Backup permanentDirectory /xwiki_data
  • Backup Database

Version/Tag info

  • The number before the minus (x.x.x) is the Version of XWiki
  • The number after the minus (-x) is the Version of the Dockerfile for the XWiki version

Tag summary

Content type

Image

Digest

Size

500.9 MB

Last updated

over 8 years ago

docker pull thomass/xwiki