-
- `garie-browsertime` version: 0.0.1
- `node` version: 8.11.3
- `npm` (or `yarn`) version: 6.2.0
Relevant code or config
garie-config.json
```javascript
{
"cron": "0 */4 * * *",
"url…
-
Relevant code or config
```
influxdb:
image: "influxdb:latest"
ports:
- 8086:8086
environment:
- INFLUXDB_ADMIN_USER=
- INFLUXDB_ADMIN_PASSWORD=
volumes:
…
-
First and foremost, thanks for this awesome project!
I am in the process of using this at our company. One of the things I notice is that docker gets mounted as binary to another docker image. Is t…
-
I am using the latest garie/lighthouse image to get the fix with dumb init to get rid of the chrome zombie processes:
`garie/lighthouse latest c135a34430bc 25 hours ago …
-
I'm trying to launch it following documentation and it's failing. This docker output:
```
➜ garie (master) ✗ ./start.sh
Starting garie_influxdb_1 ... done
Starting garie_grafana_1 …
-
```
Failed to generate report {"stack":"TypeError: Cannot read property 'replace' of undefined
at Function.generateReportHtml (/usr/src/garie-lighthouse/node_modules/lighthouse/lighthouse-c…
-
Hi the lighthouse npm package is out of date. I tried to update the package.json to lighthouse 5.2 and the dockerfile to the node 10 base layer ( as lighthouse 5.2 depends on node 10) but when I do …
-
As far is I know docker opens huge security backdoor by opening its ports to external so I added:
```
...
garie-pagespeed-insights:
image: "garie/pagespeed-insights"
ports:
- 12…
-
What you did:
I clicked the `lighthouse report` button at http://example.garie.io/d/74FUukJmz/lighthouse-dashboard-all-sites?orgId=1
What happened:
I was redirected to https://example.garie.io:…
-
Hey,
Just wondering if anybody fancied helping out with some of the issues and maintaining the project and plugins?
cc: @zotya as I know you do a lot of work with Garie?
Thanks