Update README files..
This commit is contained in:
parent
56df88d4f5
commit
ea629fd5a1
@ -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""
|
||||
|
@ -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}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user