jasehigh

Results 6 issues of jasehigh

Due to Gmail removing Simple Mail Transfer Protocol (SMTP) support I have upgraded to version 0.6.18 of calibre-web to set-up Gmail using the instructions available here: https://github.com/janeczku/calibre-web/wiki/Setup-Mailserver I'm running on...

question

I have several different homebridge instances running on my network, adding homekit support for a wide range of devices, but have always struggled with devices in a Not Responding state....

When I run homebridge with the homebridge-amazondash plugin, I get the following error on start-up: ``` [Error: pcap_findalldevs didn't find any devs] Failed to create pcap session: couldn't find devices...

In Calibre I have a custom column set as "Text column for keeping series-like information". I use this to store secondary series information, as many books in my library belong...

I'm experiencing an issue setting up gmail in calibre-web in Docker. ``` version: "3.8" services: calibre-web: image: lscr.io/linuxserver/calibre-web:latest container_name: calibre-web environment: - TZ="Europe/London" - OAUTHLIB_RELAX_TOKEN_SCOPE=1 volumes: - type: bind source:...

Docker

I'm current moving my home server and setting up calibre-web in docker using Portainer. My Portainer stack contains the environment option: `- OAUTHLIB_RELAX_TOKEN_SCOPE=1` I have followed these instructions (https://github.com/janeczku/calibre-web/wiki/Setup-Mailserver#gmail) and...

Docker