aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/docs/advanced/app-self-check.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs(advanced): update macos security details in app-self-check.mdsaturneric2025-06-221-8/+19
| | | | | | - clarify use of developer id certificates and notarization - add details about hardened runtime protections - improve explanation of system-level security enforcement
* docs(advanced): add module self-check documentationsaturneric2025-06-191-0/+24
| | | | | | | - describe signature verification for integrated modules - explain handling of user-defined/third-party modules - add security note about custom module directory - include tip for sensitive environments
* docs(content): update self-check and binary verification docssaturneric2025-06-181-33/+71
| | | | | | | | - clarify self-check mechanism for different platforms - add details about platform-specific binary signing - improve security notes and recommendations - update code signing information for all platforms - enhance build verification documentation
* docs(advanced): add app self-check documentationsaturneric2025-06-121-0/+69
- describe the application self-check feature - explain how it works and how to enable it - list build requirements and platform compatibility - include a security note about the feature