From bf04f2d163e34df3be98ce1355e092b420feb03a Mon Sep 17 00:00:00 2001 From: jtbx Date: Fri, 4 Sep 2026 20:59:20 +0200 Subject: [PATCH 1/2] Docs: Add dokuwiki upgrade guide --- docs/guides/update-dokuwiki.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/guides/update-dokuwiki.md diff --git a/docs/guides/update-dokuwiki.md b/docs/guides/update-dokuwiki.md new file mode 100644 index 00000000..02d5942a --- /dev/null +++ b/docs/guides/update-dokuwiki.md @@ -0,0 +1,27 @@ +--- +title: Updating Dokuwiki +--- + +!!! success "Goal" + + How to update our wiki () to the latest version + +## 1. Create a Snaphot + +Go to the Chaosknoten Proxmox UI and create a snapshot of the `wiki` VM: + +## 2. Update Plugins + +- Go to the wiki's extension manager: or go to Admin > Extension Manager +- Update the "DokuWiki Upgrade Plugin" (if it has updates) +- Update other plugins while we're here already + +## 3. Update Dokuwiki + +- Go to the Wiki Upgrade: or go to Admin > Wiki Upgrade +- Click through the steps. Note: Disabling any plugins before the upgrade was not necessary in the past. + +## Closing Up + +Log out and back in again to verify that the Keycloak connection still works. +Maybe browse some pages as check if anything is obviously broken. From c5ac69fb96de49f26aeb9498ccfa2de74c0446a5 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 5 Sep 2026 00:16:34 +0000 Subject: [PATCH 2/2] Update docker.io/xenrox/ntfy-alertmanager Docker tag to v1.0.1 --- .../chaosknoten/grafana/docker_compose/compose.yaml.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/chaosknoten/grafana/docker_compose/compose.yaml.j2 b/resources/chaosknoten/grafana/docker_compose/compose.yaml.j2 index 5ae05997..f08c7994 100644 --- a/resources/chaosknoten/grafana/docker_compose/compose.yaml.j2 +++ b/resources/chaosknoten/grafana/docker_compose/compose.yaml.j2 @@ -70,7 +70,7 @@ services: - loki_data:/var/loki ntfy-alertmanager-ccchh-critical: - image: docker.io/xenrox/ntfy-alertmanager:1.0.0 + image: docker.io/xenrox/ntfy-alertmanager:1.0.1 container_name: ntfy-alertmanager-ccchh-critical volumes: - ./configs/ntfy-alertmanager-ccchh-critical:/etc/ntfy-alertmanager/config @@ -79,7 +79,7 @@ services: restart: unless-stopped ntfy-alertmanager-fux-critical: - image: docker.io/xenrox/ntfy-alertmanager:1.0.0 + image: docker.io/xenrox/ntfy-alertmanager:1.0.1 container_name: ntfy-alertmanager-fux-critical volumes: - ./configs/ntfy-alertmanager-fux-critical:/etc/ntfy-alertmanager/config @@ -88,7 +88,7 @@ services: restart: unless-stopped ntfy-alertmanager-ccchh: - image: docker.io/xenrox/ntfy-alertmanager:1.0.0 + image: docker.io/xenrox/ntfy-alertmanager:1.0.1 container_name: ntfy-alertmanager-ccchh volumes: - ./configs/ntfy-alertmanager-ccchh:/etc/ntfy-alertmanager/config @@ -97,7 +97,7 @@ services: restart: unless-stopped ntfy-alertmanager-fux: - image: docker.io/xenrox/ntfy-alertmanager:1.0.0 + image: docker.io/xenrox/ntfy-alertmanager:1.0.1 container_name: ntfy-alertmanager-fux volumes: - ./configs/ntfy-alertmanager-fux:/etc/ntfy-alertmanager/config