Skip to content
Snippets Groups Projects
Commit 88f95a4e authored by Jan David Mol's avatar Jan David Mol
Browse files

Add flowcharting plugin for Grafana

parent b2a5dc5e
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,9 @@ RUN grafana-cli plugins install aceiot-svg-panel ...@@ -8,6 +8,9 @@ RUN grafana-cli plugins install aceiot-svg-panel
RUN grafana-cli plugins install yesoreyeram-boomtable-panel RUN grafana-cli plugins install yesoreyeram-boomtable-panel
RUN grafana-cli plugins install orchestracities-map-panel RUN grafana-cli plugins install orchestracities-map-panel
RUN wget https://algenty.github.io/flowcharting-repository/archives/agenty-flowcharting-panel-1.0.0b-SNAPSHOT.zip -O /tmp/agenty-flowcharting-panel.zip
RUN cd /var/lib/grafana/plugins/ && unzip /tmp/agenty-flowcharting-panel.zip && mv grafana-flowcharting agenty-flowcharting-panel
COPY grafana.ini /etc/grafana/ COPY grafana.ini /etc/grafana/
# Add default configuration through provisioning (see https://grafana.com/docs/grafana/latest/administration/provisioning) # Add default configuration through provisioning (see https://grafana.com/docs/grafana/latest/administration/provisioning)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment