garie icon indicating copy to clipboard operation
garie copied to clipboard

Open source web performance

Results 16 garie issues
Sort by recently updated
recently updated
newest added

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...

help wanted

Hi Team Can you please guide me on where we can configure the device and network emulation for the project. By default, lighthouse audits are performed for mobile but I...

Hi guys, Hope you are all well ! Just was wondering if you have considered to use [n8n](https://github.com/n8n-io/n8n) to create workflow automation between all garie modules available on github. that...

- `garie` version:2 Relevant code or config n/a What you did: Loaded grafana What happened: No Garie Logo Suggested solution: `docker-compose.yml` ```yml volumes: - ./config/grafana/garie_dark_logo.svg:/usr/share/grafana/public/img/grafana_icon.svg:rw ``` Perhaps there's more ambitious...

All 3 example links in [this page](https://garie.netlify.com/docs/examples/example-list) are not working. Getting `DNS_PROBE_FINISHED_NXDOMAIN` for all 3 of them.

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 ... done Starting garie_chronograf_1 ......

Seems like the website is down

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:3000/reports which failed because Chrome `couldn't verify the authenticity of the received data`....

Hi Can someone quide me how to disable video output generating ? btw, very nice project :) i like it already!

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: - 127.0.0.1:3002:3000 ... ``` That...