Skip to content

Instantly share code, notes, and snippets.

View andriyl's full-sized avatar

Andriy Leliv andriyl

View GitHub Profile
@andriyl
andriyl / run.sh
Created December 14, 2023 20:37
grafana run.sh
#!/bin/bash -e
PERMISSIONS_OK=0
if [ ! -r "$GF_PATHS_CONFIG" ]; then
echo "GF_PATHS_CONFIG='$GF_PATHS_CONFIG' is not readable."
PERMISSIONS_OK=1
fi
if [ ! -w "$GF_PATHS_DATA" ]; then
@andriyl
andriyl / ref.json
Last active January 29, 2022 13:52
{
"type": "string"
}
components:
schemas:
Id:
x-internal: true
description: id
components:
schemas:
Id:
x-internal: true
x-internal: true