This commit is contained in:
piair 2023-08-24 14:06:53 +02:00
parent d3496c2fba
commit 2938b83217
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
service grafana-server start
service nginx start
curl -X "POST" "http://localhost:1234/grafana/api/datasources" \
curl -X "POST" "http://192.168.1.32:5555/grafana/api/datasources" \
-H "Content-Type: application/json" \
--user admin:admin \
--data-raw $'{"id":1,"uid":"bed26262-6b98-4dfc-a95d-f8bd39b5d09c","orgId":1,"name":"SQLite","type":"frser-sqlite-datasource","typeName":"SQLite","typeLogoUrl":"public/plugins/frser-sqlite-datasource/img/logo.svg","access":"proxy","url":"","user":"","database":"","basicAuth":false,"isDefault":true,"jsonData":{"attachLimit":0,"path":"/app/MsRewards-Reborn/MsRewards.db","pathPefix":"file:"},"readOnly":false}'
curl 'http://localhost:1234/grafana/api/dashboards/import' \
curl 'http://192.168.1.32:5555/grafana/api/dashboards/import' \
-H 'content-type: application/json' \
-H 'x-grafana-org-id: 1' \
--user admin:admin \