From cf98c9df3098f5246c59ab939628d660c0cfcc8b Mon Sep 17 00:00:00 2001 From: lilly Date: Tue, 30 Jun 2026 21:14:21 +0200 Subject: [PATCH 1/2] configure dooris to write ssh public keys into file --- resources/z9/dooris/docker_compose/compose.yaml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/z9/dooris/docker_compose/compose.yaml.j2 b/resources/z9/dooris/docker_compose/compose.yaml.j2 index d16c8ad..e81b233 100644 --- a/resources/z9/dooris/docker_compose/compose.yaml.j2 +++ b/resources/z9/dooris/docker_compose/compose.yaml.j2 @@ -10,5 +10,8 @@ services: DOORIS_BASE_URL: https://dooris.ccchh.net DOORIS_CCUJACK_USER: "dooris" DOORIS_CCUJACK_PASSWORD: "{{ secret__dooris_ccujack_password }}" + DOORIS_AUTHORIZED_KEYS_FILE: "/srv/state/dooris_authorized_keys" network_mode: host restart: unless-stopped + volumes: + - "./state:/srv/state/:rw" From 9f971b820717035386f2a3e59430eef83e1068b4 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 30 Jun 2026 19:16:11 +0000 Subject: [PATCH 2/2] Update git.hamburg.ccc.de/ccchh/oci-images/nextcloud Docker tag to v34 --- inventories/chaosknoten/host_vars/cloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventories/chaosknoten/host_vars/cloud.yaml b/inventories/chaosknoten/host_vars/cloud.yaml index 19aca7b..8f299b2 100644 --- a/inventories/chaosknoten/host_vars/cloud.yaml +++ b/inventories/chaosknoten/host_vars/cloud.yaml @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud -nextcloud__version: 33 +nextcloud__version: 34 # renovate: datasource=docker depName=docker.io/library/postgres nextcloud__postgres_version: 15.18 nextcloud__fqdn: cloud.hamburg.ccc.de