feat(Port80Handler): Add automatic certificate issuance with ACME client

This commit is contained in:
2025-02-24 10:00:57 +00:00
parent 266895ccc5
commit 31e15b65ec
6 changed files with 210 additions and 11 deletions

View File

@ -31,6 +31,7 @@
"@tsclass/tsclass": "^4.4.0",
"@types/minimatch": "^5.1.2",
"@types/ws": "^8.5.14",
"acme-client": "^5.4.0",
"minimatch": "^9.0.3",
"pretty-ms": "^9.2.0",
"ws": "^8.18.0"