docs: remove IP address mentions from privacy copy

This commit is contained in:
SnapOtter
2026-06-24 11:17:58 +08:00
parent 9378b2caab
commit 5c30167bab
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
- **REST API:** Every tool available via API with API key auth. Interactive docs at `/api/docs`
- **Self-hosted stack:** SnapOtter + Postgres 17 + Redis 8, run together with one `docker compose up`. No external SaaS dependencies
- **Multi-arch:** Runs on AMD64 and ARM64 (Intel, Apple Silicon, Raspberry Pi)
- **Privacy first:** Your files never leave your network. No file data, personal information, or IP addresses are ever sent anywhere. Analytics can be disabled by rebuilding with `--build-arg SNAPOTTER_ANALYTICS=off` ([details](https://docs.snapotter.com/guide/deployment.html#analytics))
- **Privacy first:** Your files never leave your network. Analytics can be disabled by rebuilding with `--build-arg SNAPOTTER_ANALYTICS=off` ([details](https://docs.snapotter.com/guide/deployment.html#analytics))
## Quick Start
+1 -1
View File
@@ -525,7 +525,7 @@ Semantic-release determines the version from commit history. The `latest` Docker
## Analytics
SnapOtter uses anonymous analytics to improve reliability and prioritize features. No file contents, file names, personal information, or IP addresses are ever sent.
SnapOtter uses anonymous analytics to improve reliability and prioritize features. No file contents, file names, or personal information are ever sent.
### What is recorded
+1 -1
View File
@@ -78,7 +78,7 @@ const breadcrumbJsonLd = {
<ul class="mt-3 list-disc space-y-2 pl-5">
<li>All file processing happens entirely on your server.</li>
<li>Your files are never sent anywhere.</li>
<li>No personal data, file contents, file names, or IP addresses leave your network.</li>
<li>No personal data, file contents, or file names leave your network.</li>
</ul>
</section>
+1 -1
View File
@@ -47,7 +47,7 @@ export function PrivacyPolicyPage() {
<ul className="list-disc ps-5 mt-2 space-y-1">
<li>Your images, PDFs, videos, or any file contents</li>
<li>File names or file paths</li>
<li>Personal information or IP addresses</li>
<li>Personal information</li>
</ul>
<p className="mt-2">
Analytics is powered by{" "}