Compare commits

...
Author SHA1 Message Date
23ca7f2db7 Update quay.io/oauth2-proxy/oauth2-proxy Docker tag to v7.15.4
All checks were successful
/ build (pull_request) Successful in 29s
/ Ansible Lint (push) Successful in 2m54s
/ Ansible Lint (pull_request) Successful in 3m4s
2026-09-05 00:16:43 +00:00
bf04f2d163 Docs: Add dokuwiki upgrade guide
All checks were successful
/ build (pull_request) Successful in 29s
/ Ansible Lint (pull_request) Successful in 3m58s
/ cleanup-staging (pull_request) Successful in 3s
/ build (push) Successful in 26s
/ Ansible Lint (push) Successful in 2m47s
2026-09-04 21:13:58 +02:00
2 changed files with 28 additions and 1 deletions

View file

@ -0,0 +1,27 @@
---
title: Updating Dokuwiki
---
!!! success "Goal"
How to update our wiki (<https://wiki.hamburg.ccc.de>) to the latest version
## 1. Create a Snaphot
Go to the Chaosknoten Proxmox UI and create a snapshot of the `wiki` VM: <https://chaosknoten.hamburg.ccc.de:8006/#v1:0:=qemu%2F127:4:::::29::>
## 2. Update Plugins
- Go to the wiki's extension manager: <https://wiki.hamburg.ccc.de/start?do=admin&page=extension> 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: <https://wiki.hamburg.ccc.de/start?do=admin&page=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.

View file

@ -2,7 +2,7 @@
services:
oauth2-proxy:
container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.3
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.4
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
volumes: