feat: enhance import handling with overwrite support and detailed conflict resolution

feat: add subroute handler extraction for improved Caddyfile parsing
test: add tests for subroute handler extraction functionality
fix: update UI to display staging certificate status and improve dashboard metrics
docs: clarify staging certificate deletion process in ACME documentation
This commit is contained in:
Wikid82
2025-11-25 00:35:42 +00:00
parent 897959a621
commit 0415f5da77
9 changed files with 322 additions and 18 deletions
+2 -2
View File
@@ -90,11 +90,11 @@ This is **expected** when using staging. Staging certificates are signed by a fa
1. Set `CPM_ACME_STAGING=false` (or remove the variable)
2. Restart the container
3. **Clean up staging certificates** (choose one method):
**Option A - Via UI (Recommended):**
- Go to **Certificates** page in the web interface
- Delete any certificates with "acme-staging" in the issuer name
**Option B - Via Terminal:**
```bash
docker exec cpmp rm -rf /app/data/caddy/data/acme/acme-staging*