generated from lazybytez/general-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathegg-grafana-image-renderer.json
31 lines (31 loc) · 1.55 KB
/
egg-grafana-image-renderer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v1",
"update_url": null
},
"exported_at": "2021-08-05T23:25:36+02:00",
"name": "Grafana Image Renderer",
"author": "[email protected]",
"description": "The Grafana Image Renderer server as an Pterodactyl egg. Combined with the official Grafana egg, you Grafana instance can render images.",
"features": null,
"images": [
"ghcr.io\/lazybytez\/custom-eggs:gir"
],
"file_denylist": [],
"startup": "node \/usr\/src\/app\/build\/app.js server --config=\/home\/container\/config.json",
"config": {
"files": "{\r\n \"config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"service.host\": \"0.0.0.0\",\r\n \"service.port\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"HTTP Server started, listening at\"\r\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!\/bin\/sh\r\n# Switch to mounted directory\r\ncd \/mnt\/server\r\n# Download default configuration file if not available\r\nif [ ! -f \"config.json\" ]; then\r\ncurl https:\/\/raw.githubusercontent.com\/lazybytez\/custom-eggs\/master\/eggs\/grafana-image-renderer\/config.json --output config.json\r\nfi",
"container": "ghcr.io\/pterodactyl\/installers:alpine",
"entrypoint": "ash"
}
},
"variables": []
}