Fabio Valentino
Fabio Valentino
Hmmmm... yes it works if i use 127.0.0.1, actually i am using a remote internal ip because it is installed on my server... (192.168.1.x) and with this ip it doesn't...
So actually memflow-qemu looks for a qemu process running in local machine and then noway to connect to a remote IP? I was also thinking about mount the remote /tmp/mysock.sock...
Hi, I think the issue it's still there, I'm using docker compose with an encrypted rclone mount: ``` version: '3.3' services: rclone-mount: container_name: rclone-mount-${NAME} restart: unless-stopped cap_add: - SYS_ADMIN -...
@fede8802 You're my savior! I can confirm that this is the correct configuration using docker-compose: ``` version: '3.3' services: rclone-mount: container_name: rclone-mount-${NAME} restart: unless-stopped cap_add: - SYS_ADMIN - SETPCAP -...
Same problem here, just installed the Curtains and on HomeAssistant they are all inverted, any workaround i can do for now?
For anyone having this problem, I solved eveything using the localtuya addon installable via HACS. [https://github.com/rospogrigio/localtuya](https://github.com/rospogrigio/localtuya) I have 5 electric shutter and 4 dimmers. Electric shutters are working good and...
For anyone using docker images based on alpine from linuxserver ([https://hub.docker.com/r/linuxserver/nextcloud](https://hub.docker.com/r/linuxserver/nextcloud)) I made it working using this compose file: ``` --- version: "2.1" services: nextcloud: #image: lscr.io/linuxserver/nextcloud build: context: ./build...
I am still experiencing this issue with qbit v4.6.2. I have installed the repo version with patch: `pip install git+https://github.com/Jorman/autoremove-torrents@patch-1` Does anyone ever solved this problem?
@Jorman I have solved using this project inside a python project: https://github.com/blastbeng/qbittorrent-fix-stalled I have imported your lib and now I manually launch the process using a scheduler or a rest...
I have the same exact problem, have you solved it?