forked from coop-cloud/mediawiki
Compare commits
40 Commits
Author | SHA1 | Date | |
---|---|---|---|
f5b1a1662d | |||
f3346a7cd6 | |||
e8ce9d2a22 | |||
5e2b9eb978 | |||
c842de1a57 | |||
9e29ebf8d0 | |||
6d53472222 | |||
06829c727e | |||
7413db8f59 | |||
0db71c1730 | |||
3e3482b89e | |||
3018af9382 | |||
40831b5d91 | |||
d63e412256 | |||
3c4332f794 | |||
08d7201772 | |||
0fb7f2bd7f | |||
639cadaa17 | |||
5096046a86 | |||
de60261fce | |||
7d1810cf93 | |||
5159ed1b36 | |||
e6f77b37e6 | |||
260dd4d7f3 | |||
57cf8db271 | |||
0c50c3398f | |||
e2ca6b6df4 | |||
b78c20fe41 | |||
112bd3300f | |||
cc3682ef89 | |||
b1d3e2a0f9 | |||
7ca11b8bc9 | |||
e8fc7e6532 | |||
381a3ee2d6 | |||
a931c54b31 | |||
3101cff3e8 | |||
2dd1c7aeee | |||
f509f7b830 | |||
ff2d004bcf | |||
917eb68ae7 |
@ -43,7 +43,7 @@ steps:
|
|||||||
from_secret: drone_abra-bot_token
|
from_secret: drone_abra-bot_token
|
||||||
fork: true
|
fork: true
|
||||||
repositories:
|
repositories:
|
||||||
- coop-cloud/auto-recipes-catalogue-json
|
- toolshed/auto-recipes-catalogue-json
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event: tag
|
event: tag
|
||||||
|
54
.env.sample
54
.env.sample
@ -1,6 +1,7 @@
|
|||||||
TYPE=mediawiki
|
TYPE=mediawiki
|
||||||
|
|
||||||
DOMAIN=mediawiki.example.com
|
DOMAIN=mediawiki.example.com
|
||||||
|
COMPOSE_FILE="compose.yml"
|
||||||
|
|
||||||
#EXTRA_DOMAINS=', `www.wiki.example.com`'
|
#EXTRA_DOMAINS=', `www.wiki.example.com`'
|
||||||
LETS_ENCRYPT_ENV=production
|
LETS_ENCRYPT_ENV=production
|
||||||
@ -11,21 +12,35 @@ MEDIAWIKI_EMAIL_CONTACT="info@wiki.example.com"
|
|||||||
MEDIAWIKI_EMAIL_FROM="wiki@wiki.example.com"
|
MEDIAWIKI_EMAIL_FROM="wiki@wiki.example.com"
|
||||||
MEDIAWIKI_LOGO_FILE='$wgResourceBasePath/resources/assets/wiki.png'
|
MEDIAWIKI_LOGO_FILE='$wgResourceBasePath/resources/assets/wiki.png'
|
||||||
|
|
||||||
|
# list of language options (without ".json"):
|
||||||
|
# https://gerrit.wikimedia.org/g/mediawiki/core/%2B/HEAD/languages/i18n
|
||||||
|
MEDIAWIKI_LANGUAGE="en"
|
||||||
|
|
||||||
MEDIAWIKI_IS_PRIVATE=1
|
MEDIAWIKI_IS_PRIVATE=1
|
||||||
|
MEDIAWIKI_ALLOW_REGISTRATION=0
|
||||||
|
|
||||||
MEDIAWIKI_DEBUG=0
|
MEDIAWIKI_DEBUG=0
|
||||||
|
|
||||||
## SMTP
|
|
||||||
#SMTP_HOST=postfix_relay_app
|
|
||||||
#SMTP_HOST=mailu_front
|
|
||||||
|
|
||||||
SECRET_DB_ROOT_PASSWORD_VERSION=v1
|
SECRET_DB_ROOT_PASSWORD_VERSION=v1
|
||||||
SECRET_DB_PASSWORD_VERSION=v1
|
SECRET_DB_PASSWORD_VERSION=v1
|
||||||
SECRET_MEDIAWIKI_SECRET_KEY_VERSION=v1 # length=64
|
SECRET_MEDIAWIKI_SECRET_KEY_VERSION=v1 # length=64
|
||||||
|
|
||||||
|
# SMTP
|
||||||
|
|
||||||
|
## via local postfix/mailu
|
||||||
|
#SMTP_HOST=postfix_relay_app
|
||||||
|
#SMTP_HOST=mailu_front
|
||||||
|
|
||||||
|
## via remote email provider
|
||||||
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.smtp.yml"
|
||||||
|
#SMTP_HOST="mail.example.com"
|
||||||
|
#SMTP_PORT=587
|
||||||
|
#SMTP_USER="${MEDIAWIKI_EMAIL_FROM}"
|
||||||
|
#SECRET_SMTP_PASSWORD_VERSION=v1
|
||||||
|
|
||||||
# SAML
|
# SAML
|
||||||
|
|
||||||
#COMPOSE_FILE="compose.yml:compose.simplesaml.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.simplesaml.yml"
|
||||||
|
|
||||||
#SAML_ENABLED=1
|
#SAML_ENABLED=1
|
||||||
#SAML_CONTACT_NAME="Sam Ell"
|
#SAML_CONTACT_NAME="Sam Ell"
|
||||||
@ -41,7 +56,32 @@ SECRET_MEDIAWIKI_SECRET_KEY_VERSION=v1 # length=64
|
|||||||
|
|
||||||
## OpenID Connect
|
## OpenID Connect
|
||||||
# OPENID_ENABLED=1
|
# OPENID_ENABLED=1
|
||||||
# COMPOSE_FILE="compose.yml:compose.openid.yml"
|
# COMPOSE_FILE="$COMPOSE_FILE:compose.openid.yml"
|
||||||
# OPENID_KEYCLOAK_URL="https://keycloak.local:8080/auth/realms/acme/"
|
# OPENID_KEYCLOAK_URL="https://keycloak.local:8080/realms/acme/"
|
||||||
# OPENID_CLIENT_ID="mediawiki"
|
# OPENID_CLIENT_ID="mediawiki"
|
||||||
# SECRET_OPENID_CLIENT_SECRET_VERSION=v1
|
# SECRET_OPENID_CLIENT_SECRET_VERSION=v1
|
||||||
|
|
||||||
|
## WikiMarkdown
|
||||||
|
#MARKDOWN_ENABLED=1
|
||||||
|
|
||||||
|
## MobileFrontend
|
||||||
|
#MOBILEFRONTEND_ENABLED=1
|
||||||
|
|
||||||
|
## MsUpload
|
||||||
|
#MSU_ENABLED=1
|
||||||
|
|
||||||
|
## PageForms
|
||||||
|
#PAGEFORMS_ENABLED=1
|
||||||
|
|
||||||
|
## PageSchemas
|
||||||
|
#PAGESCHEMAS_ENABLED=1
|
||||||
|
|
||||||
|
## SemanticMediaWiki
|
||||||
|
#SEMANTICMW_ENABLED=1
|
||||||
|
|
||||||
|
## WikiMarkdown
|
||||||
|
#MARKDOWN_ENABLED=1
|
||||||
|
|
||||||
|
## Tweeki skin
|
||||||
|
#TWEEKI_ENABLED=0
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@ if ( !defined( 'MEDIAWIKI' ) ) {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
## Uncomment this to disable output compression
|
## Uncomment this to disable output compression
|
||||||
# $wgDisableOutputCompression = true;
|
# $wgDisableOutputCompression = true;
|
||||||
|
|
||||||
@ -85,7 +84,7 @@ $wgShellLocale = "C.UTF-8";
|
|||||||
#$wgCacheDirectory = "$IP/cache";
|
#$wgCacheDirectory = "$IP/cache";
|
||||||
|
|
||||||
# Site language code, should be one of the list in ./languages/data/Names.php
|
# Site language code, should be one of the list in ./languages/data/Names.php
|
||||||
$wgLanguageCode = "en";
|
$wgLanguageCode = "{{ env "MEDIAWIKI_LANGUAGE" }}";
|
||||||
|
|
||||||
$wgSecretKey = rtrim(file_get_contents('/run/secrets/mediawiki_secret_key'));
|
$wgSecretKey = rtrim(file_get_contents('/run/secrets/mediawiki_secret_key'));
|
||||||
|
|
||||||
@ -107,8 +106,13 @@ $wgRightsIcon = "";
|
|||||||
# Path to the GNU diff3 utility. Used for conflict resolution.
|
# Path to the GNU diff3 utility. Used for conflict resolution.
|
||||||
$wgDiff3 = "/usr/bin/diff3";
|
$wgDiff3 = "/usr/bin/diff3";
|
||||||
|
|
||||||
# The following permissions were set based on your choice in the installer
|
{{ if eq (env "MEDIAWIKI_ALLOW_REGISTRATION") "1" }}
|
||||||
|
$wgGroupPermissions['*']['createaccount'] = true;
|
||||||
|
$wgEmailConfirmToEdit = true;
|
||||||
|
{{ else }}
|
||||||
$wgGroupPermissions['*']['createaccount'] = false;
|
$wgGroupPermissions['*']['createaccount'] = false;
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
$wgGroupPermissions['*']['edit'] = false;
|
$wgGroupPermissions['*']['edit'] = false;
|
||||||
{{ if eq (env "MEDIAWIKI_IS_PRIVATE") "1" }}
|
{{ if eq (env "MEDIAWIKI_IS_PRIVATE") "1" }}
|
||||||
$wgGroupPermissions['*']['read'] = false;
|
$wgGroupPermissions['*']['read'] = false;
|
||||||
@ -116,15 +120,34 @@ $wgGroupPermissions['*']['read'] = false;
|
|||||||
$wgGroupPermissions['*']['read'] = true;
|
$wgGroupPermissions['*']['read'] = true;
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
## Default skin: you can change the default skin. Use the internal symbolic
|
{{ if ne (env "MEDIAWIKI_PROXY_SERVERS") "" }}
|
||||||
## names, ie 'vector', 'monobook':
|
// In LocalSettings.php
|
||||||
$wgDefaultSkin = "vector";
|
$wgUseCdn = true;
|
||||||
|
$wgCdnServersNoPurge = [];
|
||||||
|
$wgCdnServersNoPurge[] = "{{ env "MEDIAWIKI_PROXY_SERVERS" }}";
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
# Enabled skins.
|
# Enabled skins.
|
||||||
# The following skins were automatically enabled:
|
# The following skins were automatically enabled:
|
||||||
wfLoadSkin( 'MonoBook' );
|
wfLoadSkin( 'MonoBook' );
|
||||||
wfLoadSkin( 'Timeless' );
|
wfLoadSkin( 'Timeless' );
|
||||||
wfLoadSkin( 'Vector' );
|
wfLoadSkin( 'Vector' );
|
||||||
|
wfLoadSkin( 'MinervaNeue' );
|
||||||
|
|
||||||
|
## Default skin: you can change the default skin. Use the internal symbolic
|
||||||
|
## names, ie 'vector', 'monobook':
|
||||||
|
|
||||||
|
{{ if eq (env "TWEEKI_ENABLED") "1" }}
|
||||||
|
wfLoadSkin( 'Tweeki' );
|
||||||
|
$wgDefaultSkin = "tweeki";
|
||||||
|
{{ else }}
|
||||||
|
$wgDefaultSkin = "vector";
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ if eq (env "MOBILEFRONTEND_ENABLED") "1" }}
|
||||||
|
wfLoadExtension( 'MobileFrontend' );
|
||||||
|
$wgDefaultMobileSkin = 'minerva';
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
# Enabled extensions. Most of the extensions are enabled by adding
|
# Enabled extensions. Most of the extensions are enabled by adding
|
||||||
# wfLoadExtensions('ExtensionName');
|
# wfLoadExtensions('ExtensionName');
|
||||||
@ -143,23 +166,6 @@ $wgDefaultUserOptions['visualeditor-enable'] = 1;
|
|||||||
|
|
||||||
$wgVisualEditorAllowLossySwitching = false;
|
$wgVisualEditorAllowLossySwitching = false;
|
||||||
|
|
||||||
$wgVirtualRestConfig['modules']['parsoid'] = [
|
|
||||||
// URL to the Parsoid instance - use port 8142 if you use the Debian package - the parameter 'URL' was first used but is now deprecated (string)
|
|
||||||
'url' => 'http://parsoid:8000/',
|
|
||||||
// Parsoid "domain" (string, optional) - MediaWiki >= 1.26
|
|
||||||
'domain' => 'localhost',
|
|
||||||
// Parsoid "prefix" (string, optional) - deprecated since MediaWiki 1.26, use 'domain'
|
|
||||||
'prefix' => 'localhost',
|
|
||||||
// Forward cookies in the case of private wikis (string or false, optional)
|
|
||||||
'forwardCookies' => true,
|
|
||||||
// request timeout in seconds (integer or null, optional)
|
|
||||||
'timeout' => null,
|
|
||||||
// Parsoid HTTP proxy (string or null, optional)
|
|
||||||
'HTTPProxy' => null,
|
|
||||||
// whether to parse URL as if they were meant for RESTBase (boolean or null, optional)
|
|
||||||
'restbaseCompat' => null,
|
|
||||||
];
|
|
||||||
|
|
||||||
{{ if eq (env "SAML_ENABLED") "1" }}
|
{{ if eq (env "SAML_ENABLED") "1" }}
|
||||||
wfLoadExtension( 'PluggableAuth' );
|
wfLoadExtension( 'PluggableAuth' );
|
||||||
|
|
||||||
@ -206,14 +212,42 @@ $wgGroupPermissions['*']['createaccount'] = false;
|
|||||||
|
|
||||||
{{ if env "SMTP_HOST" }}
|
{{ if env "SMTP_HOST" }}
|
||||||
$wgSMTP = [
|
$wgSMTP = [
|
||||||
'host' => '{{ env "SMTP_HOST" }}', // could also be an IP address. Where the SMTP server is located
|
'host' => '{{ env "SMTP_HOST" }}', // could also be an IP address. Where the SMTP server is located
|
||||||
'port' => 25, // Port to use when connecting to the SMTP server
|
'port' => {{ env "SMTP_PORT" }}, // Port to use when connecting to the SMTP server
|
||||||
'auth' => false, // Should we use SMTP authentication (true or false)
|
{{ if env "SMTP_USER" }}
|
||||||
#'username' => 'my_user_name', // Username to use for SMTP authentication (if being used)
|
'auth' => true, // Should we use SMTP authentication (true or false)
|
||||||
#'password' => 'my_password' // Password to use for SMTP authentication (if being used)
|
'username' => '{{ env "SMTP_USER" }}', // Username to use for SMTP authentication (if being used)
|
||||||
|
'password' => '{{ secret "smtp_password" }}' // Password to use for SMTP authentication (if being used)
|
||||||
|
{{ else }}
|
||||||
|
'auth' => false
|
||||||
|
{{ end }}
|
||||||
];
|
];
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ if eq (env "MSU_ENABLED") "1" }}
|
||||||
|
wfLoadExtension( 'MsUpload' );
|
||||||
|
$wgAllowJavaUploads = true; // Solves problem with Office 2007 and newer files (docx, xlsx, etc.)
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ if eq (env "PAGEFORMS_ENABLED") "1" }}
|
||||||
|
wfLoadExtension( 'PageForms' );
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ if eq (env "PAGESCHEMAS_ENABLED") "1" }}
|
||||||
|
wfLoadExtension( 'PageSchemas' );
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ if eq (env "SEMANTICMW_ENABLED") "1" }}
|
||||||
|
wfLoadExtension( 'SemanticMediaWiki' );
|
||||||
|
enableSemantics( '{{ env "DOMAIN" }}' );
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ if eq (env "MARKDOWN_ENABLED") "1" }}
|
||||||
|
wfLoadExtension( 'WikiMarkdown' );
|
||||||
|
$wgAllowMarkdownExtra = true; // allows usage of Parsedown Extra
|
||||||
|
$wgAllowMarkdownExtended = true; // allows usage of Parsedown Extended
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
$wgFileExtensions = array(
|
$wgFileExtensions = array(
|
||||||
'png', 'gif', 'jpg', 'jpeg', 'doc', 'xls', 'mpp', 'pdf', 'ppt', 'tiff',
|
'png', 'gif', 'jpg', 'jpeg', 'doc', 'xls', 'mpp', 'pdf', 'ppt', 'tiff',
|
||||||
'bmp', 'docx', 'xlsx', 'pptx', 'ps', 'odt', 'ods', 'odp', 'odg'
|
'bmp', 'docx', 'xlsx', 'pptx', 'ps', 'odt', 'ods', 'odp', 'odg'
|
||||||
|
10
README.md
10
README.md
@ -27,6 +27,8 @@
|
|||||||
|
|
||||||
## Email
|
## Email
|
||||||
|
|
||||||
|
### Coop Cloud mailu or postfix
|
||||||
|
|
||||||
1. `abra app config YOURAPPDOMAIN` - edit `.envrc` and uncomment the `SMTP` lines. Set `SMTP_HOST` to
|
1. `abra app config YOURAPPDOMAIN` - edit `.envrc` and uncomment the `SMTP` lines. Set `SMTP_HOST` to
|
||||||
`postfix_relay` for `coop-cloud/postfix_relay`, or `mailu_front` for
|
`postfix_relay` for `coop-cloud/postfix_relay`, or `mailu_front` for
|
||||||
`coop-cloud/mailu` (assuming default stack names)
|
`coop-cloud/mailu` (assuming default stack names)
|
||||||
@ -34,6 +36,14 @@
|
|||||||
`postfix_relay`. This doesn't seem to be required for Mailu.
|
`postfix_relay`. This doesn't seem to be required for Mailu.
|
||||||
3. `abra app deploy YOURAPPDOMAIN`
|
3. `abra app deploy YOURAPPDOMAIN`
|
||||||
|
|
||||||
|
### Remote provider
|
||||||
|
|
||||||
|
1. `abra app config YOURAPPDOMAIN` - uncomment `SMTP` under the "remote email provider" section and set values for `SMTP_HOST`, `SMTP_PORT` and `SMTP_USER`
|
||||||
|
2. `abra app secret insert YOURAPPDOMAIN smtp_password v1 YOURSMTPPASSWORD`
|
||||||
|
3. `abra app deploy YOURAPPDOMAIN`
|
||||||
|
|
||||||
|
Note: Only STARTTLS is supported, TLS won't work.
|
||||||
|
|
||||||
## Single Sign On
|
## Single Sign On
|
||||||
|
|
||||||
### SimpleSAMLphp
|
### SimpleSAMLphp
|
||||||
|
46
abra.sh
46
abra.sh
@ -1,45 +1,7 @@
|
|||||||
export LOCAL_SETTINGS_CONF_VERSION=v6
|
export LOCAL_SETTINGS_CONF_VERSION=v23
|
||||||
export HTACCESS_CONF_VERSION=v1
|
export HTACCESS_CONF_VERSION=v1
|
||||||
export ENTRYPOINT_CONF_VERSION=v3
|
export ENTRYPOINT_CONF_VERSION=v21
|
||||||
export COMPOSER_LOCAL_CONF_VERSION=v1
|
export COMPOSER_LOCAL_CONF_VERSION=v5
|
||||||
export PHP_INI_VERSION=v1
|
export PHP_INI_VERSION=v4
|
||||||
|
|
||||||
export SAML_ENTRYPOINT_CONF_VERSION=v3
|
export SAML_ENTRYPOINT_CONF_VERSION=v3
|
||||||
|
|
||||||
abra_backup_app() {
|
|
||||||
_abra_backup_dir "app:/var/www/html/images"
|
|
||||||
}
|
|
||||||
|
|
||||||
abra_backup_db() {
|
|
||||||
_abra_backup_mysql "db" "mediawiki"
|
|
||||||
}
|
|
||||||
|
|
||||||
abra_backup() {
|
|
||||||
abra_backup_app && abra_backup_db
|
|
||||||
}
|
|
||||||
|
|
||||||
abra_restore_app() {
|
|
||||||
# shellcheck disable=SC2034
|
|
||||||
{
|
|
||||||
abra__src_="-"
|
|
||||||
abra__dst_="app:/var/www/html/"
|
|
||||||
}
|
|
||||||
|
|
||||||
zcat "$@" | sub_app_cp
|
|
||||||
|
|
||||||
success "Restored 'app'"
|
|
||||||
}
|
|
||||||
|
|
||||||
abra_restore_db() {
|
|
||||||
# 3wc: unlike abra_backup_db, we can assume abra__service_ will be 'db' if we
|
|
||||||
# got this far..
|
|
||||||
|
|
||||||
# shellcheck disable=SC2034
|
|
||||||
abra___no_tty="true"
|
|
||||||
|
|
||||||
DB_ROOT_PASSWORD="$(sub_app_run cat /run/secrets/db_root_password)"
|
|
||||||
|
|
||||||
zcat "$@" | sub_app_run mysql -u root -p"$DB_ROOT_PASSWORD" wordpress
|
|
||||||
|
|
||||||
success "Restored 'db'"
|
|
||||||
}
|
|
||||||
|
14
compose.smtp.yml
Normal file
14
compose.smtp.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
version: "3.8"
|
||||||
|
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
environment:
|
||||||
|
- SMTP_USER
|
||||||
|
secrets:
|
||||||
|
- smtp_password
|
||||||
|
|
||||||
|
secrets:
|
||||||
|
smtp_password:
|
||||||
|
name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD_VERSION}
|
||||||
|
external: true
|
26
compose.yml
26
compose.yml
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: mediawiki:1.39.3
|
image: mediawiki:1.40.1
|
||||||
environment:
|
environment:
|
||||||
- DOMAIN
|
- DOMAIN
|
||||||
- STACK_NAME
|
- STACK_NAME
|
||||||
@ -14,12 +14,14 @@ services:
|
|||||||
- MEDIAWIKI_LOGO_FILE
|
- MEDIAWIKI_LOGO_FILE
|
||||||
- MEDIAWIKI_IS_PRIVATE
|
- MEDIAWIKI_IS_PRIVATE
|
||||||
- MEDIAWIKI_DEBUG
|
- MEDIAWIKI_DEBUG
|
||||||
|
- MEDIAWIKI_LANGUAGE=${MEDIAWIKI_LANGUAGE:-en}
|
||||||
- SAML_ENABLED
|
- SAML_ENABLED
|
||||||
- OPENID_ENABLED
|
- OPENID_ENABLED
|
||||||
- DB_HOST=db
|
- DB_HOST=db
|
||||||
- DB_USER=mediawiki
|
- DB_USER=mediawiki
|
||||||
- DB_NAME=mediawiki
|
- DB_NAME=mediawiki
|
||||||
- SMTP_HOST
|
- SMTP_HOST
|
||||||
|
- SMTP_PORT=${SMTP_PORT:-25}
|
||||||
volumes:
|
volumes:
|
||||||
- "mediawiki_images:/var/www/html/images"
|
- "mediawiki_images:/var/www/html/images"
|
||||||
configs:
|
configs:
|
||||||
@ -45,11 +47,13 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||||
- "coop-cloud.${STACK_NAME}.version=2.2.2+1.39.1"
|
- "coop-cloud.${STACK_NAME}.version=2.7.3+1.40.1"
|
||||||
|
- "backupbot.backup=true"
|
||||||
|
- "backupbot.backup.path=/var/www/html/images"
|
||||||
entrypoint: /docker-entrypoint2.sh
|
entrypoint: /docker-entrypoint2.sh
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.10
|
image: mariadb:11.1
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_USER=mediawiki
|
- MYSQL_USER=mediawiki
|
||||||
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password
|
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password
|
||||||
@ -62,14 +66,14 @@ services:
|
|||||||
- db_password
|
- db_password
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
|
deploy:
|
||||||
parsoid:
|
labels:
|
||||||
image: thenets/parsoid:0.11.0
|
backupbot.backup: "true"
|
||||||
hostname: parsoidserver
|
backupbot.backup.path: "/tmp/dump.sql.gz"
|
||||||
networks:
|
backupbot.backup.pre-hook: "sh -c 'mysqldump --single-transaction -u root -p\"$$(cat /run/secrets/db_root_password)\" mediawiki | gzip > /tmp/dump.sql.gz'"
|
||||||
- internal
|
backupbot.backup.post-hook: "rm -f /tmp/dump.sql.gz"
|
||||||
environment:
|
backupbot.restore: "true"
|
||||||
PARSOID_DOMAIN_localhost: http://app:80/api.php
|
backupbot.restore.post-hook: "sh -c 'mysql -u root -p\"$$(cat /run/secrets/db_root_password)\" mediawiki < /tmp/dbdump.sql && rm -f /tmp/dbdump.sql'"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mariadb:
|
mariadb:
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
{
|
{
|
||||||
|
{{ if eq (env "SEMANTICMW_ENABLED") "1" }}
|
||||||
|
"require": {
|
||||||
|
"mediawiki/semantic-media-wiki": "^4.1.0"
|
||||||
|
},
|
||||||
|
{{ end }}
|
||||||
"extra": {
|
"extra": {
|
||||||
"merge-plugin": {
|
"merge-plugin": {
|
||||||
"include": [
|
"include": [
|
||||||
|
@ -40,25 +40,22 @@ init_db() {
|
|||||||
php /var/www/html/maintenance/sql.php /var/www/html/maintenance/tables.sql
|
php /var/www/html/maintenance/sql.php /var/www/html/maintenance/tables.sql
|
||||||
php /var/www/html/maintenance/sql.php /var/www/html/maintenance/interwiki.sql
|
php /var/www/html/maintenance/sql.php /var/www/html/maintenance/interwiki.sql
|
||||||
# FIXME run createAndPromote.php with $ADMIN_USERNAME
|
# FIXME run createAndPromote.php with $ADMIN_USERNAME
|
||||||
else
|
|
||||||
php /var/www/html/maintenance/update.php --quick
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${OPENID_ENABLED-}" ]; then
|
php /var/www/html/maintenance/update.php --quick
|
||||||
php /var/www/html/maintenance/update.php --quick
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
init_extensions() {
|
init_extensions() {
|
||||||
|
|
||||||
if [ ! -d /var/www/html/extensions/PluggableAuth ]; then
|
if [ ! -d /var/www/html/extensions/PluggableAuth ]; then
|
||||||
git clone --depth 1 -b REL1_39 \
|
git clone --depth 1 -b REL1_40 \
|
||||||
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/PluggableAuth \
|
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/PluggableAuth \
|
||||||
/var/www/html/extensions/PluggableAuth
|
/var/www/html/extensions/PluggableAuth
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${SAML_ENABLED-}" ]; then
|
if [ -n "${SAML_ENABLED-}" ]; then
|
||||||
if [ ! -d /var/www/html/extensions/SimpleSAMLphp ]; then
|
if [ ! -d /var/www/html/extensions/SimpleSAMLphp ]; then
|
||||||
git clone --depth 1 -b REL1_39 \
|
git clone --depth 1 -b REL1_40 \
|
||||||
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/SimpleSAMLphp \
|
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/SimpleSAMLphp \
|
||||||
/var/www/html/extensions/SimpleSAMLphp
|
/var/www/html/extensions/SimpleSAMLphp
|
||||||
fi
|
fi
|
||||||
@ -66,17 +63,72 @@ init_extensions() {
|
|||||||
|
|
||||||
if [ -n "${OPENID_ENABLED-}" ]; then
|
if [ -n "${OPENID_ENABLED-}" ]; then
|
||||||
if [ ! -d /var/www/html/extensions/OpenIDConnect ]; then
|
if [ ! -d /var/www/html/extensions/OpenIDConnect ]; then
|
||||||
git clone --depth 1 -b REL1_39 \
|
git clone --depth 1 -b REL1_40 \
|
||||||
https://gerrit.wikimedia.org/r/mediawiki/extensions/OpenIDConnect \
|
https://gerrit.wikimedia.org/r/mediawiki/extensions/OpenIDConnect \
|
||||||
/var/www/html/extensions/OpenIDConnect
|
/var/www/html/extensions/OpenIDConnect
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -n "${MOBILEFRONTEND_ENABLED-}" ]; then
|
||||||
|
if [ ! -d /var/www/html/extensions/MobileFrontend ]; then
|
||||||
|
git clone --depth 1 -b REL1_40 \
|
||||||
|
https://github.com/wikimedia/mediawiki-extensions-MobileFrontend.git \
|
||||||
|
/var/www/html/extensions/MobileFrontend
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -n "${MSU_ENABLED-}" ]; then
|
||||||
|
if [ ! -d /var/www/html/extensions/MsUpload ]; then
|
||||||
|
git clone --depth 1 -b REL1_40 \
|
||||||
|
https://gerrit.wikimedia.org/r/mediawiki/extensions/MsUpload \
|
||||||
|
/var/www/html/extensions/MsUpload
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -n "${PAGEFORMS_ENABLED-}" ]; then
|
||||||
|
if [ ! -d /var/www/html/extensions/PageForms ]; then
|
||||||
|
git clone --depth 1 -b REL1_40 \
|
||||||
|
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageForms \
|
||||||
|
/var/www/html/extensions/PageForms
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -n "${PAGESCHEMAS_ENABLED-}" ]; then
|
||||||
|
if [ ! -d /var/www/html/extensions/PageSchemas ]; then
|
||||||
|
git clone --depth 1 -b REL1_40 \
|
||||||
|
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageSchemas \
|
||||||
|
/var/www/html/extensions/PageSchemas
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -n "${MARKDOWN_ENABLED-}" ]; then
|
||||||
|
if [ ! -d /var/www/html/extensions/WikiMarkdown ]; then
|
||||||
|
git clone --depth 1 \
|
||||||
|
https://github.com/kuenzign/WikiMarkdown \
|
||||||
|
/var/www/html/extensions/WikiMarkdown
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
init_skins() {
|
||||||
|
|
||||||
|
if [ -n "${TWEEKI_ENABLED-}" ]; then
|
||||||
|
if [ ! -d /var/www/html/skins/Tweeki ]; then
|
||||||
|
git clone --depth 1 \
|
||||||
|
https://github.com/thaider/Tweeki \
|
||||||
|
/var/www/html/skins/Tweeki
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
init_extensions
|
init_extensions
|
||||||
|
init_skins
|
||||||
init_composer
|
init_composer
|
||||||
composer_install
|
composer_install
|
||||||
init_db
|
init_db
|
||||||
|
@ -2,3 +2,9 @@ upload_max_filesize = 10M
|
|||||||
post_max_size = 10M
|
post_max_size = 10M
|
||||||
max_execution_time = 7200
|
max_execution_time = 7200
|
||||||
max_file_uploads = 1000
|
max_file_uploads = 1000
|
||||||
|
|
||||||
|
{{ if eq (env "MEDIAWIKI_DEBUG") "0" }}
|
||||||
|
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
|
||||||
|
{{ else }}
|
||||||
|
error_reporting = E_ALL
|
||||||
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user