Skip to content

Commit 19173f1

Browse files
authored
Docker reinstall (#2325)
1 parent 6d36b61 commit 19173f1

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

apps/collabora_docker.sh

-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ then
261261
add_to_trusted_domains "$SUBDOMAIN"
262262
# Allow remote servers with local addresses e.g. in federated shares, webcal services and more
263263
nextcloud_occ config:system:set allow_local_remote_servers --value="true"
264-
nextcloud_occ richdocuments:activate-config
265264
# Add prune command
266265
add_dockerprune
267266
print_text_in_color "$ICyan" "Restarting Docker..."

apps/fulltextsearch.sh

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ else
5151
docker_prune_this "$nc_fts"
5252
docker_prune_this "$opens_fts"
5353
docker_prune_volume "esdata"
54-
docker_prune_volume "opensearch_fts_os-data"
5554
docker_prune_volume "fts_os-data"
5655
# Remove configuration files
5756
rm -rf "$RORDIR"

apps/opensearch_certs.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# Source:
55
# https://opensearch.org/docs/latest/security-plugin/configuration/generate-certificates/#sample-script
66

7-
rm -rf tls_store
8-
mkdir tls_store
7+
mkdir -p tls_store
98
TLS_DN="/C=CA/ST=NEXTCLOUD/L=VM/O=OPENSEARCH/OU=FTS"
109

1110
# Root CA

0 commit comments

Comments
 (0)