feat: install certbot and add parameters

This commit is contained in:
2026-04-12 11:42:40 +02:00
parent 416dc2673b
commit 084e8e5ae4
6 changed files with 110 additions and 52 deletions
+1 -2
View File
@@ -5,7 +5,6 @@ description = "Static pages as simple as a gzip file"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"importlib>=1.0.4",
"toml>=0.10.2",
]
@@ -17,4 +16,4 @@ dev = [
[tool.ruff.lint]
select = ["E", "F", "C", "W"]
ignore = []
ignore = ["E501"]