Compare commits

...

2 commits

Author SHA1 Message Date
ac36931d4a Update git.hamburg.ccc.de/ccchh/oci-images/nextcloud Docker tag to v33
Some checks failed
/ Ansible Lint (push) Successful in 2m43s
/ build (pull_request) Failing after 2m39s
/ Ansible Lint (pull_request) Successful in 2m36s
2026-05-19 22:01:24 +00:00
8428d5a66b
docs: use pymdownx.superfences to make codeblocks in lists work properly
Some checks failed
/ Ansible Lint (push) Successful in 2m33s
/ build (push) Failing after 2m38s
2026-05-19 23:49:06 +02:00
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
# renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud
nextcloud__version: 32
nextcloud__version: 33
# renovate: datasource=docker depName=docker.io/library/postgres
nextcloud__postgres_version: 15.17
nextcloud__fqdn: cloud.hamburg.ccc.de

View file

@ -7,6 +7,8 @@ markdown_extensions:
- admonition
- attr_list
- codehilite
- pymdownx.superfences:
css_class: codehilite
theme:
name: shadcn