Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • lofar2.0/grafana-station-dashboards
1 result
Show changes
Commits on Source (2)
...@@ -11,17 +11,18 @@ RUN wget https://github.com/mikefarah/yq/releases/download/v4.44.1/yq_linux_amd6 ...@@ -11,17 +11,18 @@ RUN wget https://github.com/mikefarah/yq/releases/download/v4.44.1/yq_linux_amd6
USER grafana USER grafana
# Install some plugins # Install some plugins
RUN grafana cli plugins install briangann-datatable-panel RUN grafana cli plugins install briangann-datatable-panel \
RUN grafana cli plugins install ae3e-plotly-panel && grafana cli plugins install ae3e-plotly-panel \
RUN grafana cli plugins install yesoreyeram-infinity-datasource && grafana cli plugins install yesoreyeram-infinity-datasource \
RUN grafana cli plugins install aceiot-svg-panel && grafana cli plugins install aceiot-svg-panel \
RUN grafana cli plugins install yesoreyeram-boomtable-panel && grafana cli plugins install yesoreyeram-boomtable-panel \
RUN grafana cli plugins install orchestracities-map-panel && grafana cli plugins install orchestracities-map-panel \
RUN grafana cli plugins install larona-epict-panel && grafana cli plugins install larona-epict-panel \
RUN grafana cli plugins install grafana-oncall-app && grafana cli plugins install grafana-oncall-app \
RUN grafana cli plugins install innius-grpc-datasource && grafana cli plugins install innius-grpc-datasource \
RUN grafana cli plugins install nline-plotlyjs-panel && grafana cli plugins install nline-plotlyjs-panel \
&& grafana cli plugins install volkovlabs-form-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 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 RUN cd /var/lib/grafana/plugins/ && unzip /tmp/agenty-flowcharting-panel.zip && mv grafana-flowcharting agenty-flowcharting-panel
......