docs(v1.1.1): Update image references and documentation details

- 🖼️ Replaced onion.png with logo.png in README
- 📁 Added logo.png to src/ directory
- 📝 Updated quick start and configuration example references
- 🔢 Corrected image size details from ~20MB to ~17.1MB in FAQ and security-validation-tests.sh
This commit is contained in:
rE-Bo0t.bx1
2025-11-15 18:09:39 +08:00
parent 4fd8370052
commit 1329507727
4 changed files with 8 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ Built on Alpine Linux 3.22.2 with a minimal 20MB image size, busybox-only tools,
| Feature | This Project | Official Images |
|---------|--------------|-----------------|
| **Image size** | ~20 MB | ~100+ MB |
| **Image size** | ~17.1 MB | ~100+ MB |
| **Base** | Alpine 3.22.2 | Debian |
| **Diagnostics** | 4 busybox tools + JSON API | None |
| **Multi-mode** | Guard/Exit/Bridge in one image | Separate images |
@@ -468,7 +468,7 @@ docker exec tor-relay fingerprint
**Security features:**
- ✅ Non-root execution (tor user, UID 100, GID 101)
- ✅ Ultra-minimal image (~20 MB, Alpine 3.22.2)
- ✅ Ultra-minimal image (~17.1 MB, Alpine 3.22.2)
- ✅ Busybox-only (no bash, python, or unnecessary binaries)
- ✅ No exposed monitoring ports (diagnostics via `docker exec` only)
- ✅ Weekly automated security rebuilds (Sundays 18:30 UTC)