chore: update to mediawiki 1.37

- Bump dependencies
- Remove deprecated dependencies
- Use Semantic Media Wiki 4
- Add helper scripts for local testing
- Add S3 capabilities
- Add RemoteUser capabilities

This makes it almost possible to use this image stateless.
SMW adds a config file on installation, this is tracked in Issue 

Co-authored-by: Paul <paul@zom.bi>
Reviewed-on: 
This commit is contained in:
paul 2022-03-19 12:49:52 +01:00
parent 53348c6c8e
commit 5cfd3c1641
4 changed files with 160 additions and 59 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
build:
docker build -t tmp .
run:
docker-compose up
install:
docker-compose exec wiki bash db-setup.sh