{"id":21095490,"url":"https://github.com/faebeee/lighthouse-inspector","last_synced_at":"2025-03-14T07:13:07.902Z","repository":{"id":65746769,"uuid":"570634944","full_name":"faebeee/lighthouse-inspector","owner":"faebeee","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-10T06:14:32.000Z","size":12327,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T01:44:16.924Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://lighthouse-inspector.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faebeee.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-25T17:16:46.000Z","updated_at":"2023-04-15T12:13:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"71f7991e-3513-4a64-aacf-15e200234f3f","html_url":"https://github.com/faebeee/lighthouse-inspector","commit_stats":null,"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faebeee%2Flighthouse-inspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faebeee%2Flighthouse-inspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faebeee%2Flighthouse-inspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faebeee%2Flighthouse-inspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faebeee","download_url":"https://codeload.github.com/faebeee/lighthouse-inspector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243538135,"owners_count":20307104,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T22:26:40.643Z","updated_at":"2025-03-14T07:13:07.877Z","avatar_url":"https://github.com/faebeee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-audit\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/fa1e46f23ae64322a34eff5ae484f70a)](https://app.codacy.com/gh/faebeee/lighthouse-inspector/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n\nWeb Audit is a tool to automatically audit your web projects. Currently lighthouse is used under the hood.\nMore integrations are coming\n\n![Overview](./doc/overview.png)\n![Detail](./doc/detail.png)\n\n## Requires\nThis uses a `postgres` database and a `minio` asset bucket.\n\n## Docker\n- [DockerHub web-audit-web](https://hub.docker.com/r/faebeee/web-audit-web/tags)\n- [DockerHub web-audit-cron](https://hub.docker.com/r/faebeee/web-audit-cron/tags)\n\n### Start docker\n```shell\ndocker run --env-file .env -p PORT:3000 -e \"NEXTAUTH_URL=http://localhost:PORT\" --name web-audit-web faebeee/web-audit-web:latest\n```\n\n### Update docker\n```shell\ndocker stop web-audit-web\ndocker rm web-audit-web\ndocker rmi faebeee/web-audit-web:latest\ndocker pull faebeee/web-audit-web:latest\n```\nand then reuse the command from `Start docker`\n\n## Docker-compose\nRun `docker-compose up`\n\nThen run `npm run cli:create-user` which will create a new `admin` user with the password `admin`\n\n\n## Dev environment\nStart the `minio` and `postgres` container with\n\n- `docker-compose up database`\n- `docker-compose up minio`\n- `npx prisma migrate dev`\n- Go to localhost:9001 and create a new bucket and add the credentials to the env (see below)\n- `npm run build`\n- `npm run start`\n\n## Env variables\n\n```dotenv\nNEXTAUTH_URL=http://localhost:3000\nNEXTAUTH_SECRET=***\nDATABASE_URL=***\nMINIO_HOST=***\nMINIO_BUCKET=***\nMINIO_ACCESS_KEY=***\nMINIO_SECRET_KEY=***\n```\n\n## THEME config\nSet the env var `NEXT_PUBLIC_THEME_MODE` to `dark` or `light`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaebeee%2Flighthouse-inspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaebeee%2Flighthouse-inspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaebeee%2Flighthouse-inspector/lists"}