first commit

This commit is contained in:
Raven Scott
2026-07-11 19:01:46 -04:00
commit acc2042f82
84 changed files with 13094 additions and 0 deletions
+214
View File
@@ -0,0 +1,214 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>Privacy Policy · PearDock Legal</title>
<meta name="description" content="Privacy Policy for PearDock and HoneyPeer, LLC websites and services, including cookies and similar technologies." />
<meta name="theme-color" content="#2dd4bf" />
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/src/styles/global.css" />
<link rel="stylesheet" href="/src/styles/docs.css" />
<link rel="stylesheet" href="/src/styles/legal.css" />
</head>
<body>
<div class="bg-mesh" aria-hidden="true"></div>
<div data-nav data-prefix="../"></div>
<div class="docs-layout legal-layout">
<aside class="docs-sidebar" data-legal-nav></aside>
<button type="button" class="docs-sidebar-toggle" aria-label="Legal menu"></button>
<article class="docs-main legal-main">
<p class="legal-kicker">Legal</p>
<h1>Privacy Policy</h1>
<p class="docs-lead">
This Privacy Policy explains how <strong>HoneyPeer, LLC</strong> (“HoneyPeer,” “we,” “us”) handles information
in connection with PearDock websites and related online properties (the “<strong>Sites</strong>”),
including cookies and similar technologies.
</p>
<p class="legal-updated">Last updated: <strong>July 11, 2026</strong></p>
<nav class="toc">
<strong>On this page</strong>
<ol>
<li><a href="#scope">Scope</a></li>
<li><a href="#controller">Controller</a></li>
<li><a href="#collect">Information we collect</a></li>
<li><a href="#local">Local PearDock software</a></li>
<li><a href="#use">How we use information</a></li>
<li><a href="#share">Sharing</a></li>
<li><a href="#cookies">Cookies &amp; similar technologies</a></li>
<li><a href="#retention">Retention</a></li>
<li><a href="#security">Security</a></li>
<li><a href="#rights">Your rights</a></li>
<li><a href="#children">Children</a></li>
<li><a href="#intl">International transfers</a></li>
<li><a href="#changes">Changes</a></li>
<li><a href="#contact">Contact</a></li>
</ol>
</nav>
<h2 id="scope">1. Scope</h2>
<p>
This Policy covers the Sites (including peardock.boats and install.peardock.boats) and communications with HoneyPeer about PearDock.
It does <strong>not</strong> cover data processed solely on your own servers when you self-host PearDock, except to the extent that data is sent to us (for example email or issue reports you choose to send).
</p>
<h2 id="controller">2. Data controller</h2>
<p>
HoneyPeer, LLC<br />
DeKalb County, Georgia, United States<br />
Contact: <a href="mailto:[email protected]">[email protected]</a>
</p>
<h2 id="collect">3. Information we collect</h2>
<h3>3.1 Information you provide</h3>
<ul>
<li>Contact details if you email us (name, email address, message content);</li>
<li>Security vulnerability reports or legal notices you send;</li>
<li>Any other information you voluntarily submit via forms or email.</li>
</ul>
<h3>3.2 Information collected automatically</h3>
<ul>
<li>Standard server logs (IP address, user agent, request path, timestamps, referrer);</li>
<li>Approximate location derived from IP (city/region level at most, if used);</li>
<li>Diagnostic data if you opt into telemetry in a future product feature that discloses it at collection time.</li>
</ul>
<h3>3.3 We do not sell personal data</h3>
<p>HoneyPeer does not sell your personal information.</p>
<h2 id="local">4. Local PearDock software</h2>
<p>
When you run PearDock server or client on your machines, operational data (containers, logs, peer keys, Docker API traffic)
generally stays on systems and networks you control.
HoneyPeer does not receive that operational data unless you intentionally transmit it to us or to a third party.
</p>
<p>
Peer-to-peer connections and optional Holesail tunnels exchange data between peers you configure; HoneyPeer is not a party to that traffic.
</p>
<h2 id="use">5. How we use information</h2>
<ul>
<li>Operate, secure, and improve the Sites and installers;</li>
<li>Respond to support, legal, and security requests;</li>
<li>Prevent abuse, fraud, and violations of our <a href="/legal/aup">Acceptable Use Policy</a>;</li>
<li>Comply with law and enforce our agreements;</li>
<li>Communicate about PearDock if you contact us or subscribe to updates (where offered).</li>
</ul>
<h2 id="share">6. Sharing</h2>
<p>We may share information with:</p>
<ul>
<li><strong>Service providers</strong> who host the Sites, DNS, CDN, email, or analytics under contractual confidentiality obligations;</li>
<li><strong>Professional advisors</strong> (legal, accounting) as needed;</li>
<li><strong>Authorities</strong> when required by law or to protect rights, safety, and security;</li>
<li><strong>Business transfers</strong> in connection with a merger, acquisition, or asset sale, subject to appropriate protections.</li>
</ul>
<h2 id="cookies">7. Cookies and similar technologies</h2>
<p>
Cookies are small text files stored on your device. Similar technologies include local storage, session storage, and pixels.
We use “cookies” to refer to these technologies collectively.
</p>
<h3 id="cookies-how">7.1 How we use cookies</h3>
<div class="table-wrap">
<table>
<thead>
<tr><th>Category</th><th>Purpose</th><th>Examples</th></tr>
</thead>
<tbody>
<tr>
<td><strong>Essential</strong></td>
<td>Required for basic site operation, security, and preference storage you request</td>
<td>Load balancing, security tokens, UI preferences if stored locally</td>
</tr>
<tr>
<td><strong>Analytics</strong> (if enabled)</td>
<td>Understand aggregate traffic and improve documentation</td>
<td>Privacy-respecting analytics configured by HoneyPeer (disclosed if active)</td>
</tr>
<tr>
<td><strong>Functional</strong></td>
<td>Remember choices such as dismissed banners</td>
<td>Local storage flags</td>
</tr>
</tbody>
</table>
</div>
<p>
As of the Last updated date, the marketing and documentation Sites prioritize static content delivery.
If we enable non-essential analytics cookies, we will update this Policy and, where required, provide consent controls.
</p>
<h3 id="cookies-choices">7.2 Your choices</h3>
<ul>
<li>Browser settings can block or delete cookies; some features may not work if essential cookies are blocked.</li>
<li>Where consent is required for non-essential cookies, we will request it before setting them.</li>
</ul>
<h3 id="cookies-third">7.3 Third parties</h3>
<p>
Embedded third-party content (fonts, CDNs, linked repositories) may set their own cookies under their policies.
We do not control third-party cookies on external sites you navigate to.
</p>
<h2 id="retention">8. Retention</h2>
<p>
We retain personal information only as long as needed for the purposes above, including legal, security, and accounting requirements.
Server logs are typically rotated on a limited schedule determined by our hosting configuration.
</p>
<h2 id="security">9. Security</h2>
<p>
We implement reasonable administrative and technical measures appropriate to the nature of the Sites.
No method of transmission or storage is perfectly secure. Report suspected site or product vulnerabilities to
<a href="mailto:[email protected]">[email protected]</a> (see <a href="/legal/security">Security Policy</a>).
</p>
<h2 id="rights">10. Your rights</h2>
<p>
Depending on your location, you may have rights to access, correct, delete, or restrict processing of personal data, or to object to certain processing.
To exercise rights, contact <a href="mailto:[email protected]">[email protected]</a>.
We may need to verify your request. You may also lodge a complaint with a supervisory authority where applicable.
</p>
<p>
Residents of certain U.S. states may have additional rights under state privacy laws; contact us to exercise them.
We do not use sensitive personal information for “sale” or “sharing” as those terms are defined under the CCPA/CPRA.
</p>
<h2 id="children">11. Children</h2>
<p>
The Sites and Software are directed to technical operators and businesses, not children under 16 (or the age of digital consent in your jurisdiction).
We do not knowingly collect personal information from children.
</p>
<h2 id="intl">12. International transfers</h2>
<p>
HoneyPeer is based in the United States. If you access the Sites from outside the U.S., your information may be processed in the U.S. or other countries where our providers operate.
</p>
<h2 id="changes">13. Changes</h2>
<p>
We may update this Policy by posting a new version with a revised “Last updated” date.
Material changes will be indicated on this page.
</p>
<h2 id="contact">14. Contact</h2>
<p>
HoneyPeer, LLC · DeKalb County, Georgia, USA<br />
<a href="mailto:[email protected]">[email protected]</a>
</p>
<div class="docs-pager">
<a href="/legal/eula"><span>Previous</span><strong>← EULA</strong></a>
<a class="next" href="/legal/license"><span>Next</span><strong>Open Source Notices →</strong></a>
</div>
</article>
</div>
<div data-footer data-prefix="../"></div>
<script type="module" src="/src/js/site.js"></script>
</body>
</html>