Open Unrepentant-Atheist opened 1 year ago
I tried using this docker compose (obviously changed to my volume and username) but could not get search to work still.
I believe default is true, so don't think you need to specify --tls=true to make it work, maybe thats why? My compose works (but haven't confirmed its actually using TLS)
345 container_name: openbooks
346 image: evanbuss/openbooks:latest
347 restart: always
348 ports:
349 - $OPENBOOKS_PORT:80
350 volumes:
351 - /mnt/mediaLibrary/books:/books
352 command: --name johndoe --persist```
Default compose doesn't work for me, that's why I have to run with --tls=false
and commented out the default #command: --name dontwannagive --persist
. Otherwise it's can't connect
.
make sure you enable HSTS in your reverse proxy settings if you are using one!
Thanks, --tls=false
fixed my instance.
Could this be cause irc.highway.net changed their ports? From their homepage:
The ports we support are 6660 to 6669 and 7000. For connections through SSL use port 6697 or 9999.
Yes, indeed. 6697 or 9999 works!
Gotta reopen it again.
The command command: --name FattyMcFattington --persist -s irc.irchighway.net:6697
or command: --name FattyMcFattington --persist -s irc.irchighway.net:9999
worked, now it doesn't anymore.
Correction: It works about 2 out of 15 times only.
I got this docker-compose running:
Notice
command: --name dontwannagive --persist --tls=false -s irc.irchighway.net:6660
-->--tls=false
, if I turn it to true, then it can't connect to the IRC. Kinda want to use encryption...