From ea629fd5a130570a41ac4782ef725138db1d1b23 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 18 Dec 2023 00:12:50 +0100 Subject: [PATCH] Update README files.. --- README.copy-userdata-to-new-installation | 10 ++++++++++ README.install | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/README.copy-userdata-to-new-installation b/README.copy-userdata-to-new-installation index 07e9338..1debb0f 100644 --- a/README.copy-userdata-to-new-installation +++ b/README.copy-userdata-to-new-installation @@ -27,6 +27,16 @@ cp -a cryptpad cryptpad.CURRENT # cp cryptpad.BAK.${backup_date}/config/config.js cryptpad/config/config.js +# Instanzkonfiguration +# +# Note: +# some settings cannot be changed once user accounts have been created. +# +cp cryptpad.BAK.${backup_date}/customize/application_config.js cryptpad/customize/application_config.js + + +# Copy user data +# for i in blob blobstage block datastore ; do echo"" diff --git a/README.install b/README.install index 38fe294..99ec134 100644 --- a/README.install +++ b/README.install @@ -55,6 +55,14 @@ cryptpad_base_dir=/var/www/cryptpad cryptpad_home_dir="${cryptpad_base_dir}" cryptpad_install_dir="${cryptpad_home_dir}/cryptpad" +cryptpad_url=cpad-01.oopen.de +cryptpad_url=o13-pad.oopen.de +cryptpad_url=o13-cryptpad.oopen.de + +cryptpad_sandbox_url="cpadsb-01.oopen.de" +cryptpad_sandbox_url="o13-padsb.oopen.de" +cryptpad_sandbox_url="o13-cryptpadsb.oopen.de" + cd ${cryptpad_home_dir}