Pierre-Louis Palant
Pierre-Louis Palant
My workaround for now is in to use the base url in plain text if the language is the default one.
Can confirm that following instructions doesn't lead to success. Also, using the `thingsboard/tb` image with embedded HSQLDB database doesn't work with the docker command provided.
@pomali I tried the provided `docker-compose.yml` file and get the following error: ``` Starting thingsboard_postgres_1 ... done Recreating thingsboard_mytbpe_1 ... done Attaching to thingsboard_postgres_1, thingsboard_mytbpe_1 postgres_1 | postgres_1 | PostgreSQL...
It does read environment variables, apparently: ```bash $ docker-compose run mytbpe /bin/bash Starting thingsboard_postgres_1 ... done thingsboard@cf53e2d73fc3:/$ echo $SPRING_DATASOURCE_URL jdbc:postgresql://postgres:5432/thingsboard ``` I tried touching up the `docker-compose.yml` file, with no...
Also, adding more specifically to this issue: there are instructions [here](https://github.com/thingsboard/thingsboard/tree/master/docker) that are completely different from what's currently in documentation. Or maybe I missed something?
Can confirm error on Debian 10, can confirm that the fix work > ``` > Change line 193 at: esp-open-sdk/crosstool-NG/configure.ac > like this: > |$EGREP '^GNU bash, version ([0-9\.]+)') >...
> Can you help with a PR ? Would be fantastic . I created one just now. I tried updating to the latest version of gradle for gradle-wrapper, but it...
There are a lot more issues than I thought there would be, as other plugins/dependencies & even html tags in documentations have become deprecated.
I've been searching for something like cqfd for a long time now, but I started using podman/buildah as my container tools instead of docker. Podman support would mean a lot....