1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-12 11:18:05 +00:00

Final fix for #86 (reverse proxy error)

renamed admin_user to admin
added configuration infos inm admin panel
This commit is contained in:
OzzieIsaacs
2017-01-02 18:52:33 +01:00
parent 0bcdbc4a82
commit 453d04b566
6 changed files with 61 additions and 32 deletions

4
cps.py
View File

@@ -20,10 +20,6 @@ from tornado.ioloop import IOLoop
global title_sort
def title_sort(title):
return title
def start_calibreweb(messagequeue):
web.global_queue = messagequeue
if config.DEVELOPMENT: