Skip to content

govigilant/lighthouse-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lighthouse Server

This Docker container provides a single endpoint to run Google Lighthouse on a website. It will run Lighthouse and return the result via HTTP.

Usage

Running the container

docker run -p 8080:80 -d ghcr.io/govigilant/lighthouse-server:latest

Running Lighthouse

 curl -X POST http://localhost:8080/lighthouse \
     -H "Content-Type: application/json" \
     -d '{
           "website": "https://govigilant.io",
           "callback_url": "https://govigilant.io/api/lighthouse/callback"
         }'

About

Docker server to run Lighthouse and return the result via HTTP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages