-
Notifications
You must be signed in to change notification settings - Fork 10
Home
github-actions[bot] edited this page Jul 15, 2026
·
8 revisions
Version-controlled wiki source for Soterios. These pages mirror the GitHub Wiki and can be synced by maintainers.
- Installation — requirements, download, update, uninstall
- Dashboard — health score, status cards, workflow
- Malware Scanning — scan types, scheduling, reports, cancellation
- Quarantine — restore, delete, bulk actions
- System Audits — Windows security checks
- System Tools — maintenance utilities
- Process and Network Monitoring — processes, connections, firewall
- Password Security — generator, strength checker, breach checks
- Privacy and Security — local-first model, external services, data paths
- Troubleshooting — common issues and FAQ
- Glossary — security and app terminology
- Development Guide — setup, architecture, contributing
Maintainers can copy pages to the wiki git repository:
git clone https://github.com/chrisriv10/Soterios.wiki.git
cp docs/wiki/*.md Soterios.wiki/
cd Soterios.wiki
git add .
git commit -m "Sync wiki from docs/wiki"
git pushGitHub Wiki uses page names without the .md extension in links (e.g., [Installation](Installation)).