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

More sqlite work to be done, but this is a start #38

Merged
merged 4 commits into from
Aug 6, 2015
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
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