extended preview file size
This commit is contained in:
parent
ede94bfe27
commit
c3f7d74c3e
3 changed files with 7 additions and 0 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
|
|
@ -31,6 +31,8 @@ $ sudo docker-compose pull
|
||||||
$ sudo docker-compose up -d
|
$ sudo docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Tried to update to 1.39 from 1.35.5 did not work. Maybe a step by step update is needed now from 1.35.9
|
||||||
|
|
||||||
## Update of Plugins
|
## Update of Plugins
|
||||||
|
|
||||||
This is in the best case done with composer.
|
This is in the best case done with composer.
|
||||||
|
|
|
||||||
|
|
@ -332,6 +332,11 @@ $wgPdftoText = '/usr/bin/pdftotext';
|
||||||
$wgAllowExternalImages = true;
|
$wgAllowExternalImages = true;
|
||||||
$wgAllowExternalImagesFrom = [ 'http://127.0.0.1/', 'https://cloud.rd13server.de/' ]; // MediaWiki 1.14+
|
$wgAllowExternalImagesFrom = [ 'http://127.0.0.1/', 'https://cloud.rd13server.de/' ]; // MediaWiki 1.14+
|
||||||
|
|
||||||
|
# Extend preview creation file size and pixel size
|
||||||
|
# Maximum amount of virtual memory available to shell processes under Linux, in KiB.
|
||||||
|
$wgMaxShellMemory = 307200;
|
||||||
|
$wgMaxShellFileSize = 307200;
|
||||||
|
|
||||||
# Support Video Files and external Video Sources
|
# Support Video Files and external Video Sources
|
||||||
################################################
|
################################################
|
||||||
wfLoadExtension( 'EmbedVideo' );
|
wfLoadExtension( 'EmbedVideo' );
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue