linuxserver / docker-zotero

Web accessible Zotero inside a Debian Container
GNU General Public License v3.0
49 stars 1 forks source link

[FEAT] Option to Change Connector IP #3

Open gmadsen opened 3 weeks ago

gmadsen commented 3 weeks ago

Is this a new feature request?

Wanted change

Ability to connect to a separate firefox/chrome container running plugin

Reason for change

currently zotero only listens to localhost:23119 , which ideally could be an option to bind 0:0:0:0 for use with other containers on a custom docker network

Proposed code change

option to change 127.0.0.1:23119 to 0:0:0:0:23119

github-actions[bot] commented 3 weeks ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

thelamer commented 3 weeks ago

There is an autostart file in your /config/.config/openbox/autostart here is the base https://github.com/linuxserver/docker-zotero/blob/master/root/defaults/autostart

If it has a bind option put it there, if it works make a pull request, I have no problem with this being the default behavior.