Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare for nextcloud 14 #633

Merged
merged 9 commits into from
Sep 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lets-encrypt/activate-ssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ then
<VirtualHost *:443>

Header add Strict-Transport-Security: "max-age=15768000;includeSubdomains"
Header always set Referrer-Policy "strict-origin"
SSLEngine on
SSLCompression off
SSLProtocol all -SSLv2 -SSLv3
Expand Down
1 change: 1 addition & 0 deletions nextcloud_install_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ then
cat << SSL_CREATE > "$SSL_CONF"
<VirtualHost *:443>
Header add Strict-Transport-Security: "max-age=15768000;includeSubdomains"
Header always set Referrer-Policy "strict-origin"
SSLEngine on

### YOUR SERVER ADDRESS ###
Expand Down
2 changes: 1 addition & 1 deletion nextcloud_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ then
cp -R $BACKUP/config "$NCPATH"/
bash $SECURE & spinner_loading
occ_command maintenance:mode --off
occ_command upgrade --no-app-disable
occ_command upgrade
# Optimize
echo "Optimizing Nextcloud..."
yes | occ_command db:convert-filecache-bigint
Expand Down
2 changes: 1 addition & 1 deletion static/format-sdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ else
msg_box "It seems like you didn't mount a second disk.
To be able to put the DATA on a second drive formatted as ZFS you need to add a second disk to this server.

This sript will now exit. Please mount a second disk and start over."
This script will now exit. Please mount a second disk and start over."
exit 1
fi

Expand Down