mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
docs: remove IP address mentions from privacy copy
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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{" "}
|
||||
|
||||
Reference in New Issue
Block a user