docs: update documentation and project structure

- Update AGENTS.md, README.md, and docs/* with revisions
- Refactor lib/acme.py and lib/state.py
- Add tests for acme module
- Remove install.sh and restart-services.sh (moved to scripts/)
- Normalize vendor files (acme.sh, htm.js)
This commit is contained in:
2026-07-02 14:41:02 +00:00
parent b4d13c4bd5
commit fb39af126a
15 changed files with 291 additions and 9019 deletions
+6
View File
@@ -8,6 +8,12 @@ __pycache__/
# Package build
*.egg-info/
# vendor dirs
vendor/*
!vendor/.empty
webui/static/vendor/*
!webui/static/vendor/.empty
# Tool caches
.pytest_cache/
.ruff_cache/