From c6a083dabb9f5d782baab773cbaa6448dc0c3631 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 4 Sep 2026 00:17:50 +0000 Subject: [PATCH 1/3] Migrate config renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index d36e7fef..2d0a9848 100644 --- a/renovate.json +++ b/renovate.json @@ -34,8 +34,8 @@ "matchUpdateTypes": [ "minor" ], - "excludePackageNames": [ - "git.hamburg.ccc.de/ccchh/oci-images/keycloak" + "matchPackageNames": [ + "!git.hamburg.ccc.de/ccchh/oci-images/keycloak" ] }, { From bf04f2d163e34df3be98ce1355e092b420feb03a Mon Sep 17 00:00:00 2001 From: jtbx Date: Fri, 4 Sep 2026 20:59:20 +0200 Subject: [PATCH 2/3] 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 d20120d708a8331e9157af46b9c183eb54a52279 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 4 Sep 2026 00:17:50 +0000 Subject: [PATCH 3/3] Migrate config renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index d36e7fef..2d0a9848 100644 --- a/renovate.json +++ b/renovate.json @@ -34,8 +34,8 @@ "matchUpdateTypes": [ "minor" ], - "excludePackageNames": [ - "git.hamburg.ccc.de/ccchh/oci-images/keycloak" + "matchPackageNames": [ + "!git.hamburg.ccc.de/ccchh/oci-images/keycloak" ] }, {