Skip to content
This repository has been archived by the owner on Jan 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #38 from HazCod/master
Browse files Browse the repository at this point in the history
More sqlite work to be done, but this is a start
  • Loading branch information
hazcod committed Aug 6, 2015
2 parents 61ee520 + 438c408 commit e1609ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e1609ef

Please sign in to comment.