mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
RFC softcode calibre_web_path - correct calibre_port
This commit is contained in:
parent
8e2db89456
commit
a4dee44702
4 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
calibre_port: 8080
|
||||
calibre_web_path: /calibre
|
||||
calibre_dbpath: "/library/calibre"
|
||||
calibre_src_url: "https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
ProxyPass /calibre http://localhost:8080
|
||||
ProxyPassReverse /calibre http://localhost:8080
|
||||
ProxyPass /{{ calibre_web_path }} http://localhost:{{ calibre_port }}
|
||||
ProxyPassReverse /{{ calibre_web_path }} http://localhost:{{ calibre_port }}
|
||||
|
|
|
@ -225,6 +225,7 @@ idmgr_enables: False
|
|||
calibre_install: True
|
||||
calibre_enabled: False
|
||||
calibre_port: 8080
|
||||
calibre_web_path: /calibre
|
||||
|
||||
# DokuWiki
|
||||
dokuwiki_install: False
|
||||
|
|
|
@ -117,6 +117,7 @@ calibre_install: True
|
|||
calibre_enabled: True
|
||||
# Change calibre_port to 8010 if you're using XO laptops needing above idmgr
|
||||
calibre_port: 8080
|
||||
calibre_web_path: /calibre
|
||||
|
||||
dokuwiki_install: False
|
||||
dokuwiki_enabled: False
|
||||
|
|
Loading…
Reference in a new issue