From 0a97f776918923e7788e60357fb93b9c24ead531 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sun, 22 Mar 2020 21:19:39 -0600 Subject: lamp: disable old TLS versions Signed-off-by: nachoparker --- changelog.md | 8 +++++--- lamp.sh | 4 ++-- updates/1.24.0.sh | 28 ++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 updates/1.24.0.sh diff --git a/changelog.md b/changelog.md index 285de30b..b5dd451f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,9 @@ -[v1.23.1](https://github.com/nextcloud/nextcloudpi/commit/317c2aa) (2020-03-15) ncp-web: check for possibly missing index +[v1.23.2](https://github.com/nextcloud/nextcloudpi/commit/0d9680d) (2020-03-22) lamp: disable old TLS versions -[v1.23.0](https://github.com/nextcloud/nextcloudpi/commit/d108fad) (2020-03-13) upgrade to NC18.0.2 +[v1.23.1](https://github.com/nextcloud/nextcloudpi/commit/84e6b4e) (2020-03-15) ncp-web: check for possibly missing index + +[v1.23.0 ](https://github.com/nextcloud/nextcloudpi/commit/d108fad) (2020-03-13) upgrade to NC18.0.2 [v1.22.3 ](https://github.com/nextcloud/nextcloudpi/commit/c09dfd9) (2020-03-02) nc-snapshot-auto: read datadir location during execution @@ -11,7 +13,7 @@ [v1.22.0 ](https://github.com/nextcloud/nextcloudpi/commit/9304c86) (2020-03-03) Add nc-trusted-proxies (#1094) -[v1.21.0](https://github.com/nextcloud/nextcloudpi/commit/4a51c1f) (2020-02-28) upgrade to NC18.0.1 +[v1.21.0 ](https://github.com/nextcloud/nextcloudpi/commit/4a51c1f) (2020-02-28) upgrade to NC18.0.1 [v1.20.11](https://github.com/nextcloud/nextcloudpi/commit/f066b03) (2020-02-27) redis: make sure we have the right permissions for conf file diff --git a/lamp.sh b/lamp.sh index 4e4c8454..2d25eb2a 100644 --- a/lamp.sh +++ b/lamp.sh @@ -50,7 +50,7 @@ install() # CONFIGURE APACHE ########################################## - cat >/etc/apache2/conf-available/http2.conf < /etc/apache2/conf-available/http2.conf </dev/null & +} + +# docker images only +[[ -f /.docker-image ]] && { + : +} + +# for non docker images +[[ ! -f /.docker-image ]] && { + : +} + +exit 0 -- cgit v1.2.3