Update README files..

This commit is contained in:
Christoph 2023-12-18 00:12:50 +01:00
parent 56df88d4f5
commit ea629fd5a1
2 changed files with 18 additions and 0 deletions

View File

@ -27,6 +27,16 @@ cp -a cryptpad cryptpad.CURRENT
# #
cp cryptpad.BAK.${backup_date}/config/config.js cryptpad/config/config.js 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 for i in blob blobstage block datastore ; do
echo"" echo""

View File

@ -55,6 +55,14 @@ cryptpad_base_dir=/var/www/cryptpad
cryptpad_home_dir="${cryptpad_base_dir}" cryptpad_home_dir="${cryptpad_base_dir}"
cryptpad_install_dir="${cryptpad_home_dir}/cryptpad" 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} cd ${cryptpad_home_dir}