Skip to content
Snippets Groups Projects
  1. Jan 12, 2022
    • Felix's avatar
      more robust way to retrieve the folder id (#167) · 3d4d21cb
      Felix authored
      * add option to change all editors to viewers and back. essentially making it read-only
      
      * restore file that got lost
      
      * update versions
      
      * Revert "update versions"
      
      This reverts commit 37e2589cae06d3ea71f373cb38bd6fe5a21f9e1f.
      
      * update versions
      
      * two fixes for folder names with dashes and alerts-channels
      
      * fix a bug with the folder uid and id logic
      
      * fix naming
      3d4d21cb
  2. Dec 26, 2021
  3. Aug 24, 2020
  4. Aug 13, 2020
    • Jürgen Löhel's avatar
      Introduces the settings option client_cert · 1b860f8d
      Jürgen Löhel authored
      
      This commit introduces the settings option client_cert. It is now
      possible to add a file path to a client certificate in the configuration
      file or as an environment variable. The default is None.
      
      * **config file:**
      
      ```
      {
        "general": {
          ...
          "client_cert": "/home/user/.certs/grafana.pem"
        },
        ...
      }
      ```
      
      * **env variable:** CLIENT_CERT
      
      Signed-off-by: default avatarJürgen Löhel <juergen.loehel@inlyse.com>
      1b860f8d
  5. Jul 30, 2020
  6. Jun 28, 2020
  7. Jun 27, 2020
    • Aaron Johnson's avatar
      change to alpine docker base · e1c540b8
      Aaron Johnson authored
      * refactored, realized argparse is being used in individual commands...
      * added backup Makefile
      * removed backup_grafana.sh and restore_grafana.sh
      * removed docker_entry.sh
      * (Need to update README and CHANGELOG...)
      * (Need to add support for --verbose)
      e1c540b8
Loading