FawenYo
FawenYo
Hi, thanks for your help! I didn't find your mentioned code in the thingsboard project `public static final String SSL_TRUSTSTORE_LOCATION_CONFIG = "ssl.truststore.location";` Can you please give a hint of the...
Hi @smatvienko-tb, so I tried to use `volumeMount` to mount the YAML file to `/usr/share/thingsboard/conf/thingsboard.yml`, and here is part of my modified YAML ``` other: # In this section you...
Thanks! I miss type the key ``` - key: "ssl.truststore.password" value: "${TB_KAFKA_SSL_KEYSTORE_PASSWORD:none}" ``` Thanks for your help! It seems to be working now. So maybe this can be implemented in...
Hi @smatvienko-tb , I tested it with my environment, and it seems to work! Maybe this can be added to README/docs as a temporary Kafka SSL solution since it's a...
Hi @BartoszBLL , do you use the [link](https://fawenyo-my.sharepoint.com/:u:/g/personal/lawrence_cheng_ms_fawenyo_pp_ua/EWFWDHzee-NNg9TWdKckCc4BC7bK2j9cCbOWn0-_tK0nOg?e=GkA7ox) I update in this PR? I just tried with the link and it should work with no error
So I just found where the problem is... For content without the `flex` key, the SDK automatically adds `flex: 0` to the component attribute. However, `flex:0` could break the design....
Hi, quick question about this PR: My family and I currently use iCloud's Shared Photo Library to share some of our photos, and we're now planning to use Immich as...
> Hi @FawenYo, > > Did you try to resolve this warning `WARNING: password file "/opt/bitnami/repmgr/secrets/.pgpass" has group or world access; permissions should be u=rw (0600) or less`? If you...
Hi @Mauraza , you can reproduce the error by 1. `kubectl create secret generic repgmr-password --from-literal=.pgpass="*:*:*:repmgr:{PASSWORD}"` 2. Set the Helm values with my previously provided, just copy and paste it...
Hi @Mauraza I tried the values with ``` postgresql: extraVolumeMounts: - name: "repmgr-passfile" mountPath: "/opt/bitnami/repmgr/conf" repmgrPassfilePath: "/opt/bitnami/repmgr/conf/.pgpass" ``` (Here I only show the modified values from my previous provided `values.yaml`)...