Harden web installer flow for nix e2e

This commit is contained in:
Kevin Veen-Birkenbach
2026-02-14 04:45:00 +01:00
parent d380b1493c
commit 7836dbacf9
3 changed files with 395 additions and 35 deletions

View File

@@ -9,7 +9,7 @@ description = "Headless bootstrap tooling for Matomo (installation + API token p
readme = "README.md"
requires-python = ">=3.10"
authors = [{ name = "Kevin Veen-Birkenbach", email = "kevin@veen.world" }]
license = { text = "MIT" }
license = "MIT"
urls = { Homepage = "https://github.com/kevinveenbirkenbach/matomo-bootstrap" }
dependencies = ["playwright>=1.46.0,<2"]