Results 4 issues of Kauly

volumes options have ":" in the path docker-compose.yml `version: '3' services: image-resize-on-the-fly: build: . volumes: - ./secrets:/deploy/secrets env_file: - ./secrets/secrets.env`

I saw that this demo is using mqtts but how can I upload certificates and keys to the board like the [esp-secure-cert-tool](https://github.com/espressif/esp_secure_cert_mgr/tree/main/tools#esp_secure_cert-configuration-tool) do? My goal here is to have something...

There is a typo in the README, the `searchClient` must be destructed from the `instantMeiliSearch`, like this: ```js const { searchClient } = instantMeiliSearch( 'https://ms-adf78ae33284-106.lon.meilisearch.io', 'a63da4928426f12639e19d62886f621130f3fa9ff3c7534c5d179f0f51c4f303' ); ``` Also the...

In the board_config.py, how we define unused pins? Getting always this AssertionError and I think it's because bad board configuration. I using the NiceRF LoRa1276 and a rasp zero w....