File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11
2- [ v1.36.0 ] ( https://github.com/nextcloud/nextcloudpi/commit/5709e46 ) (2020-09-16) Namecheap dynamic DNS client
2+ [ v1.36.1 ] ( https://github.com/nextcloud/nextcloudpi/commit/8e7579d ) (2021-05-09) lamp: allow only TLSv12 and TLSv13
33
4- [ v1.35.2] ( https://github.com/nextcloud/nextcloudpi/commit/bfab195 ) (2021-04-29) ncp-web: fix display of big files for 32 bit
4+ [ v1.36.0] ( https://github.com/nextcloud/nextcloudpi/commit/24b6018 ) (2020-09-16) Namecheap dynamic DNS client
5+
6+ [ v1.35.2 ] ( https://github.com/nextcloud/nextcloudpi/commit/bfab195 ) (2021-04-29) ncp-web: fix display of big files for 32 bit
57
68[ v1.35.1 ] ( https://github.com/nextcloud/nextcloudpi/commit/e64ca34 ) (2021-04-29) ncp-web: fix backup download for big files in 32-bit
79
1113
1214[ v1.34.8 ] ( https://github.com/nextcloud/nextcloudpi/commit/117b8ea ) (2021-01-20) nc-automount: udiskie verbose output
1315
14- [ v1.34.7, master ] ( https://github.com/nextcloud/nextcloudpi/commit/b978184 ) (2021-01-19) docker: fix datadir path contents
16+ [ v1.34.7 ] ( https://github.com/nextcloud/nextcloudpi/commit/b978184 ) (2021-01-19) docker: fix datadir path contents
1517
1618[ v1.34.6 ] ( https://github.com/nextcloud/nextcloudpi/commit/84ccf94 ) (2021-01-18) docker: fix datadir path
1719
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ H2PushPriority image/png after 32
6262H2PushPriority application/javascript interleaved
6363
6464# SSL/TLS Configuration
65- SSLProtocol -all +TLSv1.2
65+ SSLProtocol -all +TLSv1.2 +TLSv1.3
6666SSLHonorCipherOrder on
6767SSLCipherSuite ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS
6868SSLCompression off
Original file line number Diff line number Diff line change 237237 if [[ -f /.ncp-image ]]; then
238238 rm -rf /var/log/ncp.log
239239
240- # # NEXTCLOUDPI MOTD
240+ # # NEXTCLOUDPI MOTD
241241 rm -rf /etc/update-motd.d
242242 mkdir /etc/update-motd.d
243243 rm /etc/motd
Original file line number Diff line number Diff line change @@ -31,4 +31,8 @@ rm "${crontab_tmp}"
3131 :
3232}
3333
34+ # # enable TLSv1.3
35+ sed -i ' s|SSLProtocol -all.*|SSLProtocol -all +TLSv1.2 +TLSv1.3|' /etc/apache2/conf-available/http2.conf
36+ bash -c " sleep 2 && service apache2 reload" & > /dev/null &
37+
3438exit 0
You can’t perform that action at this time.
0 commit comments