mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Docker reinstall (#2325)
This commit is contained in:
parent
6d36b612bd
commit
19173f1d47
@ -261,7 +261,6 @@ then
|
||||
add_to_trusted_domains "$SUBDOMAIN"
|
||||
# Allow remote servers with local addresses e.g. in federated shares, webcal services and more
|
||||
nextcloud_occ config:system:set allow_local_remote_servers --value="true"
|
||||
nextcloud_occ richdocuments:activate-config
|
||||
# Add prune command
|
||||
add_dockerprune
|
||||
print_text_in_color "$ICyan" "Restarting Docker..."
|
||||
|
||||
@ -51,7 +51,6 @@ else
|
||||
docker_prune_this "$nc_fts"
|
||||
docker_prune_this "$opens_fts"
|
||||
docker_prune_volume "esdata"
|
||||
docker_prune_volume "opensearch_fts_os-data"
|
||||
docker_prune_volume "fts_os-data"
|
||||
# Remove configuration files
|
||||
rm -rf "$RORDIR"
|
||||
|
||||
@ -4,8 +4,7 @@
|
||||
# Source:
|
||||
# https://opensearch.org/docs/latest/security-plugin/configuration/generate-certificates/#sample-script
|
||||
|
||||
rm -rf tls_store
|
||||
mkdir tls_store
|
||||
mkdir -p tls_store
|
||||
TLS_DN="/C=CA/ST=NEXTCLOUD/L=VM/O=OPENSEARCH/OU=FTS"
|
||||
|
||||
# Root CA
|
||||
|
||||
Loading…
Reference in New Issue
Block a user