From 03c5aed01efc2d2a3cfbbe93e3c61c4a6c3a852d Mon Sep 17 00:00:00 2001 From: HazCod Date: Mon, 3 Aug 2015 16:35:34 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db8ea8e..6da5ae6 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Gunther ~ Easy web frontend for your media on a debian VPS. +WARNING: Currently unstable as I'm doing work to implement SQLite. Use commit 38b53a9d5cf2cecb6b2e2b5c1ce4d7a36da26622 is you want a working version for now. + Gunther can be used as a web frontend for your personal media. You can stream your media, aswell as automatically send new movies to program controlled by API. (think CouchPotato, Sickbeard, ...) The idea is to have a central place for the less tech-savvy user. From 438c408e358a03eebbac8df16d75e2b2d150353f Mon Sep 17 00:00:00 2001 From: HazCod Date: Wed, 5 Aug 2015 15:07:58 +0200 Subject: [PATCH 2/2] Update setup.sh Remove TLSv1.0 --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 49a344f..1f4ca54 100755 --- a/setup.sh +++ b/setup.sh @@ -119,7 +119,7 @@ http { #Only use secure ciphers ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; - ssl_protocols TLSv1 TLSv1.1 TLSv1.2; + ssl_protocols TLSv1.1 TLSv1.2; client_body_buffer_size 10K; client_header_buffer_size 1k;