Skip to content

Commit 091f288

Browse files
Ops 6609 update nextcloud version to 29 (#44)
* OPS-6609-Update-Nextcloud 27.1.11 * OPS-6609-Update-Nextcloud 28.0.14 * OPS-6609-Update-Nextcloud 29.0.16 * OPS-6609-Update-Nextcloud 30.0.17 * OPS-6609 nextcloud 30.0.17 fix debian trixy need update libmagickcore * OPS-6609-Update-Nextcloud 31.0.10 * OPS-6609-Update-Nextcloud 32.0.1 * OPS-6609 update custom css config * OPS-6609 rollback to version 31.0.10 --------- Co-authored-by: ralf.nelles.cap <ralf.nelles@capgemini.com>
1 parent 5d8b954 commit 091f288

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ CONFIG_JSON='{
109109
"types":""
110110
},
111111
"theming_customcss":{
112-
"customcss":".app-navigation-entry__settings-quota:not(.vue) {\\n display: none;\\n}\\n\\n[data-cy-files-navigation-item=\"recent\"]:not(.vue) {\\n display: none;\\n}\\n\\n#contactsmenu {\\n display: none;\\n}\\n\\n#settings-section_webdav {\\n display: none;\\n}\\n\\n#accessibility_settings.menu-entry {\\n display: none;\\n}\\n\\n#settings.menu-entry {\\n display: none;\\n}\\n\\n#help.menu-entry {\\n display: none;\\n}\\n\\n#logout.menu-entry {\\n display: none;\\n}\\n\\n.action-editlocally-container:not(.vue) {\\n display: none;\\n}\\n\\n",
112+
"customcss":".app-navigation-entry__settings-quota,.app-navigation-entry__settings-quota.vue {\\n display: none !important;\\n}\\n\\n[data-cy-files-navigation-item=\"recent\"],li[data-id=\"recent\"] {\\n display: none !important;\\n}\\n\\n#contactsmenu,nav[aria-label=\"Contacts\"] {\\n display: none !important;\\n}\\n\\n#settings-section_webdav,div[data-id=\"settings-section_webdav\"] {\\n display: none !important;\\n}\\n\\n#accessibility_settings.menu-entry,li[data-id=\"accessibility_settings\"] {\\n display: none !important;\\n}\\n\\n#settings.menu-entry,li[data-id=\"settings\"] {\\n display: none !important;\\n}\\n\\n#help.menu-entry,li[data-id=\"help\"] {\\n display: none !important;\\n}\\n\\n#logout.menu-entry,li[data-id=\"logout\"] {\\n display: none !important;\\n}\\n\\n.action-editlocally-container,button[data-action=\"editlocally\"] {\\n display: none !important;\\n}\\n\\n.user-menu a,.user-menu li,#user-menu a,#user-menu li {\\n display: none !important;\\n}\\n",
113113
"cachebuster":"1659944778759",
114114
"types":"",
115115
"enabled":"yes"

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# syntax=docker/dockerfile:1
2-
FROM nextcloud:29.0.1 AS base
2+
FROM nextcloud:31.0.10 AS base
33

44
USER root
55

6-
RUN apt-get update && apt-get install -y sudo git p7zip p7zip-full libmagickcore-6.q16-6-extra wget
6+
RUN apt-get update && apt-get install -y sudo git p7zip p7zip-full libmagickcore-7.q16-10-extra wget
77

88
RUN git clone https://github.com/remicollet/php-rar.git \
99
&& cd php-rar && git checkout 02331ca \

0 commit comments

Comments
 (0)