GoogleChrome / lighthouse-ci

Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
Apache License 2.0
6.41k stars 643 forks source link

SSH support for lighthouse-ci docker-server images #1000

Open jlanssie opened 9 months ago

jlanssie commented 9 months ago

Is your feature request related to a problem? Please describe.

Lighthouse CI docker-server images do not have SSH enabled. This makes it impossible to correct tokens or reset tokens if it has been lost.

Describe the solution you'd like I would like the option to enable SSH for lighthouse-ci docker-server images.

Describe alternatives you've considered Alternatively, you could make changes to the UI to reset tokens, but this will be less secure.

Additional context N.A.

Pull request open at https://github.com/GoogleChrome/lighthouse-ci/pull/999