Engineering and technology notes

Grafana change date format – tip of the day – Configuration – Home Assistant Community

Since Grafana version 7.20 14 (Grafana addon updated 2020-09-23) it is now possible to localize the date format in a env.
read more here 336 about the options
Default is US i.e. MM/DD HH:mm

Update your grafana configuration to DD/MM

plugins: []
env_vars:
  - name: GF_DATE_FORMATS_INTERVAL_HOUR
    value: 'DD/MM HH:mm'
  - name: GF_DATE_FORMATS_INTERVAL_DAY
    value: DD/MM
ssl: true
certfile: fullchain.pem
keyfile: privkey.pem

Source: Grafana change date format – tip of the day – Configuration – Home Assistant Community

Grafana change date format – tip of the day – Configuration – Home Assistant Community was last modified: April 13th, 2023 by Jovan Stosic

SSH key not working – Solid Explorer 2.0 support forums

Copy the old_key from connect bot then convert by:

“openssl rsa -in old_key -out new_key”

import the new_key file into Solid Explorer and that one will work.
That new private key will start with
—–BEGIN RSA PRIVATE KEY—–
and ends with
—–END RSA PRIVATE KEY—–

Source: SSH key not working – Solid Explorer 2.0 support forums

SSH key not working – Solid Explorer 2.0 support forums was last modified: March 20th, 2023 by Jovan Stosic