Samuel Philipp

Results 7 comments of Samuel Philipp

I just found this issue https://github.com/matrix-org/synapse/issues/6286. Maybe this is already a possible solution. If so, I think its useful to mention it somewhere in the docs.

I just could successfully build the Searx Docker Image on arm without any modifications: ``` git clone https://github.com/searx/searx.git cd searx/ ./manage.sh docker_build ``` So I think we just need to...

I have the same issue since I upgraded Traefik to v2. `/healthcheck/` returns `true`.

I just stumbled across this issue this morning, when I had some outages on my server. Is there anything I can do to find the affected rooms and/or to fix...

Probably it just works because I used the same fingerprint, as the device which was wrongly detected. I have no idea how the identification of the devices works. So it...

Sure, here you go: ```json { "id": 2, "type": "Router", "ieeeAddr": "0x00158d000877755b", "nwkAddr": 26911, "manufId": 4632, "manufName": "Paulmann Licht GmbH", "powerSource": "Mains (single phase)", "modelId": "RGBW", "epList": [ 1, 242...

I just compiled it using the dev branch on Debian 12 with Wayland and it works so far. I had to change the [prerequisites](https://espanso.org/docs/install/linux/#prerequisites-1) to: ``` sudo apt install build-essential...