feat: update mediawiki to 1.41.0, enable extension
All checks were successful
Flake checks / Check (pull_request) Successful in 4m38s
All checks were successful
Flake checks / Check (pull_request) Successful in 4m38s
TemplateStyles https://gerrit.wikimedia.org/g/mediawiki/core/%2B/REL1_41/RELEASE-NOTES-1.41
This commit is contained in:
parent
99ff776932
commit
a59e9cb6ea
|
@ -114,6 +114,7 @@
|
|||
wfLoadExtension('OpenIDConnect');
|
||||
wfLoadExtension('PluggableAuth');
|
||||
wfLoadExtension('VisualEditor');
|
||||
wfLoadExtension('TemplateStyles');
|
||||
|
||||
# End of automatically generated settings.
|
||||
# Add more configuration options below.
|
||||
|
@ -207,7 +208,7 @@ in {
|
|||
backend = "docker";
|
||||
|
||||
containers."mediawiki" = {
|
||||
image = "git.pub.solar/pub-solar/mediawiki-oidc-docker:latest";
|
||||
image = "git.pub.solar/pub-solar/mediawiki-oidc-docker:1.41.0";
|
||||
user = "1000:${builtins.toString gid}";
|
||||
autoStart = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue