mirror of
https://github.com/pelican-eggs/minecraft.git
synced 2024-11-22 10:52:34 +01:00
Use grafana server instead of grafana-server (#2604)
* Use grafana server instead of grafana-server Resolves Deprecation warning: The standalone 'grafana-server' program is deprecated and will be removed in the future. Please update all uses of 'grafana-server' to 'grafana server'
This commit is contained in:
parent
ffe15e56af
commit
55d7bdc2cd
@ -4,7 +4,7 @@
|
|||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2022-12-29T16:30:15+01:00",
|
"exported_at": "2023-12-13T14:45:01-05:00",
|
||||||
"name": "Grafana",
|
"name": "Grafana",
|
||||||
"author": "p.zarrad@outlook.de",
|
"author": "p.zarrad@outlook.de",
|
||||||
"description": "The open and composable observability and data visualization platform.\r\nVisualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.",
|
"description": "The open and composable observability and data visualization platform.\r\nVisualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"ghcr.io\/parkervcp\/yolks:debian": "ghcr.io\/parkervcp\/yolks:debian"
|
"ghcr.io\/parkervcp\/yolks:debian": "ghcr.io\/parkervcp\/yolks:debian"
|
||||||
},
|
},
|
||||||
"file_denylist": [],
|
"file_denylist": [],
|
||||||
"startup": ".\/bin\/grafana-server web",
|
"startup": ".\/bin\/grafana server web",
|
||||||
"config": {
|
"config": {
|
||||||
"files": "{\r\n \"conf\/defaults.ini\": {\r\n \"parser\": \"ini\",\r\n \"find\": {\r\n \"server.http_port\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
|
"files": "{\r\n \"conf\/defaults.ini\": {\r\n \"parser\": \"ini\",\r\n \"find\": {\r\n \"server.http_port\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
|
||||||
"startup": "{\r\n \"done\": \"HTTP Server Listen\"\r\n}",
|
"startup": "{\r\n \"done\": \"HTTP Server Listen\"\r\n}",
|
||||||
|
Loading…
Reference in New Issue
Block a user