mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #527 from holta/master
Calibre URL mnemonics like http://box/books and http://box/liv in Haitian Creole
This commit is contained in:
commit
41a7c0256d
4 changed files with 13 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
|||
calibre_port: 8080
|
||||
calibre_web_path: /calibre
|
||||
calibre_web_path: calibre
|
||||
# In addition to: http://box/books box/libros box/livres box/livros box/liv
|
||||
|
||||
calibre_dbpath: "/library/calibre"
|
||||
calibre_src_url: "https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# http://box/XYZ mnemonic if properly set within /opt/iiab/iiab/vars/local_vars.yml
|
||||
ProxyPass /{{ calibre_web_path }} http://localhost:{{ calibre_port }}
|
||||
ProxyPassReverse /{{ calibre_web_path }} http://localhost:{{ calibre_port }}
|
||||
|
||||
|
@ -16,3 +17,7 @@ ProxyPassReverse /libros http://localhost:{{ calibre_port }}
|
|||
# http://box/livres mnemonic for French speakers
|
||||
ProxyPass /livres http://localhost:{{ calibre_port }}
|
||||
ProxyPassReverse /livres http://localhost:{{ calibre_port }}
|
||||
|
||||
# http://box/livros mnemonic for Portuguese speakers
|
||||
ProxyPass /livros http://localhost:{{ calibre_port }}
|
||||
ProxyPassReverse /livros http://localhost:{{ calibre_port }}
|
||||
|
|
|
@ -225,7 +225,8 @@ idmgr_enables: False
|
|||
calibre_install: True
|
||||
calibre_enabled: False
|
||||
calibre_port: 8080
|
||||
calibre_web_path: /calibre
|
||||
calibre_web_path: calibre
|
||||
# In addition to: http://box/books box/libros box/livres box/livros box/liv
|
||||
|
||||
# DokuWiki
|
||||
dokuwiki_install: False
|
||||
|
|
|
@ -117,7 +117,9 @@ 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
|
||||
# Change calibre to XYZ add your own mnemonic URL like: http://box/XYZ
|
||||
calibre_web_path: calibre
|
||||
# In addition to: http://box/books box/libros box/livres box/livros box/liv
|
||||
|
||||
dokuwiki_install: False
|
||||
dokuwiki_enabled: False
|
||||
|
|
Loading…
Reference in a new issue