diff --git a/roles/calibre-web/defaults/main.yml b/roles/calibre-web/defaults/main.yml index fc8ebd242..8ad670c08 100644 --- a/roles/calibre-web/defaults/main.yml +++ b/roles/calibre-web/defaults/main.yml @@ -5,7 +5,7 @@ calibreweb_install: False calibreweb_enabled: False -calibreweb_port: 8083 +calibreweb_port: 8083 # PORT VARIABLE HAS NO EFFECT (as of January 2019) calibreweb_url: /books calibreweb_venv_path: /usr/local/calibre-web calibreweb_exec_path: "{{ calibreweb_venv_path }}/cps.py" diff --git a/vars/default_vars.yml b/vars/default_vars.yml index fbb14cdd8..08aff8424 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -411,7 +411,7 @@ calibre_web_path: calibre #NEEDS WORK: https://github.com/iiab/iiab/issues/529 # Calibre-Web alternative to Calibre, offers a clean/modern UX calibreweb_install: False calibreweb_enabled: False -calibreweb_port: 8083 +calibreweb_port: 8083 # PORT VARIABLE HAS NO EFFECT (as of January 2019) # http://box/books works. Add {box/libros, box/livres, box/livros, box/liv} etc? calibreweb_url: /books calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index 2ed1beb28..f4ead774b 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -276,7 +276,7 @@ calibre_web_path: calibre #NEEDS WORK: https://github.com/iiab/iiab/issues/529 # Calibre-Web alternative to Calibre, offers a clean/modern UX calibreweb_install: True calibreweb_enabled: True -calibreweb_port: 8083 +calibreweb_port: 8083 # PORT VARIABLE HAS NO EFFECT (as of January 2019) # http://box/books works. Add {box/libros, box/livres, box/livros, box/liv} etc? calibreweb_url: /books calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 520f006a4..2c0a04a68 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -276,7 +276,7 @@ calibre_web_path: calibre #NEEDS WORK: https://github.com/iiab/iiab/issues/529 # Calibre-Web alternative to Calibre, offers a clean/modern UX calibreweb_install: True calibreweb_enabled: True -calibreweb_port: 8083 +calibreweb_port: 8083 # PORT VARIABLE HAS NO EFFECT (as of January 2019) # http://box/books works. Add {box/libros, box/livres, box/livros, box/liv} etc? calibreweb_url: /books calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index dbc11df47..8fc3772f4 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -276,7 +276,7 @@ calibre_web_path: calibre #NEEDS WORK: https://github.com/iiab/iiab/issues/529 # Calibre-Web alternative to Calibre, offers a clean/modern UX calibreweb_install: False calibreweb_enabled: False -calibreweb_port: 8083 +calibreweb_port: 8083 # PORT VARIABLE HAS NO EFFECT (as of January 2019) # http://box/books works. Add {box/libros, box/livres, box/livros, box/liv} etc? calibreweb_url: /books calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web