MediaWiki deployment for rd13 – a self-hosted wiki running in Docker, served via a reverse proxy, with a MariaDB backend.
Find a file
2022-03-14 11:52:09 +01:00
.github/workflows firejail bug fix 2022-03-12 16:21:29 +01:00
Logos Update repo added logos to the repo 2022-03-14 11:52:09 +01:00
.DS_Store firejail bug fix 2022-03-12 16:21:29 +01:00
.gitignore Update repo added logos to the repo 2022-03-14 11:52:09 +01:00
docker-compose.yml updaten dockerfile und doku 2022-03-12 16:38:10 +01:00
dockerfile firejail bug fix 2022-03-12 16:21:29 +01:00
example.LocalSettings.php small change because of visual editor error curl 7 perasiod 2021-11-30 20:36:51 +01:00
example.uploads.ini Added .gitignore and switched to docker-compose with bind mounts for data persistance and changed file upload limit to 100MB 2021-01-02 10:03:34 +01:00
README.md updaten dockerfile und doku 2022-03-12 16:38:10 +01:00
stack.yml Added .gitignore and switched to docker-compose with bind mounts for data persistance and changed file upload limit to 100MB 2021-01-02 10:03:34 +01:00

Install Instructions

$ sudo docker-compose up -d

Setup and use our own Tile Server

This is needed to use maps in extensions.

One way is to use the Tile Server Docker from here: https://hub.docker.com/r/klokantech/openmaptiles-server

To start use this command:

docker run --rm -it -v ./maps_data:/data -p 8091:80 klokantech/openmaptiles-server

Update of Nextcloud

Um eine neues Dockerimages mit der neusten NC Version zu bauen kann mann entweder einen neuen Commit im Master machen, falls Code änderungen nötig sind, oder händisch im Github über Actions den Build Workflow auslösen.

Nach dem das neue Images gebaut ist, kann es mit gepulled und gestartet werden. Hierfür kann man folgende Kommandos nehmen.

$ sudo docker-compose down
$ sudo docker-compose pull
$ sudo docker-compose up -d